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
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-23
std: eliminate pointless meta.assumeSentinel() usage
Isaac Freund
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-12
pdb: make SuperBlock def public
Jakub Konka
2022-08-17
libstd: fix off-by-one error in def of ProcSym in pdb
Jakub Konka
2022-05-02
std.pdb: fix incorrect use of packed struct
Andrew Kelley
2022-04-21
pdb: fix resource mgmt
Jakub Konka
2022-04-21
debug: fix resource (de)allocation for Elf and Coff targets
Jakub Konka
2021-12-21
Only check the file's length once in pdb.Msf.init
Jonathan S
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-21
stage2 tests: remove unused vars
Jacob G-W
2021-06-12
std: Move PDB-related code into its own file
LemonBoy
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
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