| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-30 | Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and ↵ | Felix (xq) Queißner | |
| removes functions that take literal paths instead of LazyPath. | |||
| 2023-07-28 | Build: use optionals again | Jacob Young | |
| Closes #14952 | |||
| 2023-07-09 | Changed Step.Run's stdin to accept FileSource (#16358) | Krzysztof Wolicki | |
| 2023-07-06 | std: add prefixed versions of addFileSource and addDirectorySource to Step.Run | Jakub Konka | |
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg | |
| Most of this migration was performed automatically with `zig fmt`. There were a few exceptions which I had to manually fix: * `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten * `@truncate`'s fixup is incorrect for vectors * Test cases are not formatted, and their error locations change | |||
| 2023-06-19 | all: zig fmt and rename "@XToY" to "@YFromX" | Eric Joldasov | |
| Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> | |||
| 2023-06-16 | std.Build.Step.Run: add stdin to cache manifest | Isaac Freund | |
| 2023-06-13 | allow run step to skip foreign binary execution if executor fails | Lee Cannon | |
| 2023-05-10 | fix 'zig build test' crashing with no tests | 0x5a4 | |
| fixes #15553 | |||
| 2023-05-03 | std.Build: use Step.* instead of *Step | Veikka Tuominen | |
| Follow up to 13eb7251d37759bd47403db304c6120c706fe353 | |||
| 2023-05-03 | build: rename std.Build.*Step to std.Build.Step.* | Nicolas Sterchele | |
| Follow-up actions from #14647 Fixes #14947 | |||
