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.zig
Age
Commit message (
Expand
)
Author
2022-03-19
Merge pull request #11228 from Vexu/panic
Andrew Kelley
2022-03-19
fix sigaction double panic
zseri
2022-03-19
std: enable default panic handler for stage2 LLVM on Linux
Veikka Tuominen
2022-03-17
debug: msync only current page when validation frame pointer
Jakub Konka
2022-03-15
std.dwarf: implement basic DWARF 5 parsing
William Sengir
2022-03-12
stage2 llvm: do not use getIntrinsic for airFrameAddress
Veikka Tuominen
2022-02-19
StackIterator should not try to check validity on freestanding
Lee Cannon
2022-02-11
validate in Windows using VirtualQuery
m
2022-02-11
std: validate frame-pointer address in stack walking
m
2022-02-07
debug: implement segfault handler for macOS aarch64
John Schmidt
2022-01-31
debug: fix edge cases in macOS debug symbol lookup
John Schmidt
2022-01-27
add std.debug.todo
David John
2022-01-18
Implement segfault handler for macOS x86_64
John Schmidt
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-15
macho: put `LC_*` consts in a typed enum(u32) LC
Jakub Konka
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
macos: remove >= 0x10000000 assertion when printing stack traces
Jakub Konka
2021-11-30
macos: rewrite logic for generating stack traces on macOS
Jakub Konka
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-09
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-28
improve panic hierarchy by always using builtin.panic
rgreenblatt
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-29
zig fmt: respect trailing commas in inline assembly
jdmichaud
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-20
enables user-custom code to work with LI and SI
Isaac Yonemoto
2021-08-02
std: check for overflow in writeCurrentStackTrace
Jakub Konka
2021-07-08
Add support for NO_COLOR
Martin Wickham
2021-06-30
changes to accomodate std.Thread update
kprotty
2021-06-21
fix unused locals from merge conflict
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
stage2 tests: remove unused vars
Jacob G-W
2021-06-18
Add support for reading DWARF debug information from COFF files
Matt Chudleigh
2021-06-12
std: Move PDB-related code into its own file
LemonBoy
2021-06-10
Correct a comment.
purringChaos
2021-05-24
enable symbol lookup for haiku
Al Hoang
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-15
std: Avoid using white color when printing stacktraces
LemonBoy
2021-04-28
std: remove redundant comptime keyword
Andrew Kelley
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-25
std: Fix backtraces on sparcv9
LemonBoy
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-08
stage2: pretty print compilation errors
jacob gw
2021-03-18
zld: use zld when linking aarch64 by default and cross-comp
Jakub Konka
2021-03-01
Merge pull request #7946 from koachan/sparc64-framefixes
Andrew Kelley
2021-02-25
initial support for haiku defer debug
Al Hoang
[next]