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
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
docs: make docs work with recent tar changes
Igor Anić
2024-03-11
resinator: Fix auto-detected includes only being used during preprocessing
Ryan Liptak
2024-03-11
Fix progress when multiple zig rc child processes are building resinator
Ryan Liptak
2024-03-11
ErrorBundle: Fix potential writes to stale/freed memory
Ryan Liptak
2024-03-11
Report the progress of lazily building zig rc
Ryan Liptak
2024-03-11
ErrorBundle: Add support for reference traces in addOtherSourceLocation
Ryan Liptak
2024-03-11
Integrate resinator errors with Zig using std.zig.Server and ErrorBundle
Ryan Liptak
2024-03-11
Lazily compile the `zig rc` subcommand and use it during `zig build-exe`
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
update autodocs web application to latest
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
slightly better error name when wasm compilation fails
Andrew Kelley
2024-03-10
zig std: implement tar format
Andrew Kelley
2024-03-10
zig std: implement sources.tar endpoint
Andrew Kelley
2024-03-10
std.io.Writer: add writeFile method
Andrew Kelley
2024-03-10
zig std: use threads for the http server
Andrew Kelley
2024-03-10
zig std: implement serving the wasm binary
Andrew Kelley
2024-03-10
add skeleton of `zig std` command impl
Andrew Kelley
2024-03-10
upstream new autodocs implementation
Andrew Kelley
2024-03-10
no
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
[next]