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
/
pdb.zig
Age
Commit message (
Expand
)
Author
2021-02-01
Don't read more bytes than exist in MsfStream (#7839)
Cameron Conn
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2020-12-31
Year++
Frank Denis
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-09-04
update rest of tests
Vexu
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-06-24
Pdb.openFile use `[]const u8` instead of `[]u8`
Code Hz
2020-06-09
Support Reader for InStream
Jonathan Marler
2020-05-08
fix more private member access
Vexu
2020-05-08
publicize member functions affected by #4909
Josh Junon
2020-05-01
cleanup and fixes. behavior tests passing with evented I/O
Andrew Kelley
2020-05-01
Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-27
fix behavior test with --test-evented-io on windows
Timon Kruiper
2020-03-10
fix regressions found by test suite
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-29
fix windows std lib regressions
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley