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
Group-Canceled
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
groupAwait
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
7 days
update all std.fs.cwd() to std.Io.Dir.cwd()
Andrew Kelley
7 days
update all occurrences of openFile to receive an io instance
Andrew Kelley
7 days
update all occurrences of std.fs.File to std.Io.File
Andrew Kelley
7 days
update all occurrences of close() to close(io)
Andrew Kelley
7 days
std: all Dir functions moved to std.Io
Andrew Kelley
8 days
Merge pull request 'std.ascii: rename indexOf functions to find' (#30101) fro...
Alex Rønne Petersen
2025-12-05
std: replace usages of std.mem.indexOf with std.mem.find
Adrià Arrufat
2025-11-27
std: Remove a handful of things deprecated during the 0.15 release cycle
Linus Groh
2025-11-26
`Build.Step.Options`: add `comptime_float` support
IOKG04
2025-11-24
build runner: update Mutex and Condition usage to std.Io
Andrew Kelley
2025-11-24
build runner: update from std.Thread.Pool to std.Io
Andrew Kelley
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-20
std.Build: fix crashes running fuzz tests
Matthew Lugg
2025-11-20
std.debug: split up Mach-O debug info handling
Matthew Lugg
2025-11-19
std.Build.Step.Compile: add support for '-z defs' flag
Harold
2025-11-19
std.Build.Step.CheckObject: make ELF reading endianness-aware
Alex Rønne Petersen
2025-11-19
std.Build.Step.Run: read/write messages as little endian
Alex Rønne Petersen
2025-11-14
std.Build: don't force all children to inherit color option
Matthew Lugg
2025-11-07
Move/coalesce RcIncludes enum to `std.zig.RcIncludes`
Ryan Liptak
2025-11-07
Move/coalesce CompressDebugSections enum to `std.zig.CompressDebugSections`
Ryan Liptak
2025-11-07
Merge pull request #25158 from castholm/subsystem
Ryan Liptak
2025-11-06
Step.Run: Fix for `convertPathArg` when cwd and path args are on different dr...
Ryan Liptak
2025-11-05
Move `std.Target.SubSystem` to `std.zig.Subsystem`
Carl Åstholm
2025-10-30
std.Build: fix '--webui' crash
Matthew Lugg
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-29
std: accessZ -> access
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-18
compiler: rename `--test-timeout-ms` to `--test-timeout`
Matthew Lugg
2025-10-18
ci: bump unit test timeouts
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-09-30
std: fixes
mlugg
2025-09-30
yet more
mlugg
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-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.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-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
[next]