index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Build
/
Step
Age
Commit message (
Expand
)
Author
2024-01-09
Build: Use `LazyPath` for version scripts
Carl Åstholm
2024-01-04
build/LazyPath: Add dirname (#18371)
Abhinav Gupta
2024-01-03
Merge pull request #18262 from ziglang/fix-18259
Andrew Kelley
2024-01-02
std.Build.Step.Compile: fix passing wrong Builder to getPath
Andrew Kelley
2024-01-02
std.Build.Step.Run: fix depfile support
Loris Cro
2024-01-01
CLI: introduce global -I args for C include paths
Andrew Kelley
2024-01-01
std.Build.Step.Compile: fix search prefix lowering
Andrew Kelley
2024-01-01
std.Build.Step.Compile: support modules with different args
Andrew Kelley
2024-01-01
std.Build.Step.Options: update unit test to new API
Andrew Kelley
2024-01-01
std.Build.Step.Compile: restore previous step name
Andrew Kelley
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
fix infinite loop in Run step
Andrew Kelley
2024-01-01
fix linker test regressions
Andrew Kelley
2024-01-01
fix std lib tests
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2024-01-01
zig build system: remove vcpkg integration
Andrew Kelley
2024-01-01
introduce std.Build.Module and extract some logic into it
Andrew Kelley
2023-12-16
Expose `-f(no-)formatted-panics` to the build system
Carl Åstholm
2023-12-13
lib/std/Build/CheckObject: split dyld info into subsections for easier scoped...
Jakub Konka
2023-12-13
lib/std/Build/CheckObject: update all tests to new API
Jakub Konka
2023-12-13
lib/std/Build/CheckObject: implement for Wasm
Jakub Konka
2023-12-13
lib/std/Build/CheckObject: implement for ELF
Jakub Konka
2023-12-13
lib/std/Build/CheckObject: introduce scoped checks; implement for MachO
Jakub Konka
2023-12-13
lib/std/Build/CheckObject: fix parsing and dumping special dylib lookup values
Jakub Konka
2023-12-10
lib/std/Build/CheckObject: dump Mach-O dyld_info_only bind, weak-bind and laz...
Jakub Konka
2023-12-10
lib/std/Build/CheckObject: dump Mach-O dyld_info_only rebase data
Jakub Konka
2023-12-09
lib/std/Build/CheckObject: dump Mach-O dyld_info_only exports data
Jakub Konka
2023-12-09
lib/std/Build/CheckObject: dump Mach-O symbol attributes
Jakub Konka
2023-12-08
lib/std/Build/CheckObject: dump Mach-O header
Jakub Konka
2023-11-22
update for the std.fs.Dir changes
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-13
expose to build system
xdBronch
2023-11-07
Merge pull request #17873 from ziglang/elf-archive
Jakub Konka
2023-11-06
CheckObject: support parsing and dumping archive symtab for ELF
Jakub Konka
2023-11-03
cli: consolidate entry point flags
Luuk de Gram
2023-11-03
update linker tests
Luuk de Gram
2023-11-03
wasm-linker: implement `-fno-entry` flag
Luuk de Gram
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-26
Step.Options: `@typeName` gives a fully qualified name so the test needs to r...
Krzysztof Wolicki
2023-10-25
Step.Compile: differentiate between fuzzy and exact matches for compile errors
Jakub Konka
2023-10-24
build: match and ignore /?/ in expected compile errors
Jakub Konka
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-21
std.Build: use create() instead of init() for Step.RemoveDir
snoire
[next]