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-12-29
Merge pull request #1859 from mgxm/fbsd2
Andrew Kelley
2018-12-23
msvc subsystem option handling; added uefi os type
nebulaeonline
2018-12-19
freebsd: initial stack trace
Marcio Giaxa
2018-12-13
add mem.readVarInt, fix InStream.readVarInt, fix stack traces
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-12-02
std.debug: fix some issues with freestanding debug info
Andrew Kelley
2018-12-02
expose std.debug.DwarfInfo and delete unused function
Andrew Kelley
2018-12-02
std.debug.printSourceAtAddressDwarf
Andrew Kelley
2018-12-02
std.debug.StackIterator
Andrew Kelley
2018-12-02
introduce std.io.SeekableStream
Andrew Kelley
2018-11-27
Merge branch 'master' into freebsd2
Andrew Kelley
2018-11-27
stack traces: fix for windows
Sahnvour
2018-11-19
zig fmt
Andrew Kelley
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-15
more fixes related to readStruct API
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-11-08
made colored output more consistent (#1706)
emekoi
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-20
Add freebsd to more things
Greg V
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-30
Expose failing_allocator as *Allocator instead of const FailingAllocator
Jimmi Holst Christensen
2018-09-14
fix alignment of structs
Andrew Kelley
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
[next]