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
2023-05-24
std.crypto: 2.5 times faster ghash and polyval on WebAssembly (#15835)
Frank Denis
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-24
make `@boolToInt` always return a u1
tison
2023-05-23
crypto.aes: define optimal_parallel_blocks for more CPUs (#15829)
Frank Denis
2023-05-23
std.crypto.chacha: remove the hack for ChaCha with a 64-bit counter (#15818)
Frank Denis
2023-05-23
crypto/tls: switch X25519Kyber768Draft00 to new codepoint (#15821)
Bas Westerbaan
2023-05-23
Merge pull request #15235 from Vexu/safety
Veikka Tuominen
2023-05-23
Make Poly1305 faster by leveraging @addWithOverflow/@subWithOverflow (#15815)
Frank Denis
2023-05-22
std.crypto.chacha: support larger vectors on AVX2 and AVX512 targets (#15809)
Frank Denis
2023-05-22
Ignore certificates with unknown OID (#15539)
DraagrenKirneh
2023-05-22
std.crypto.ff - Alloc-free, constant-time field arithmetic for crypto (#15795)
Frank Denis
2023-05-22
fix type errors in os.linux (#15801)
yujiri8
2023-05-22
std.c: fix freebsd's CPU_ISSET call
David CARLIER
2023-05-22
std.os: gethostname non libc linking using uname like linux
David CARLIER
2023-05-22
std.c: openbsd sigcontext/ucontext fix enum
Michael Dusan
2023-05-21
std.crypto: expose Fe isOdd & add basic parity tests for each pcurve (#15734)
Chris Heyes
2023-05-20
Merge pull request #15407 from mlugg/feat/pkg-dedup
Andrew Kelley
2023-05-20
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg
2023-05-20
std.meta: allow ArgsTuple to be used on functions with comptime parameters
Meghan
2023-05-20
std.c: adding ptrace for netbsd.
David CARLIER
2023-05-19
multi-writer: test with a non-comptime stream
Motiejus Jakštys
2023-05-19
std.os: add linux timer api
David CARLIER
2023-05-18
std.crypto.tls.Client.readvAdvanced: fix bugs
Andrew Kelley
2023-05-18
Deduplicate uses of the same package across dependencies
mlugg
2023-05-17
Document the sorting order in `std.sort`.
IntegratedQuantum
2023-05-17
Merge pull request #15459 from motiejus/build-id-full
Andrew Kelley
2023-05-16
tweaks to --build-id
Andrew Kelley
2023-05-16
stage2: implement --build-id styles
Motiejus Jakštys
2023-05-17
std.c: darwin's *copyfile api update.
David CARLIER
2023-05-16
crypto.AegisMac: fix a regression from s/mem.copy/@memcpy/ (#15733)
Frank Denis
2023-05-16
std.mem.byteSwapAllFields: add suppport for nested structs (#15696)
Cortex
2023-05-16
std.c: add ptrace for freebsd support.
David CARLIER
2023-05-16
workaround AstGen's love for copying arrays
Veikka Tuominen
2023-05-16
add runtime safety for noreturn function returning
Veikka Tuominen
2023-05-16
std.mem.zeroInit: zero hidden padding for extern struct
Tw
2023-05-16
std.c: add netbsd's accept_filter_data for ACCEPT_FILTER sock opt.
David CARLIER
2023-05-15
std: expose fmt methods and structs for parsing
Tristan Ross
2023-05-15
std.c: add rfork for freebsd
David CARLIER
2023-05-14
std.os: implementing sched_setaffinity wrapper for freebsd
David CARLIER
2023-05-13
std: Rewrite low-level json api to support streaming (#15602)
Josh Wolfe
2023-05-13
std.os: adding linux's sched_setaffinity and its wrapper
David CARLIER
2023-05-13
std.simd.suggestVectorSizeForCpu: fix missing argument in body
xdBronch
2023-05-13
Merge pull request #15643 from Vexu/fixes
Veikka Tuominen
2023-05-13
linux adding some NUMA support
David CARLIER
2023-05-13
std.c: further darwin's host statistics data
David CARLIER
2023-05-12
Merge pull request #15240 from Snektron/spirv-basic
Andrew Kelley
2023-05-12
std.c: adding basic darwin's host_statistics data.
David CARLIER
2023-05-11
std.math.atan: fix mistyped magic constant
InKryption
2023-05-11
Merge pull request #15641 from jacobly0/cache-race
Andrew Kelley
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
[next]