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-10-09
- Rework common translate-c and cImport logic into `Compilation.translateC`
kcbanner
2025-09-30
std: fixes
mlugg
2025-09-30
replace usages of old std.debug APIs
mlugg
2025-09-30
yet more
mlugg
2025-09-26
Merge pull request #25342 from ziglang/fuzz-limit
Andrew Kelley
2025-09-25
web ui: fix not sending initial context sometimes
Andrew Kelley
2025-09-25
implement review suggestions
Loris Cro
2025-09-24
std.Build.Cache: clarify parameter is sub path, not basename
Andrew Kelley
2025-09-24
fuzzing: implement limited fuzzing
Loris Cro
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-09-19
std.Build.Step.Run: Enable passing (generated) file content as args
Justus Klausecker
2025-09-18
greatly improve capabilities of the fuzzer
Kendall Condon
2025-09-04
std.elf: change STV enum from u2 to u3
Alex Rønne Petersen
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-30
upgrade more old API uses
Andrew Kelley
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-29
std.Io: delete CountingReader
Andrew Kelley
2025-08-28
std.Io: delete GenericWriter
Andrew Kelley
2025-08-26
std.Build.WebServer: fix race
mlugg
2025-08-26
std.Build.Step.Compile: fix race condition in args file creation
Ian Johnson
2025-08-26
std.Build.Step.TranslateC: forward --cache-dir and --global-cache-dir flags
AdamGoertz
2025-08-16
Build.Step.Run: fix missing stdin buffer and flush
Isaac Freund
2025-08-16
Compilation: remove last instance of deprecatedReader
Andrew Kelley
2025-08-15
std.Build: improve error for peak RSS exceeding declared value
mlugg
2025-08-13
build runner: fix single-threaded build
mlugg
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-09
net: Always set WSA_FLAG_OVERLAPPED when creating Windows sockets. Rework sen...
kcbanner
2025-08-09
Fix `respondWebSocket`, enable --webui on Windows
kcbanner
2025-08-07
Merge pull request #24661 from alichraghi/spv4
Andrew Kelley
2025-08-07
update build system to new http.Server API
Andrew Kelley
2025-08-03
Watch: do not fail when file is removed
Ali Cheraghi
2025-08-02
std.Build: keep compiler alive under `-fincremental --webui`
mlugg
2025-08-02
std.Build.Watch: add macOS implementation based on FSEventStream
mlugg
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-30
build system: print captured stderr on Run step failure
Loris Cro
2025-07-26
std.Build: Deprecate `Step.Compile` APIs that mutate the root module
Carl Åstholm
2025-07-23
std.Io.poll: update to new I/O API
Andrew Kelley
2025-07-22
std.tar: update to new I/O API
Andrew Kelley
2025-07-21
std.fs.File: delete writeFileAll and friends
Andrew Kelley
2025-07-20
Merge pull request #24488 from ziglang/more
Andrew Kelley
2025-07-20
Merge pull request #24505 from ziglang/json
Andrew Kelley
2025-07-20
std.Build.Step.Run: fix up 681d324c49e7cdc773cc891ea49ed69dd03c23c7
Alex Rønne Petersen
2025-07-19
std.Io.Writer: fix writeSliceSwap
Andrew Kelley
2025-07-19
std.zon: update to new I/O API
Andrew Kelley
2025-07-17
std.Build.Step.ConfigHeader: add the lazy file styled input as a dependency
Tristan Ross
2025-07-16
fix memory leak
Alex Kladov
2025-07-14
std.Io.Reader.appendRemaining: add missing assert
Andrew Kelley
2025-07-12
std.Build.Step.Run: Set WINEDEBUG=-all for -fwine by default.
Alex Rønne Petersen
[next]