| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-26 | test: remove -Dskip-translate-c from test-standalone | Alex Rønne Petersen | |
| No longer necessary since we've stopped using Clang for this. | |||
| 2025-09-18 | test: respect -Dskip-translate-c in test-standalone | Alex Rønne Petersen | |
| 2025-07-16 | test: actually build the tools! | Alex Rønne Petersen | |
| 2025-07-15 | update dump-cov for alignment and writergate changes | dweiller | |
| 2025-05-17 | update_netbsd_libc: Add tool for updating NetBSD libc startup code. | Alex Rønne Petersen | |
| 2025-05-10 | update_freebsd_libc: Add tool for updating FreeBSD libc startup code. | Alex Rønne Petersen | |
| 2025-02-18 | spirv: ziggify and remove unknown spirv features | Ali Cheraghi | |
| `OpCapability` and `OpExtension` now can also be emitted from inline assembly | |||
| 2024-12-18 | test-standalone: migrate from deprecated std.Build APIs | mlugg | |
| 2024-12-14 | Move fetch-them-macos-headers tools to ziglang/zig. | Alex Rønne Petersen | |
| 2024-08-28 | std: update `std.builtin.Type` fields to follow naming conventions | mlugg | |
| The compiler actually doesn't need any functional changes for this: Sema does reification based on the tag indices of `std.builtin.Type` already! So, no zig1.wasm update is necessary. This change is necessary to disallow name clashes between fields and decls on a type, which is a prerequisite of #9938. | |||
| 2024-08-05 | test: Add generate_c_size_and_align_checks.zig to standalone build test | Evan Haas | |
| 2024-04-11 | remove deprecated LazyPath.path union tag | Andrew Kelley | |
| 2024-04-07 | Turn "simple" standalone test cases into a package | Carl Åstholm | |
| 2024-04-07 | Don't add standalone test cases until we've built stage3 | Carl Åstholm | |
| 2024-04-07 | Promote standalone test cases to packages | Carl Åstholm | |
| This is a prerequisite for removing `b.anonymousDependency()`, but having compiler tests dogfood package management might be a good idea in general. | |||
