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
2025-05-25
compiler: introduce incremental debug server
mlugg
2025-05-21
std.Build.Step.Run: inherit build runner cwd
mlugg
2025-05-13
Merge pull request #21882 from alexrp/compiler-fixes
Alex Rønne Petersen
2025-05-13
std.meta.intToEnum -> std.enums.fromInt
wooster0
2025-05-12
std.Build: Make no_builtin a property of Module instead of Step.Compile.
Alex Rønne Petersen
2025-05-12
std.Build: Change Step.Compile.no_builtin from bool to ?bool.
Alex Rønne Petersen
2025-05-06
std.Build: Rename --glibc-runtimes to --libc-runtimes and enable it for musl.
Alex Rønne Petersen
2025-04-22
compiler: allow emitting tests to an object file
mlugg
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-11
Merge pull request #22516 from Jan200101/PR/build_id_option
Andrew Kelley
2025-04-09
Merge pull request #23501 from imreallybadatnames/master
imreallybadatnames™️
2025-03-27
std.Build: implement addEmbedPath for adding C #embed search directories
GalaxyShard
2025-03-26
Enables parsing for '-Wl,-rpath,' in pkg-config output, allows better support...
Felix "xq" Queißner
2025-03-26
zig build: add env_map entries to hash for Step.Run
dweiller
2025-03-07
fix InstallArtifact opening empty string
Andrew Kelley
2025-03-07
std.Build: add build-id option
Jan200101
2025-02-28
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
Andrew Kelley
2025-02-26
fix regressed build system unit test
Loris Cro
2025-02-25
build: add `bundle_ubsan_rt`
David Rubin
2025-02-23
std.Build.Step.ConfigHeader: follow deprecation policy
Andrew Kelley
2025-02-23
Merge pull request #22794 from cbilz/autoconf_at
Andrew Kelley
2025-02-22
std.Build: Allow ConfigHeader values to be added at build.zig runtime
Constantin Bilz
2025-02-22
link.MachO: Add support for the -x flag (discard local symbols).
Alex Rønne Petersen
2025-02-21
std.Build.Step.ConfigHeader: Add tests for Autoconf `@FOO@` variables
Constantin Bilz
2025-02-21
std.Build.Step.ConfigHeader: Add support for Autoconf `@FOO@` variables
Constantin Bilz
2025-02-19
std.Build.Step.ConfigHeader: permit inserting enum values
Techatrix
2025-02-19
std.Build.Step.ConfigHeader: skip trailing whitespace in autoconf header
Techatrix
2025-02-19
std.Build.Step.ConfigHeader: allow using autoconf values multiple times
Techatrix
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-01-30
std.Build: Add option to specify language of CSourceFiles
GalaxyShard
2025-01-20
Merge pull request #22511 from apwadkar/master
Andrew Kelley
2025-01-20
Fix dependsOnSystemLibrary compile error
Adheesh Wadkar
2025-01-20
std.process.Child: add `waitForSpawn`
mlugg
2025-01-20
std.Build: extend `test_runner` option to specify whether runner uses `std.zi...
mlugg
2025-01-17
std.Build: fix setLibCFile() to add step dependencies
pfg
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-15
std.Build.Step.CheckObject: better EOF handling
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2024-12-18
std.Build: add API to create Compile steps from existing module
mlugg
2024-12-18
std.Build: simplify module dependency handling
mlugg
2024-12-18
std.Build.Step.TranslateC: propagate target, optimize, link_libc to added module
Eric Joldasov
2024-12-18
std.Build.Step.Compile.Options: change `root_module` field type to `*Module`
mlugg
2024-12-18
std.Build.Step.Compile: change `root_module` field type to `*Module`
mlugg
2024-12-18
std.Build: remove deprecated APIs
Eric Joldasov
2024-12-12
Merge pull request #22090 from alexrp/glibc-runtime-triples
Alex Rønne Petersen
2024-11-29
std.Build: Detect `pkg-config` names with "lib" prefix
Jay Petacat
2024-11-28
std.Build.Step.Run: Use std.zig.target.glibcRuntimeTriple() in runCommand().
Alex Rønne Petersen
2024-11-27
std.Build: gracefully handle child stdin closing when running tests
mlugg
[next]