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-02-18
improve error message for byref capture of byval array
Andrew Kelley
2023-02-18
add zig fmt test for upgrading for loop syntax
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2023-02-18
Sema: implement for_len
Andrew Kelley
2023-02-18
make zig fmt perform upgrade to new for loop syntax
Andrew Kelley
2023-02-18
parse and render new for loop syntax
Veikka Tuominen
2023-02-18
std.Build.RunStep: fix default caching logic
Andrew Kelley
2023-02-17
Ast: fix expected_block error message
Ali Chraghi
2023-02-16
crypto: add AES-CMAC (RFC 4493) (#14545)
Chris Boesch
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-14
Add std.c.umask.
Philippe Pittoli
2023-02-13
Merge pull request #14571 from ziglang/more-build-zig
Andrew Kelley
2023-02-13
Merge pull request #14548 from schmee/std-json-fixes
Veikka Tuominen
2023-02-13
Add -ferror-tracing and -fno-error-tracing compile options
AdamGoertz
2023-02-13
std: support deserialising JSON strings containing escape seqences into senti...
Leo Constantinides
2023-02-13
std.Build.OptionsStep: update test case
Andrew Kelley
2023-02-13
std.Build: delete test that doesn't test anything
Andrew Kelley
2023-02-13
std.Build: make cache_root and global_cache_root relative to cwd
Andrew Kelley
2023-02-13
std.Build: start using the cache system with RunStep
Andrew Kelley
2023-02-13
std.Build.Cache: remove debug log statements
Andrew Kelley
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-13
std.Build.RunStep: introduce addOutputFileArg API
Andrew Kelley
2023-02-13
std.Build.ConfigHeaderStep: support outputting assembly config files
Andrew Kelley
2023-02-13
std.Build: support running build artifacts from packages
Andrew Kelley
2023-02-13
std.Build.ConfigHeaderStep: support sentinel-terminated strings
Andrew Kelley
2023-02-13
std.crypto: add the Ascon permutation
Frank Denis
2023-02-13
Merge pull request #14618 from Vexu/fixes
Andrew Kelley
2023-02-12
Revert "std: check types of pointers passed to allocator functions"
Andrew Kelley
2023-02-12
std: check types of pointers passed to allocator functions
Leo Constantinides
2023-02-11
zig fmt: do not consider tuples blocks
Veikka Tuominen
2023-02-11
don't tokenize an invalid string literal
Techatrix
2023-02-11
std.Build.addAssembly: add missing .kind
Asherah Connor
2023-02-05
Update block.zig
fn ⌃ ⌥
2023-02-05
Implement std.io.Reader for LZMA1
fn ⌃ ⌥
2023-02-05
Delete redundant `lzma`/`lzma2` prefix in function/struct names
fn ⌃ ⌥
2023-02-05
std.compress.xz: Avoid possible integer overflow in a few places
Ryan Liptak
2023-02-05
Merge branch 'master' into lzma
fn ⌃ ⌥
2023-02-05
std.Build: enhancements to ConfigHeaderStep
Andrew Kelley
2023-02-05
std.build: support for generated c headers
David Vanderson
2023-02-05
Update Linux syscall list for 6.1, support Mips64
Stephen Gregoratto
2023-02-04
mark deprecated assumeSentinel as pub
Jonathan Marler
2023-02-04
Allow const for ArrayList.getLast, fix #14522
Nicolas Goy
2023-02-04
Add support for mips64/mips64el
Suirad
2023-02-04
std.json: don't free struct default values
John Schmidt
2023-02-04
std.json: avoid dangling pointers in ValueTree
John Schmidt
2023-02-04
std.json: fix parsing of structs with default value const pointers
John Schmidt
2023-02-04
std.Build: support exposing and depending on zig modules
Andrew Kelley
2023-02-04
remove stage1 workaround for big int set
Marc Tiehuis
2023-02-03
use build.zig.zon instead of build.zig.ini for the manifest file
Andrew Kelley
[next]