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-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
2024-08-29
std.pdb: obey naming conventions
mlugg
2024-08-29
std: avoid field/decl name conflicts
mlugg
2024-08-28
Merge pull request #21230 from jacobly0/stack-trace
Jacob Young
2024-08-28
Dwarf: fix parsing self-hosted debug info for stack traces
Jacob Young
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-19
Fix handling of empty XDG environment variables
Ian Johnson
2024-08-13
std.debug.Coverage.resolveAddressesDwarf: assert sorted
Andrew Kelley
2024-08-13
std.debug.Dwarf: better source location information
Andrew Kelley
2024-08-13
avoid a branch in resolveAddressesDwarf
Andrew Kelley
2024-08-13
std.debug.Coverage.resolveAddressesDwarf: fix broken logic
Andrew Kelley
2024-08-08
std.debug.Dwarf: try to load the debuginfo from the debuginfod cache.
Xavier Bouchoux
2024-08-08
std.debug.Dwarf: fix loading external debuginfo in the ".debuglink" case.
Xavier Bouchoux
2024-08-07
std.debug: fix compile errors on windows and macos
Andrew Kelley
2024-08-07
update branch for latest std.sort changes
Andrew Kelley
[next]