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
/
std
/
debug
Age
Commit message (
Expand
)
Author
2018-09-12
fix zig fmt on windows
Andrew Kelley
2018-09-02
fix regressions
Andrew Kelley
2018-09-02
fix source file lookup
Andrew Kelley
2018-09-02
rework code to avoid duplicate operations
Andrew Kelley
2018-08-31
figuring out where /names stream is
Andrew Kelley
2018-08-31
awareness of debug subsections
Andrew Kelley
2018-08-30
figuring out which module an address belongs in
Andrew Kelley
2018-08-29
printing info from the ModuleInfo substream of DebugInfo
Andrew Kelley
2018-08-29
use RtlCaptureStackBackTrace on windows
Andrew Kelley
2018-08-28
fix unresolved path preventing PDB loading
Andrew Kelley
2018-08-28
Merge branch 'windows-coff-issue721' of https://github.com/Sahnvour/zig into ...
Andrew Kelley
2018-08-25
fix stack traces on linux
Andrew Kelley
2018-08-24
compilation unit cwd dir appears to be unnecessary on macos
Andrew Kelley
2018-08-24
macos stack traces have address-to-line translation
Andrew Kelley
2018-08-24
macos stack traces have the compilation unit in them
Andrew Kelley
2018-08-23
macos stack traces: read debug info sections from .o files
Andrew Kelley
2018-08-23
MacOS stack traces use the already mmapped executable
Andrew Kelley
2018-08-22
rename std.debug.ElfStackTrace to std.debug.DebugInfo
Andrew Kelley
2018-08-21
fix linux
Andrew Kelley
2018-08-21
*WIP* std.os assumes comptime-known max path size
Andrew Kelley
2018-08-19
do not use an allocator when we don't need to because of the existance of PAT...
Shawn Landden
2018-08-01
add std.event.RwLock and a few more std changes
Andrew Kelley
2018-07-30
introduce std.event.fs for async file system functions
Andrew Kelley
2018-07-29
fix cancel and await semantics
Andrew Kelley
2018-07-21
Very much WIP base implementation for #721.
Sahnvour
2018-07-09
Merge remote-tracking branch 'origin/master' into m-n-threading
Andrew Kelley
2018-07-09
ZIG_DEBUG_COLOR=1 overrides tty detection for runtime stack traces
Andrew Kelley
2018-07-07
cleaner output from zig build when there are compile errors
Andrew Kelley
2018-07-07
M:N threading
Andrew Kelley
2018-06-20
zig fmt
Andrew Kelley
2018-06-21
std: update stdlib to match updated allocator create signature; ref #733
kristopher tate
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-16
posix read can return error.IsDir
Andrew Kelley
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-06-09
clean up std.ArrayList
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-26
run zig fmt on some of the codebase
Andrew Kelley
2018-04-30
[breaking] delete ptr deref prefix op
Andrew Kelley
2018-04-16
std.debug: dumpStackTrace & friends use DirectAllocator
Andrew Kelley
2018-03-10
refactor stack trace code to remove global state
Andrew Kelley
2018-03-10
improvements to stack traces
Andrew Kelley
2018-03-10
omit pad zeroes in debug stack traces
Andrew Kelley
2018-03-02
std.debug.dwarf supports line number version 4
Andrew Kelley
2018-03-01
Merge remote-tracking branch 'origin/master' into async
Andrew Kelley
2018-02-28
add atomicrmw builtin function
Andrew Kelley
2018-02-19
fix memory leak in std.debug.openSelfDebugInfo()
Ben Noordhuis
2018-02-19
add support for stack traces on macosx
Ben Noordhuis
2018-02-14
std.zig.parser understands try. zig fmt respects a double line break.
Andrew Kelley
2018-02-12
remove std.heap.IncrementingAllocator
Andrew Kelley
2018-02-10
std.os and std.io API update
Andrew Kelley
[next]