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
2023-10-09
std.mem: use indexOfScalarPos when indexOf is called where needle.len == 1
Karl Seguin
2023-10-09
lib/std/fs/test.zig: cleanup (#17443)
Pat Tullmann
2023-10-06
std.unicode.utf8ValidateSlice: optimize implementation (#17329)
Karl Seguin
2023-10-06
Update Server.zig:{listen, do} to specify error enums
Becker A
2023-10-06
Merge pull request #17419 from ziglang/unsound-native-target-info
Andrew Kelley
2023-10-06
Add pause() to linux.zig
Ratakor
2023-10-06
Add filled_sigset to os.zig
Ratakor
2023-10-06
Add filled_sigset to os.linux
Ratakor
2023-10-06
std.math: add nextAfter (#16894)
castholm
2023-10-06
std: fix memory bug in getExternalExecutor
Jakub Konka
2023-10-04
x86_64: implement C abi for 128-bit integers
Jacob Young
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-10-04
Merge pull request #17344 from ziglang/type-erased-reader
Andrew Kelley
2023-10-04
linux: add fanotify API
nikneym
2023-10-04
GeneralPurposeAllocator.searchBucket: check current bucket before searching t...
Ryan Liptak
2023-10-04
Update IORING_OP to reflect upstream (#17388)
Kai Jellinghaus
2023-10-03
std.macho: remove alignment from LoadCommandIterator
Andrew Kelley
2023-10-03
std: add type-erased reader; base GenericReader on it
Andrew Kelley
2023-10-03
Merge pull request #17341 from rzezeski/illumos-updates
Andrew Kelley
2023-10-03
Merge pull request #17383 from squeek502/gpa-optim-treap
Andrew Kelley
2023-10-03
Merge pull request #17363 from ziglang/tar-symlinks
Andrew Kelley
2023-10-03
valgrind.memcheck: fix makeMem*()
Frank Denis
2023-10-03
Treap: do not set key to undefined in `remove` to allow re-use of removed nodes
Ryan Liptak
2023-10-03
GeneralPurposeAllocator: Considerably improve worst case performance
Ryan Liptak
2023-10-03
correctly detect apple a15 and a16 chips
xdBronch
2023-10-02
Treap: Add InorderIterator
Ryan Liptak
2023-10-02
zig fetch: enhanced error reporting
Andrew Kelley
2023-10-02
introduce the 'zig fetch' command + symlink support
Andrew Kelley
2023-10-02
std.fs: give readLink an explicit error set
Andrew Kelley
2023-10-02
std.tar: support symlinks
Andrew Kelley
2023-10-02
std.Build: expose `-idirafter` to the build system
Carl Ã…stholm
2023-10-02
illumos: fix dynamic linker path
Ryan Zezeski
2023-10-02
illumos does not have versions
Ryan Zezeski
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-10-01
Sema: add `@errorCast` which works for both error sets and error unions
Veikka Tuominen
2023-10-01
std.mem.zeroes: Zero out entire `extern union`, including padding
Jay Petacat
2023-10-01
Merge pull request #17161 from tiehuis/vectorize-index-of-scalar
Andrew Kelley
2023-09-30
Improve (Unmanaged)ArrayList.insert
Lucas Santos
2023-09-30
solaris: hard-code ABI and dynamic linker
Ryan Zezeski
2023-09-30
solaris: load CA certs file
Ryan Zezeski
2023-09-30
solaris: fix path component max
Ryan Zezeski
2023-09-30
solaris: add missing registers
Ryan Zezeski
2023-09-30
fix indexOfSentinel alignment for types larger than 1 byte
Marc Tiehuis
2023-09-30
std.mem: check backend vector support for indexOfSentinel/indexOfScalarPos
Marc Tiehuis
2023-09-30
std.mem: add vectorized indexOfScalarPos and indexOfSentinel
Marc Tiehuis
2023-09-29
Merge pull request #17312 from LucasSantos91/master
Andrew Kelley
2023-09-29
Add include_extensions to InstallDir Options (#17300)
Krzysztof Wolicki
2023-09-29
std.ArrayList: fixups for the previous commit
Andrew Kelley
2023-09-29
std.ArrayList: insertSlice avoids extra memcpy
Lucas Santos
2023-09-29
Step.Run: fix assert of the wrong value (#17303)
Krzysztof Wolicki
[next]