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
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
2020-05-13
Make StackIterator next public
DrDeano
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-02
std.event.Loop: promote the fs thread to be available for all OS's
Andrew Kelley
2020-05-01
cleanup and fixes. behavior tests passing with evented I/O
Andrew Kelley
2020-05-01
Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...
Andrew Kelley
2020-04-16
debug: Minor QOL improvements for osx
LemonBoy
2020-04-07
Merge pull request #4857 from LemonBoy/fix-4777
Andrew Kelley
2020-04-03
std: Fix one more sentinel buffer overrun
LemonBoy
2020-04-02
new ArrayList API: fix everything else
xackus
2020-04-01
std: Fix more NetBSD bits
LemonBoy
2020-04-01
Tidy up some mem.spanZ use-sites now that null is accepted
daurnimator
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-27
fix behavior test with --test-evented-io on windows
Timon Kruiper
2020-03-23
std: Fix undefined field error
LemonBoy
2020-03-23
debug: Accept relative paths in mapWholeFile
LemonBoy
2020-03-23
std: Add missing C defines for NetBSD
LemonBoy
2020-03-13
Even better idle waiting method
LemonBoy
2020-03-13
Nicer idle wait loop
LemonBoy
2020-03-13
std: Multithreaded-aware panic handler
LemonBoy
2020-03-10
fix regressions found by test suite
Andrew Kelley
[next]