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-04-25
std: Fix backtraces on sparcv9
LemonBoy
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
2020-12-12
std: Further siginfo refinements
LemonBoy
2020-12-03
makes the implementation public
Isaac Yonemoto
2020-12-02
std: Add nosuspend around stderr.print calls
LemonBoy
2020-11-29
std.meta: add assumeSentinel
Jonathan Marler
2020-11-29
std: Avoid deadlock in the signal handler
LemonBoy
2020-11-19
Update code to not use unsupported calling conventions for target
Tadeo Kondrak
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-16
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz
2020-11-09
Don't prevent compilation on platforms where debug info is unsupported
Frank Denis
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-10-19
std: Minor changes to startup code
LemonBoy
2020-10-17
Merge branch 'master' into openbsd-minimal
Sebastien Marie
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-07
improvements & fixes for general purpose allocator integration
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-05
update more HashMap API usage
Andrew Kelley
2020-07-05
reimplement std.HashMap
Andrew Kelley
2020-06-17
Add std.debug.print for "printf debugging"
Isaac Freund
2020-06-17
Deprecate std.debug.warn
Isaac Freund
2020-06-15
std: remove std.debug.getStderrStream
daurnimator
2020-06-15
std: clean up debug stderr variables
daurnimator
2020-06-08
support Writer instead of OutStream
Jonathan Marler
2020-06-08
update sort callsite to new API
Andrew Kelley
2020-06-04
add workaround for #5525
Vexu
2020-05-29
cleanups
Andrew Kelley
2020-05-29
Prefer Files to paths in std.debug. Additionally [breaking] add a flags param...
Jonathan S
2020-05-29
Document and reduce usage of MAX_PATH_BYTES, lifting arbitrary buffer size re...
Jonathan S
[next]