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
/
pdb.zig
Age
Commit message (
Expand
)
Author
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-11-27
stack traces: fix for windows
Sahnvour
2018-11-15
Fixed failure using readStruct and gave async readStruct the same sig
Jimmi HC
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
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-12
fix zig fmt on windows
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-31
finding source file, line, and column info
Andrew Kelley
2018-08-30
finding the function that an address is in
Andrew Kelley
2018-08-30
figuring out which module an address belongs in
Andrew Kelley
2018-08-30
reading the module information substream
Andrew Kelley
2018-08-29
printing info from the ModuleInfo substream of DebugInfo
Andrew Kelley
2018-08-28
Merge branch 'windows-coff-issue721' of https://github.com/Sahnvour/zig into ...
Andrew Kelley
2018-07-21
Very much WIP base implementation for #721.
Sahnvour