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
Age
Commit message (
Expand
)
Author
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-02-07
std.ArrayHashMap: popOrNul() -> pop()
Meghan Denny
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-01-30
std.Build: Add option to specify language of CSourceFiles
GalaxyShard
2025-01-30
Make -freference-trace work without colors
Guillaume Wenzek
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-13
Merge pull request #22035 from alexrp/unwind-fixes
Alex Rønne Petersen
2024-12-12
Merge pull request #22090 from alexrp/glibc-runtime-triples
Alex Rønne Petersen
2024-12-11
std.Build.Cache.hit: work around macOS kernel bug
Andrew Kelley
2024-12-10
std.Build.Cache.hit: more discipline in error handling
Andrew Kelley
2024-12-11
compiler: Improve the handling of unwind table levels.
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-28
Merge pull request #22067 from alexrp/pie-tests
Alex Rønne Petersen
2024-11-27
std.Build: gracefully handle child stdin closing when running tests
mlugg
2024-11-26
diversify "unable to spawn" failure messages
Andrew Kelley
2024-11-24
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
Alex Rønne Petersen
2024-11-19
build: don't hang when capturing Stdout of verbose Build.Step.Run
Alex Kladov
2024-11-01
std.Target: Add support for specifying Android API level.
Alex Rønne Petersen
2024-10-24
std.Build.Watch: implement removing watches for kqueue
Andrew Kelley
2024-10-24
std.Build.Watch: limit to one switch on os tag
Andrew Kelley
2024-10-24
implement --watch for kqueue
Andrew Kelley
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-23
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley
[next]