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-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
2020-01-29
Reorganize definitions
Rocknest
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Changing stuff and seeing what happens
Rocknest
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2020-01-29
Add an advanced segfault handler on windows
Rocknest
2020-01-27
Merge pull request #4300 from LemonBoy/debug-windows
Andrew Kelley
2020-01-27
Unify the two DWARF interpreters
LemonBoy
2020-01-27
Fix stack-trace address calculation on Windows
LemonBoy
2020-01-27
Handle S_GPROC32 symbols in PDB files
LemonBoy
2020-01-26
fix regression in windows stack traces tty detection
Andrew Kelley
2020-01-26
fix debug info code not being freestanding compatible
Andrew Kelley
2020-01-25
Fix handling of DW_LNE_end_sequence
LemonBoy
2020-01-25
Fix parsing of DW_AT_Ranges debug entry
LemonBoy
2020-01-21
Adjust tests & work around a nasty ICE
LemonBoy
2020-01-21
Refactor some code in the debug output
LemonBoy
2020-01-08
Pointer alignment fixes for the stdlib
LemonBoy
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-20
sentinel slicing improvements
Andrew Kelley
2019-12-16
use -fsanitize=undefined for C code in safe build modes
Andrew Kelley
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-08
windows-specific fixes
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-02
bring your own OS layer in the std lib
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
[next]