We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Revert "clarify that building from source is not required for contributing to the standard library" This reverts commit 87cd6e523779e9fff1fa6f378e326ca3a188ac10. This reverts commit 2d1c3476b3e1526c9dce9c470598bcbc1b74ccb1. Misleading text: * The editing source code instructions are the most reliable instructions because they let you do anything - edit compiler source code, standard library, and other stuff too. They always work, no matter how recent a zig1.wasm update was. * The text added to "Directly Testing the Standard Library..." is not always true, if a zig1.wasm update was recent, then a preexisting binary is not viable.
typo
clarify that building from source is not required for contributing to the standard library
Updated Contributing (markdown)
AI/LLM policy
Revert "Destroyed Contributing (markdown)" This reverts commit 0ed367ebc84b246c2a353b24d60c2222005c1b36.
Destroyed Contributing (markdown)
update autodoc contributing documentation
slightly improve clarity
Add note about how --test-filter works after #19079
main_mod_path was removed in https://github.com/ziglang/zig/pull/18160
translate-c testing information updated to reflect using the new test harness
Formatting
Information about obtaining static QEMU binaries added.
Update for package to module renaming
working example of running a specific std lib test
Enable llvm when building stage4, otherwise tests fail with cryptic errors
add more info about testing
further expand in editing source code section
update contributing docs
import from ziglang repo