COMMITS
/ lib/std/Build.zig May 5, 2025
A
std.Build: Rename --glibc-runtimes to --libc-runtimes and enable it for musl.
Alex Rønne Petersen committed
April 20, 2025
M
compiler: allow emitting tests to an object file
mlugg committed
January 17, 2025
J
std.Build: add build-id option
Jan200101 committed
February 28, 2025
A
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
Andrew Kelley committed
February 26, 2025
A
don't inherit allowed deprecation from parent modules
Andrew Kelley committed
February 23, 2025
L
`@deprecated`: remove per-module flag in Build
Loris Cro committed
February 13, 2025
L
`@deprecated`: add build system support
Loris Cro committed
December 25, 2024
E
std.Build: add more explicit error sets to some functions
Eric Joldasov committed
January 24, 2025
A
std.Build: Make ofmt part of standardTargetOptions().
Alex Rønne Petersen committed
January 22, 2025
B
std.Build: add `addLibrary` function (#22554)
BratishkaErik committed
January 10, 2025
June 18, 2024
M
std.Build: add API to create Compile steps from existing module
mlugg committed
A
std.Build.findProgram(): Try with and without the Windows executable extensions.
Alex Rønne Petersen committed
June 21, 2024
E
std.Build: remove deprecated APIs
Eric Joldasov committed
November 13, 2024
A
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen committed
October 15, 2024
A
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley committed
October 4, 2024
I
Build: Add `option(LazyPath, ...)` support
InKryption committed
September 27, 2024
J
build: make dependency cache hash map unmanaged
Jonathan Marler committed
J
build: move dependency cache into Graph
Jonathan Marler committed
September 11, 2024
M
std.Build: allow packages to expose arbitrary LazyPaths by name
mlugg committed
September 2, 2024
L
Replace deprecated default initializations with decl literals
Linus Groh committed
August 28, 2024
M
August 24, 2024
A
fix merge conflict from previous commit
Andrew Kelley committed
May 8, 2024
E
std.Build: call `handleVerbose2` in `runAllowFail`
Eric Joldasov committed
August 17, 2024
R
fix various issues related to Path handling in the compiler and std
Robin Voetter committed
August 1, 2024
A
introduce a web interface for fuzzing
Andrew Kelley committed
July 27, 2024
S
Add libcpp option to test options
Sammy James committed
July 25, 2024
A
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley committed
July 24, 2024
A
build runner: extract logic to std.Build.Fuzz
Andrew Kelley committed
A
add `--fuzz` CLI argument to `zig build`
Andrew Kelley committed
July 22, 2024
A
add std.testing.random_seed
Andrew Kelley committed
July 4, 2024
July 20, 2024
A
add std.fmt.hex
Andrew Kelley committed
July 15, 2024
A
build runner: update watch caption to include subprocesses
Andrew Kelley committed
A
frontend: add -fincremental, -fno-incremental flag
Andrew Kelley committed
A
make zig compiler processes live across rebuilds
Andrew Kelley committed
July 11, 2024
A
integrate Compile steps with file watching
Andrew Kelley committed
July 10, 2024
A
std.Build.LazyPath: add getPath3; deprecate getPath2 and getPath
Andrew Kelley committed
A
std.Build.Step.WriteFile: extract UpdateSourceFiles
Andrew Kelley committed
A
make more build steps integrate with the watch system
Andrew Kelley committed
A
proof-of-concept --watch implementation based on fanotify
Andrew Kelley committed
July 9, 2024
A
build runner: implement --watch (work-in-progress)
Andrew Kelley committed
J
std: fix typos (#20560)
Jora Troosh committed
July 5, 2024
A
std.Build: remove the "push installed file" mechanism
Andrew Kelley committed
A
build system: add --watch flag and report source file in InstallFile
Andrew Kelley committed
June 20, 2024
A
std: mark Build.args as const
Alex Kladov committed
June 16, 2024
A
std.Build: Add Step.Fail and addFail() function.
Alex Rønne Petersen committed
April 13, 2024
R
build: inherit setExecCmd from test compile steps when creating run steps
Robin Voetter committed
June 8, 2024
K
std.Build: remove deprecated b.host in favor of b.graph.host (#20237)
Krzysztof Wolicki committed