| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-11 | std.ArrayList: make unmanaged the default | Andrew Kelley | |
| 2025-07-26 | Migrate from deprecated `Step.Compile` APIs | Carl Ã…stholm | |
| 2024-12-18 | test-run-translated-c: migrate from deprecated std.Build APIs | mlugg | |
| 2024-07-04 | build: fix WriteFile and addCSourceFiles not adding LazyPath deps | Jonathan Marler | |
| Adds a missing call to addLazyPathDependenciesOnly in std.Build.Module.addCSourceFiles. Also fixes an issue in std.Build.Step.WriteFile where it wasn't updating all the GeneratedFile instances for every directory. To fix the second issue, I removed all the GeneratedFile instances and now all files/directories reference the steps main GeneratedFile via sub paths. | |||
| 2024-06-13 | Change deprecated b.host to b.graph.host in tests and Zig's build.zig | Krzysztof Wolicki | |
| 2024-05-27 | translate-c tests: skip_foreign_checks=true | Andrew Kelley | |
| 2024-02-25 | test: rework how filtering works | Jacob Young | |
| * make test names contain the fully qualified name * make test filters match the fully qualified name * allow multiple test filters, where a test is skipped if it does not match any of the specified filters | |||
