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
/
Cache
Age
Commit message (
Expand
)
Author
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-10-29
std.fs: use BadPathName rather than InvalidWtf8 on Windows
Andrew Kelley
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-07-19
std.zon: update to new I/O API
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-06-17
Build.Cache.Path: fix `resolvePosix` empty `sub_path`
mlugg
2025-03-24
DepTokenizer: allow space between target and colon
rpkak
2024-10-10
std.Build.Cache.Path: fix single-quote escaping format
Andrew Kelley
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-07
introduce tool for dumping coverage file
Andrew Kelley
2024-07-12
std.Build.Cache.Path: fix the format method
Andrew Kelley
2024-07-12
std.Build.Cache.Path: fix hash impl on windows
Andrew Kelley
2024-07-12
build runner: don't pass a dirfd + null to fanotify_mark
Andrew Kelley
2024-07-12
std.Build.Cache.Path: fix format function for absolute paths
Andrew Kelley
2024-07-12
std.Build.Cache.Path: add `subPathOpt` and `TableAdapter`
Andrew Kelley
2024-07-12
std.Build.Cache.Path: add eql method
Andrew Kelley
2024-07-09
std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)
Krzysztof Wolicki
2024-07-07
std.Build.Cache.Path: fix makeOpenPath signature
Krzysztof Wolicki
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-06
Build system: Support Windows depfiles with unquoted, backslash escaped space...
Ben Crist
2024-03-21
move Package.Path to std.Build.Cache.Path
Andrew Kelley
2024-03-21
extract std.Build.Cache.Directory into separate file
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-05-07
convert s[start..start+len] to s[start..][0..len]
dweiller
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley