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
/
debug
Age
Commit message (
Expand
)
Author
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-28
std.debug.Pdb: migrate more towards new Reader API
Andrew Kelley
2025-08-28
fix not discarding delimiter
Andrew Kelley
2025-08-28
update GenericWriter usage found by test-cases
Andrew Kelley
2025-08-28
std: delete most remaining uses of GenericWriter
Andrew Kelley
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-25
delete std.debug.FixedBufferReader
Andrew Kelley
2025-08-23
std.debug: delete MemoryAccessor
Andrew Kelley
2025-08-15
std.compress.zstd.Decompress fixes
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-31
std.debug.Dwarf: work around API deficiency
Andrew Kelley
2025-07-31
std.compress: rework flate to new I/O API
Andrew Kelley
2025-07-16
zig fmt
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-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-01
std: remove old panic handlers after zig1.wasm update
mlugg
2025-06-01
compiler: combine `@intCast` safety checks
mlugg
2025-05-17
debug: correctly detect missing entries in `.eh_frame_hdr`
Jacob Young
2025-04-27
make `@memcpy` and `@memmove` share panic handlers
Andrew Kelley
2025-04-26
compiler: add @memmove builtin
dweiller
2025-02-24
stdlib: handle EEXIST in mmap with FIXED_NOREPLACE. Fixes #21475
Alec Fessler
2025-02-23
Sema: allow `@ptrCast` of slices changing the length
mlugg
2025-02-22
zig build fmt
Andrew Kelley
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.spu_2.
Alex Rønne Petersen
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-02-01
debug: fix MemoryAccessor file leak
Michael Dusan
2025-01-24
std: remove old declarations now a zig1 update has happened
mlugg
2025-01-24
all: update for `panic.unwrapError` and `panic.call` signature changes
mlugg
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-23
std.debug: Fall back to .eh_frame/.debug_frame if .eh_frame_hdr is incomplete.
Alex Rønne Petersen
2025-01-18
debug: fix `std.debug.NoPanic` compile errors
Jacob Young
2025-01-16
x86_64: implement union access
Jacob Young
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2024-11-29
defaultPanic: @trap on 'other' target
Pat Tullmann
2024-11-20
std.debug: Gracefully handle process_vm_readv() EPERM in MemoryAccessor.read().
Alex Rønne Petersen
2024-11-04
std.debug: Add handling for armeb, thumb, thumbeb, and aarch64_be.
Alex Rønne Petersen
2024-10-29
std.debug: watchOS: fixes for ilp32 ABI (#21765)
Mario Nachbaur
2024-10-21
watchOS: add os to aarch64 architecture
Mario Nachbaur
2024-09-26
update safety test cases to new panic API
Andrew Kelley
2024-09-26
embrace panic helpers
Andrew Kelley
2024-09-16
std: Restore conventional `compareFn` behavior for `binarySearch`
Jay Petacat
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
[next]