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
2022-10-31
cbe: improve support for non-native float types
Jacob Young
2022-10-30
std.heap: make wasm32 PageAllocator handle large allocation
Andrew Kelley
2022-10-30
std.heap.PageAllocator: add check for large allocation
Andrew Kelley
2022-10-30
change uefi packed structs to new integer backed syntax (#13173)
Nameless
2022-10-30
std: re-enable auto hash test
Andrew Kelley
2022-10-29
Merge pull request #13153 from squeek502/iterator-filename-limits
Andrew Kelley
2022-10-29
Merge pull request #13093 from jacobly0/backend-fixes
Andrew Kelley
2022-10-29
Allocator: fix len_align calc in large type size case
kkHAIKE
2022-10-29
fs: Some NAME_MAX/MAX_NAME_BYTES improvements
Ryan Liptak
2022-10-29
Make MAX_NAME_BYTES on WASI equivalent to the max of the other platforms
Ryan Liptak
2022-10-29
Set wasi MAX_NAME_BYTES to minimum of the rest of the supported platforms
Ryan Liptak
2022-10-29
Add wasi branch to MAX_NAME_BYTES
Ryan Liptak
2022-10-29
Windows: Fix iterator name buffer size not handling all possible file name co...
Ryan Liptak
2022-10-29
std.fs: Add MAX_NAME_BYTES
Ryan Liptak
2022-10-29
Fix deprecation docs for isAlpha and isCntrl
fn ⌃ ⌥
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-29
Merge pull request #13272 from topolarity/sha2-intrinsics
Andrew Kelley
2022-10-28
Merge pull request #13221 from topolarity/packed-mem
Andrew Kelley
2022-10-28
Enhance indexOfIgnoreCase with Boyer-Moore-Horspool algorithm
Zhora Trush
2022-10-28
std.crypto: Use `featureSetHas` to gate intrinsics
Cody Tapscott
2022-10-28
std.crypto: Add `isComptime` guard around intrinsics
Cody Tapscott
2022-10-28
std.crypto: Optimize SHA-256 intrinsics for AMD x86-64
Cody Tapscott
2022-10-28
std.crypto: SHA-256 Properly gate comptime conditional
Cody Tapscott
2022-10-28
crypto.sha2: Use intrinsics for SHA-256 on x86-64 and AArch64
Cody Tapscott
2022-10-28
translate-c: Better support for division in macros
Evan Haas
2022-10-28
std.mem: Skip `read/writePackedInt` test on WASM32/64
Cody Tapscott
2022-10-28
stage2: Use mem.readPackedInt etc. for packed bitcasts
Cody Tapscott
2022-10-28
std.mem: Add readPackedInt, writePackedInt, etc.
Cody Tapscott
2022-10-28
std.sign.ecdsa: add support for incremental signatures (#13332)
Frank Denis
2022-10-28
NativeTargetInfo: remove unused error
Ali Chraghi
2022-10-27
Merge pull request #13288 from Vexu/opt-slice
Andrew Kelley
2022-10-27
Sema: Prevent coercion from tuple pointer to mutable slice.
InKryption
2022-10-27
Merge pull request #13257 from topolarity/ctype-fixes
Andrew Kelley
2022-10-27
Add sockaddr_vm for vSocckets on Linux
daurnimator
2022-10-27
Add reboot syscall
daurnimator
2022-10-27
Revamp the ed25519 API (#13309)
Frank Denis
2022-10-27
std.mem.Allocator: do not return undefined pointers
Veikka Tuominen
2022-10-26
Merge pull request #13287 from Luukdegram/wasm-features
Luuk de Gram
2022-10-26
Merge pull request #13299 from ziglang/darwin-autumn-cleaning
Jakub Konka
2022-10-26
std.crypto.sign.ecdsa: accepts unusual parameters like EcdsaP384Sha256 (#13302)
Naoki MATSUMOTO
2022-10-25
crypto/bcrypt: don't reimplement base64, just use a custom alphabet
Frank Denis
2022-10-25
CheckObjectStep: parse and dump `target_features`
Luuk de Gram
2022-10-25
darwin: bump minimum supported version to 11.7.1
Jakub Konka
2022-10-25
darwin: bump max macOS version to 13.0
Jakub Konka
2022-10-25
fmt: fix f80 hex formatting
Jacob Young
2022-10-25
cbe: update test cases
Jacob Young
2022-10-25
std: add cbe hacks to more targets
Jacob Young
2022-10-25
cbe: get enough things working to support basic programs
Jacob Young
2022-10-25
fmt: fix f80 hex formatting
Jacob Young
2022-10-21
Merge pull request #12837 from topolarity/err-ret-trace-improvements-1923
Andrew Kelley
[next]