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
/
SelfInfo.zig
Age
Commit message (
Expand
)
Author
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-16
zig fmt
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-05-17
debug: correctly detect missing entries in `.eh_frame_hdr`
Jacob Young
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-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-01-23
std.debug: Fall back to .eh_frame/.debug_frame if .eh_frame_hdr is incomplete.
Alex Rønne Petersen
2025-01-16
x86_64: implement switch jump tables
Jacob Young
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-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-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-13
std.debug.Coverage.resolveAddressesDwarf: fix broken logic
Andrew Kelley
2024-08-07
std.debug: fix compile errors on windows and macos
Andrew Kelley
2024-08-07
std.debug.FixedBufferReader is fine
Andrew Kelley
2024-08-07
introduce tool for dumping coverage file
Andrew Kelley
2024-08-04
std.sort: Remove key argument from binary-search-like functions (#20927)
Fri3dNstuff
2024-08-02
reintroduce std.Dwarf.abi.supportsUnwinding
Andrew Kelley
2024-08-02
fix compilation on powerpc GNU systems
Andrew Kelley
2024-08-01
std.debug: reorg and clarify API goals
Andrew Kelley
2024-08-01
std.debug: rename Info to SelfInfo
Andrew Kelley