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
2021-07-28
linux: add mknod and mknodat syscalls
Mahdi Khanalizadeh
2021-07-28
add build dependency when linkerscript is a generated file
Matt Knight
2021-07-28
std/ArrayList: Allow `ArrayList(u0)` to be created
Zach Banks
2021-07-28
Move fs.Walker to fs.Dir.Walker
Ominitay
2021-07-28
translate-c: handle floating point NAN and INFINITY macros
Evan Haas
2021-07-28
Skip empty strings in std.fs.path.join function
Austin Clements
2021-07-27
fix old references to verbose-ir to be verbose-air
Andrew Kelley
2021-07-27
Add option to hide build command on compilation error to build_runner (#8513)
Lee Cannon
2021-07-27
Add zld.id to list of files to skip
Jarred Sumner
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-23
Merge pull request #9265 from ehaas/translate-c-macro-matching
Veikka Tuominen
2021-07-23
Merge pull request #9440 from ziglang/emit-bc
Andrew Kelley
2021-07-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
2021-07-22
translate-c: Handle ambiguous cast or call macro
Evan Haas
2021-07-22
translate-c: add framework for special-casing macros
Evan Haas
2021-07-22
Fixed compile error: 'bMenu' needs to casted. (#9426)
Michal Ziulek
2021-07-22
linux stdlib: fix definition of RW flags (#9428)
Biolunar
2021-07-22
std.crypto: handle the top bit in 25519.field.fromBytes64() (#9435)
Frank Denis
2021-07-21
remove 'pe' object format
Andrew Kelley
2021-07-21
Correct hasUniqueRepresentation for vectors
Tau
2021-07-20
std.Progress: revert to the older strategy
Andrew Kelley
2021-07-20
std.ArrayList: add missing assertion in appendSliceAssumeCapacity
Andrew Kelley
2021-07-20
stage2: miscellaneous fixes for the branch
Andrew Kelley
2021-07-20
std: remove dead code in std.os.read
charlieman
2021-07-19
translate-c: Handle underscore when used as an identifier
Evan Haas
2021-07-19
fix style warning in json.zig
Tizoner
2021-07-18
FIX typo in doc comment for std.math.hypot (#9413)
Adam C
2021-07-15
Add std.unicode.fmtUtf16le
Jonathan Marler
2021-07-15
parser: require block in suspend expression
g-w1
2021-07-15
Add inotify_rm_watch definition to c/linux.zig
Ryan Liptak
2021-07-15
Add NotDir as possible error for os.inotify_add_watch
Ryan Liptak
2021-07-12
std/hash_map: fix ensureUnusedCapacity() over-allocating
Isaac Freund
2021-07-11
io_uring: add sqe prep methods for epoll_ctl, poll_add, and poll_remove
Kenta Iwasaki
2021-07-11
stage2 plan9: add aarch64 support
Jacob G-W
2021-07-10
Add waitid syscall on linux (#9335)
Malcolm Still
2021-07-08
Merge pull request #9105 from g-w1/plan9
Andrew Kelley
2021-07-08
plan9 cleanups
Andrew Kelley
2021-07-08
Switch rand.DefaultPrng to Xoshiro256++ (#9301)
Frank Denis
2021-07-08
stage2: include enough inline asm support for more plan9 syscalls
Jacob G-W
2021-07-08
plan9 linker: remove panics and improve 64 bit support
Jacob G-W
2021-07-08
plan9 linker: produce an object file that can actually work!!!
Jacob G-W
2021-07-08
initial plan9 boilerplate
jacob gw
2021-07-08
Add support for NO_COLOR
Martin Wickham
2021-07-08
Merge pull request #9325 from ziglang/stage2-inferred-error-sets
Andrew Kelley
2021-07-07
Revert "Skip over CRs at the end of multiline literals"
Andrew Kelley
2021-07-07
Skip over CRs at the end of multiline literals
Daniele Cocca
2021-07-07
std.builtin.panic: simpler default panic for stage2
Andrew Kelley
2021-07-07
std.HashMap: add ensureUnusedCapacity and ensureTotalCapacity
Andrew Kelley
2021-07-07
Fixed builtin.Target -> std.Target
Carlos Zúñiga
2021-07-04
Merge pull request #9175 from kprotty/thread
Andrew Kelley
[next]