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
Age
Commit message (
Expand
)
Author
2024-03-11
Merge pull request #19239 from jedisct1/ml-kem
Andrew Kelley
2024-03-11
Merge pull request #19229 from tiehuis/ryu-128
Andrew Kelley
2024-03-11
Merge pull request #19174 from squeek502/lazy-resinator
Andrew Kelley
2024-03-11
Merge pull request #19155 from ianic/tar_max_file_size
Andrew Kelley
2024-03-11
math.big.int: fix incorrect `bitAnd` behavior
tinusgraglin
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-03-11
std.builtin: make float mode fields lowercase
Tristan Ross
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-11
ErrorBundle: Fix potential writes to stale/freed memory
Ryan Liptak
2024-03-11
ErrorBundle: Add support for reference traces in addOtherSourceLocation
Ryan Liptak
2024-03-11
std.tar: fix broken public interface
Igor Anić
2024-03-11
std.tar: use doctest
Igor Anić
2024-03-11
std.tar: fix test hanging on windows
Igor Anić
2024-03-11
disable test which is hanging on windows in ci
Igor Anić
2024-03-11
std.tar: fix path testing on windows
Igor Anić
2024-03-11
std.tar: fix build on 32 bit platform
Igor Anić
2024-03-11
std.tar: document iterator interface with example
Igor Anić
2024-03-11
std.tar make iterator interface more ergonomic
Igor Anić
2024-03-11
std.tar: don't return in iterator init
Igor Anić
2024-03-11
std.tar: remove redundant test name prefixes
Igor Anić
2024-03-11
std.tar: test buffers provided to the iterator
Igor Anić
2024-03-11
std.tar: add tests for file and symlink create
Igor Anić
2024-03-11
Merge pull request #19208 from ziglang/rework-autodoc
Andrew Kelley
2024-03-11
std.crypto.pcurves fixes (#19245)
Frank Denis
2024-03-10
improve documentation in std
Andrew Kelley
2024-03-10
std.Thread.WaitGroup: add spawnManaged
Andrew Kelley
2024-03-10
-femit-docs: creating sources.tar
Andrew Kelley
2024-03-10
std.io.Writer: add writeFile method
Andrew Kelley
2024-03-10
std: expose Config struct of GeneralPurposeAllocator
Techatrix
2024-03-10
Fix typo in an old comment, and avoid useless hash
Frank Denis
2024-03-10
std.crypto: add support for ML-KEM
Frank Denis
2024-03-09
std.fmt: fix std-cases and perform round-trip check in ryu unit tests
Marc Tiehuis
2024-03-09
std.json: update tests to match new floating point formatting
Marc Tiehuis
2024-03-09
std.fmt: add ryu upstream unit tests
Marc Tiehuis
2024-03-09
std.fmt: add ryu floating-point formatting
Marc Tiehuis
2024-03-08
std.os.linux: rework io_uring support
mlugg
2024-03-08
std.os.windows: eliminate usage of `usingnamespace`
mlugg
2024-03-08
std.c: remove unnecessary use of `usingnamespace`
mlugg
2024-03-08
std.c.openbsd: remove nop `usingnamespace`
mlugg
2024-03-08
std.c: do not use `usingnamespace` to define getcontext
mlugg
2024-03-08
std.enums: remove IndexedMap, IndexedArray, IndexedSet
mlugg
2024-03-08
std.os.linux: do not use `usingnamespace` to define getauxval
mlugg
2024-03-08
std.os.linux: remove unnecessary use of `usingnamespace`
mlugg
2024-03-07
Merge pull request #19163 from ianic/zlib_no_lookahead
Andrew Kelley
2024-03-07
Merge pull request #19190 from mlugg/struct-equivalence
Andrew Kelley
2024-03-06
feat: add support for --enable-new-dtags and --disable-new-dtags
Dillen Meijboom
2024-03-06
grammar: remove gratuitous ambiguity
Jacob Young
2024-03-06
compiler: treat decl_val/decl_ref of potentially generic decls as captures
mlugg
[next]