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-29
std.Io: implement dirStatPath
Andrew Kelley
2025-10-29
std.Io: bring back Timestamp but also keep Clock.Timestamp
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-29
std.zig.system: upgrade to std.Io.Reader
Andrew Kelley
2025-10-29
WIP: hack at std.Io on a plane
Andrew Kelley
2025-10-29
WIP land the std.Io interface
Andrew Kelley
2025-10-18
compiler: rename `--test-timeout-ms` to `--test-timeout`
Matthew Lugg
2025-10-18
ci: bump unit test timeouts
mlugg
2025-10-18
build runner: remove `--prominent-compile-errors`, introduce `--error-style`
mlugg
2025-10-18
std.Build: separate errors from failed commands
mlugg
2025-10-18
std.Build.Step.Run: many enhancements
mlugg
2025-10-18
std.Build: implement unit test timeouts
mlugg
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
[next]