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
getAppDataDir
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
std.Io.Threaded-groups-2
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
Age
Commit message (
Expand
)
Author
2022-12-06
add std.heap.wasm_allocator
Andrew Kelley
2022-12-06
std: fix WASI regressions
Andrew Kelley
2022-12-06
std.fmt: more descriptive names for impl functions
Jacob Young
2022-12-06
fix merge conflicts from master branch
Andrew Kelley
2022-12-06
std.wasm: add Opcode.prefixed and make PrefixedOpcode nonexhaustive
Andrew Kelley
2022-12-06
std: clean up imports in a couple files
Andrew Kelley
2022-12-06
WASI: remove absolute path emulation from std lib
Andrew Kelley
2022-12-06
std.fs: fix openDirAbsolute
Andrew Kelley
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-12-06
std: added eql to DynamicBitSet and DynamicBitSetUnmanaged
Pyrolistical
2022-12-05
treshold -> threshold
Frank Denis
2022-12-05
std.fmt.formatInt: Use an optimized path for decimals
Jason Phan
2022-12-05
std: added pure functions to StaticBitSet
Pyrolistical
2022-12-05
std.atomic.Queue: fix unget implementation and add doc
nc
2022-12-05
Allow const ArrayLists to be cloned
Martin Wickham
2022-12-05
std.crypto benchmark: don't use a relative path to import std (#13772)
Frank Denis
2022-12-04
std: add move() functions to hash maps
Andrew Kelley
2022-12-04
Merge pull request #13142 from mllken/gzip-safety
Veikka Tuominen
2022-12-04
std: add a special case for empty structs in meta.FieldEnum.
Gregory Oakes
2022-12-03
Merge pull request #13744 from Vexu/stage2-fixes
Andrew Kelley
2022-12-03
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-12-02
windows: use array of tmp bufs as backing store for input memory to ntdll
Jakub Konka
2022-12-01
Merge pull request #13725 from mathetake/fixreaddir
Jakub Konka
2022-12-01
add workaround for compiler bug
Veikka Tuominen
2022-12-01
std.testing: Improve expectEqualBytes for large inputs and make expectEqualSl...
Ryan Liptak
2022-12-01
wasi: fixes IterableDir.nextWasi for large directory
Takeshi Yoneda
2022-11-30
Merge pull request #13717 from GethDW/option-fix
Andrew Kelley
2022-11-30
std.testing: Add expectEqualBytes that outputs hexdumps with diffs highlighte...
Ryan Liptak
2022-11-30
std.ArrayList: fix shrinkAndFree
Andrew Kelley
2022-11-30
std.os.test: disable flaky timerfd test
Andrew Kelley
2022-11-30
Merge pull request #13719 from Vexu/debug
Veikka Tuominen
2022-11-30
std.build: simpler fix to options implementation
Andrew Kelley
2022-11-30
std.build.Builder: fix for Allocator changes
GethDW
2022-11-30
std.os.windows.ReadLink: add missing alignment of local data buffer
Andrew Kelley
2022-11-30
CLI: allow using `--debug-compile-errors` with `zig build`
Veikka Tuominen
2022-11-29
WasmAllocator: simplify thanks to new Allocator interface
Andrew Kelley
2022-11-29
rename a couple variables
Andrew Kelley
2022-11-29
std.heap.WasmAllocator: redo
Andrew Kelley
2022-11-29
std.heap.WasmAllocator: implement resizing
Andrew Kelley
2022-11-29
std.heap.WasmAllocator: resize in place without force shrinking
Andrew Kelley
2022-11-29
std.heap.WasmAllocator: large allocations
Andrew Kelley
2022-11-29
introduce std.heap.WasmAllocator
Andrew Kelley
2022-11-29
std.heap: extract PageAllocator, WasmPageAllocator
Andrew Kelley
2022-11-29
stage2: fix crash on comptime lazy `@ctz` and `@clz`
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-29
Merge pull request #13693 from Vexu/safety
Andrew Kelley
2022-11-30
libstd: skip problematic tests on aarch64-windows
Jakub Konka
2022-11-29
Sema: add option to disable formatted panics
Veikka Tuominen
2022-11-29
Sema: improve safety panic for access of inactive union field
Veikka Tuominen
2022-11-29
arm: implement CPU feature detection by parsing system registers
Jakub Konka
[next]