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
Group-Canceled
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
groupAwait
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
2022-10-12
stage2: check address space cast validity
Robin Voetter
2022-10-12
big int: make Mutable.normalize const
Robin Voetter
2022-10-12
amdgpu: add AmdgpuKernel calling convention
Robin Voetter
2022-10-12
improve header searchlist handling in build, main
Michael Dusan
2022-10-12
Merge pull request #13073 from squeek502/fs-delete-tree-2
Andrew Kelley
2022-10-12
Merge pull request #12897 from r00ster91/uefi
Andrew Kelley
2022-10-12
Merge pull request #13081 from r00ster91/docs
Andrew Kelley
2022-10-12
Make CompressorOptions public
Gaƫtan
2022-10-11
std: fix memory leak on OutOfMemory error in math.big.int and math.big.rationa
GethDW
2022-10-11
Compilation: strip debug info from ReleaseSmall by default
Ali Chraghi
2022-10-11
io_uring: allow for nullable arguments
mllken
2022-10-11
fix: resolve data race in std.Progress.maybeRefresh()
r00ster91
2022-10-11
std: add linux support for packet sockaddr
Eric Milliken
2022-10-11
Merge pull request #13117 from topolarity/compiler-rt-cmul
Andrew Kelley
2022-10-11
std/math.zig: use previous rotate code with non-power-of-two integers
Rekai Nyangadzayi Musuka
2022-10-09
Manually construct denormal constants in tests
Cody Tapscott
2022-10-09
compiler_rt: Re-implement `ldexp`/`ilogb` using bit-ops
Cody Tapscott
2022-10-08
CheckObjectStep: parsing and dumping producers
Luuk de Gram
2022-10-07
fix: wrong amount of arguments passed to function
r00ster91
2022-10-07
fix: wrong return type for _poll
r00ster91
2022-10-07
fix: wrap function pointers in std.meta.FnPtr
r00ster91
2022-10-06
std.http: fix typo
Ali Chraghi
2022-10-05
std.fs.deleteTree: Unify how the initial sub_path is treated between deleteTr...
Ryan Liptak
2022-10-05
fs.Dir.deleteTree: Fix FileBusy errors on Windows
Ryan Liptak
2022-10-05
fs.Dir.deleteTree: Fix some handling of NotDir error in deleteFile calls
Ryan Liptak
2022-10-05
fs: deleteTreeFallback -> deleteTreeMinStackSize and make it pub
Ryan Liptak
2022-10-05
fs: Reduce IterableDir.Iterator `buf` size to 1024
Ryan Liptak
2022-10-05
fix(text): hyphenate "runtime" adjectives
r00ster91
2022-10-05
fix(text): hyphenate "comptime" adjectives
r00ster91
2022-10-05
fix(text): hyphenation and other fixes
r00ster91
2022-10-05
fs: Optimize Dir.deleteTree for non-deeply-nested directories
Ryan Liptak
2022-10-05
fs: Add IterableDir.Iterator.reset
Ryan Liptak
2022-10-05
fs.Dir.deleteTree: Reduce the number of failing deleteFile calls
Ryan Liptak
2022-10-05
Introduce IterableDir.iterateAssumeFirstIteration
Ryan Liptak
2022-10-03
Merge pull request #12979 from Vexu/inline-switch
Andrew Kelley
2022-10-03
std: fix memory leak in ArrayHashMap (#13001)
GethDW
2022-10-03
std: WASI - update to latest snapshot preview 1
Luuk de Gram
2022-10-03
std.os.windows: fix HANDLER_ROUTINE callconv
zooster
2022-10-03
std.ChildProcess: correct fn getUserInfo pkg in setUserName
alex
2022-10-01
std.math: allow comptime_float for radiansToDegrees and degreesToRadians
zooster
2022-09-29
docs: minor improvements
r00ster91
2022-09-29
fix(std.testing.refAllDeclsRecursive): silently return if !builtin.is_test
r00ster91
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-09-29
std.math: add "Greatest common divisor" (gcd)
Chris Boesch
2022-09-29
std.builtin: un-pub testVersionParse()
zooster
2022-09-29
Fix `Step.cast` for `OptionsStep` and `CheckObjectStep`
Lee Cannon
2022-09-29
testing: fix copy paste typo
Jacob Young
2022-09-28
Remove outdated comment
Evin Yulo
2022-09-27
std/meta: make FieldEnum(T) == Tag(T) for tagged unions when values match fie...
Silver
2022-09-27
add inline switch union tag captures
Veikka Tuominen
[next]