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-17
Merge pull request #19325 from Vexu/dynlib
Andrew Kelley
2024-03-18
Implementing structs and better enums in build options
Reokodoku
2024-03-17
Ast: fix comptime destructure
Jacob Young
2024-03-17
std: define error set of `toPosixPath`
Veikka Tuominen
2024-03-17
Revert "back out the build_runner.zig moving change"
Jacob Young
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-16
std.fmt: fix incorrect rounding on 0 precision of a decimal
Leo Emar-Kar
2024-03-17
std: adjust DynLib API
Veikka Tuominen
2024-03-16
std: introduce pointer stability locks to hash maps (#17719)
Andrew Kelley
2024-03-16
std: use expectError in dynamic_library tests
Jari Vetoniemi
2024-03-16
std: do not use inferred errors in dynamic_library
Jari Vetoniemi
2024-03-16
Windows: make FILE_INFO_BY_HANDLE_CLASS a tagged enum
Stephen Gregoratto
2024-03-16
Windows: Add wrappers for `GetCurrent(Process|Thread)` via NT_TIB
Stephen Gregoratto
2024-03-16
Windows: Replace CreatePipe with ntdll implementation
Stephen Gregoratto
2024-03-15
io_uring: ring mapped buffers (#17806)
Igor Anić
2024-03-15
Merge pull request #19312 from mikdusan/bsd-debitrot
Andrew Kelley
2024-03-15
build runner: add --summary new
Loris Cro
2024-03-15
Fix stuttering stderr in Zig test log
Nguyễn Gia Phong
2024-03-15
std.mem: use destructurable tuple for indexOfMinMax return type
garrisonhh
2024-03-15
make `math.degreesToRadians` and `math.radiansToDegrees` infer type from argu...
expikr
2024-03-15
fix(math): eval isPowerOfTwo at comptime in rotl/rotr
paoda
2024-03-15
bsd: debitrot std.c
Michael Dusan
2024-03-15
bsd: debitrot AtomicOrder renames
Michael Dusan
2024-03-15
dragonfly: debitrot std.c
Michael Dusan
2024-03-14
coff: only store PDB basename
Elaine Gibson
2024-03-14
bsd: add missing os.IFNAMESIZE
Michael Dusan
2024-03-14
Merge pull request #19273 from mlugg/incremental-some-more
Matthew Lugg
2024-03-14
chore: Fix some typos
Ahmed
2024-03-14
remove std.io.PeekStream
Andrew Kelley
2024-03-14
std: make std.dwarf.FixedBufferReader public
Luuk de Gram
2024-03-14
compiler: detect duplicate test names in AstGen
mlugg
2024-03-13
Merge pull request #19258 from castholm/enums-eval-branch-quota
Andrew Kelley
2024-03-13
std.os.windows: handle OBJECT_NAME_INVALID in OpenFile (#19288)
Jonathan Marler
2024-03-13
autodoc: Use `code` for keyboard events
Carl Åstholm
2024-03-13
remove `math.lerp` bounds for t
pancelor
2024-03-13
Merge pull request #19289 from ianic/issue_19052
Andrew Kelley
2024-03-13
Fix emscripten exports
Adrià Arrufat
2024-03-13
compress.xz: remove unnecessary variable
Igor Anić
2024-03-13
compress.xz: make reader loop little more readable
Igor Anić
2024-03-13
compress.xz: remove copyForwards from tight loop
Igor Anić
2024-03-12
{aegis,aes_gcm}: fix overflow with large inputs on 32-bit systems (#19270)
Frank Denis
2024-03-12
ml_kem.zig: inLen -> in_len (#19269)
Frank Denis
2024-03-11
Merge pull request #19238 from dweiller/ring-buffer
Andrew Kelley
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-12
Avoid comptime concatenation in `EnumFieldStruct`
Carl Åstholm
2024-03-12
Move big enum tests to a standalone test case
Carl Åstholm
2024-03-11
math.big.int: fix incorrect `bitAnd` behavior
tinusgraglin
[next]