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-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-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
2020-03-10
fix stack trace code not opening files in forced blocking mode
Andrew Kelley
2020-03-10
fix regressions caused earlier in this branch
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-26
fix behavior tests with --test-evented-io
Andrew Kelley
2020-02-23
correct test expectations
LemonBoy
2020-02-22
delete extra code, more forgiveness
LemonBoy
2020-02-22
unification: windows debug info
LemonBoy
2020-02-22
unification: osx debug info
LemonBoy
2020-02-21
unsure
LemonBoy
2020-02-20
soldier on
LemonBoy
2020-02-20
tidy interface, const correctness
LemonBoy
2020-02-20
Correctly count all the loaded modules on Windows
LemonBoy
2020-02-20
sudoku
LemonBoy
2020-02-20
less hideous
LemonBoy
2020-02-20
elvis entered the building
LemonBoy
2020-02-20
osx
LemonBoy
2020-02-20
windows widestring
LemonBoy
2020-02-20
wide
LemonBoy
2020-02-20
win
LemonBoy
2020-02-20
tmp
LemonBoy
2020-02-20
debug: Split the DWARF stuff in its own file
LemonBoy
2020-02-10
Merge pull request #4404 from ziglang/async-std
Andrew Kelley
2020-02-07
debug: Show a nice error message on SIGBUS
LemonBoy
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-02-06
debug: Improve the frame-walking strategy
LemonBoy
2020-02-05
Merge pull request #4345 from Rocknest/open-di
Andrew Kelley
2020-02-05
Link the issue in doc comment
Rocknest
2020-02-05
Fix double close in openElfDebugInfo
Rocknest
2020-02-03
Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...
Michaƫl Larouche
2020-01-30
Merge pull request #4324 from fengb/testing-allocator
Andrew Kelley
2020-01-30
Merge pull request #4319 from Rocknest/windows-traces
Andrew Kelley
2020-01-30
Small DWARF fixups
LemonBoy
2020-01-30
Fix one more edge case
Rocknest
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Move FailingAllocator to testing
Benjamin Feng
2020-01-29
Fix off-by-one error
Rocknest
[next]