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
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
2021-02-25
initial support for haiku continue clean up
Al Hoang
2021-02-25
initial support for haiku past stage0
Al Hoang
2021-02-05
Fix previous %fp calculation
Koakuma
2021-02-04
std.debug.StackIterator: account for SPARC %fp quirk
Koakuma
2021-01-21
Bring back stack trace printing on ARM Darwin
Jakub Konka
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-10
debug: don't fail printLineInfo if the source file is not readable
Vincent Rischmann
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2021-01-01
std.debug: adjust panic message
Andrew Kelley
2021-01-01
std: Show the panicking thread ID
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-23
rework std.ResetEvent, improve std lib Darwin integration
Andrew Kelley
2020-12-23
openbsd: implement segfault handling on openbsd x86_64
Sébastien Marie
2020-12-23
Enable segfault handling on FreeBSD.
Alex Cameron
[next]