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
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-03-02
@returnAddress and @frameAddress return usize now
Andrew Kelley
2019-02-23
introduce std.debug.captureStackTrace
Andrew Kelley
2019-02-18
export _mh_execute_header with weak linkage
Andrew Kelley
2019-02-17
Add NetBSD support
Maya Rashish
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2019-02-07
fixups, and modify std.mem.join and std.os.path.resolve API
Andrew Kelley
2019-02-06
Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...
Andrew Kelley
2019-02-06
thread local storage working for linux x86_64
Andrew Kelley
2019-02-03
`std.mem.Allocator.create` replaced with better API
Andrew Kelley
2019-01-18
Hopefully fixed #1503 (at least improved) line accuracy of stack traces on wi...
Sahnvour
2019-01-18
removed unnecessary cast
Sahnvour
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-30
std.os.path: remove dependance on std.mem.join;
kristopher tate
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
[next]