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-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-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
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
2023-09-29
Allow only relative paths.
Adam Goertz
2023-09-29
Support file:/// URIs and relative paths
Adam Goertz
2023-09-29
std.math.big.int.Const.order 0 == -0 (#17299)
Philipp Lühmann
2023-09-28
std.Build.ConfigHeader: override include guard option for blank style (#17310)
Luis Cáceres
2023-09-28
Merge pull request #17318 from gh-fork-dump/linux-5.6-cachestat
Andrew Kelley
2023-09-28
Allow empty `enum` to be used in `EnumSet`/`EnumMap`
Christofer Nolander
2023-09-28
std.mem: use for loop instead of while in indexOf* to reduce bound checking
Karl Seguin
2023-09-28
simplify ContainerDeclarations grammar rule
Jonathan Marler
2023-09-28
std.http: introduce options to http client to allow for raw uris
Emil Lerch
2023-09-28
docs: remove unnecessary nesting in grammar
Jonathan Marler
2023-09-28
Linux: Add cachestat wrapper.
Stephen Gregoratto
2023-09-28
Update Linux syscalls for kernel 5.5
Stephen Gregoratto
2023-09-27
fmt: add rewrite from `@fabs` to `@abs`
antlilja
2023-09-27
Remove `@fabs`, fabs and absCast/Int from std lib
antlilja
2023-09-26
Add new fields to io_sqring_offsets & io_cqring_offsets
Kai Jellinghaus
2023-09-27
std: Reactivate skipped tests w.r.t. llvm/llvm-project#55522
Jay Petacat
2023-09-26
Add '--compress-debug-sections=zstd'
LinuxUserGD
2023-09-26
std.http: add identity to content encodings (#16493)
Chris Burgess
2023-09-25
Merge pull request #17253 from ziglang/MultiArrayList-0bit-struct
Andrew Kelley
2023-09-25
std.http.Client: add note about resource management
Jan Weidner
2023-09-24
std.MultiArrayList: add test coverage for 0-bit structs
Andrew Kelley
2023-09-24
Merge pull request #17205 from mlugg/rls-ref
Andrew Kelley
2023-09-24
Support non zig dependencies
antlilja
2023-09-23
Allow Step.TranslateC to not link libc
Garrett Beck
2023-09-23
compiler: preserve result type information through address-of operator
mlugg
2023-09-23
std.testing: expectEqualDeep() - support self-referential structs
travisstaloch
2023-09-22
build: add --skip-oom-steps
kcbanner
2023-09-22
Added basic support for wasm32-emscripten target
Aven Bross
2023-09-22
Merge pull request #17069 from squeek502/resinator
Andrew Kelley
2023-09-19
nvptx: omit sm_90a from the CPU target features for now
Andrew Kelley
2023-09-19
skip regressed LLVM 17 std lib test on powerpc
Andrew Kelley
2023-09-19
compiler_rt: fix arm hard-float f16 abi
Jacob Young
2023-09-19
start: workaround for LLVM 17 regression
Jacob Young
2023-09-19
LLVM 17 std lib updates and fixes
Andrew Kelley
[next]