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
Age
Commit message (
Expand
)
Author
2023-06-18
compiler_rt: fixup exports of PPC routines
Jan Philipp Hafer
2023-06-18
Merge pull request #16080 from squeek502/windows-vt
Andrew Kelley
2023-06-18
Merge pull request #15867 from devnexen/haiku_malloc_usable_size
Andrew Kelley
2023-06-18
std.math.isPowerOfTwo: add tests and doc comment and improve assert
r00ster91
2023-06-18
std.c: exposing timer api
David CARLIER
2023-06-18
autodoc: Fix rendering of function arguments named `_`
Krzysztof Wolicki
2023-06-18
Merge branch 'master' into autodoc-searchkey
Loris Cro
2023-06-17
Remove unnecessary isatty call from supportsAnsiEscapeCodes
Ryan Liptak
2023-06-17
windows: detect ANSI support in more terminals
Christofer Nolander
2023-06-17
std.http: Fix segfault while redirecting
Mizuochi Keita
2023-06-17
Merge pull request #15501 from matu3ba/win_rmwithposix
Andrew Kelley
2023-06-17
Merge pull request #15265 from tiehuis/optimize-udivmod
Andrew Kelley
2023-06-17
zlib: naming convention
Xavier Bouchoux
2023-06-17
std: add zlib stream writer
dantecatalfamo
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-17
Merge pull request #16052 from mikdusan/bsd-getdents
Andrew Kelley
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-17
wyhash: support comptime usage
Marc Tiehuis
2023-06-17
privatize std.mem.writePackedInt{Big, Little}
Evin Yulo
2023-06-16
compiler_rt: add missing PPC routines
Jan Philipp Hafer
2023-06-16
add additional errno (INTR) to tcset,getpgrp calls
Gregory Mullen
2023-06-16
Merge pull request #16003 from g-w1/plan9-lazy-syms
Andrew Kelley
2023-06-17
disable udivmod asm divq on windows
Marc Tiehuis
2023-06-17
optimize udivmod
Marc Tiehuis
2023-06-16
zig build: add option to only print failed steps
Veikka Tuominen
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-16
plan9: flesh out stdlib enough to allow not using simplified start logic
Jacob G-W
2023-06-15
Merge pull request #16053 from ziglang/update-linux-headers
Andrew Kelley
2023-06-16
std.Build.Step.Run: add stdin to cache manifest
Isaac Freund
2023-06-15
update linux kernel headers to 6.3.8
Andrew Kelley
2023-06-15
dragonfly: fix std.c.getdents
Michael Dusan
2023-06-15
openbsd: fix std.c.getdents and debitrot
Michael Dusan
2023-06-15
freebsd: fix std.c.getdents
Michael Dusan
2023-06-15
target.zig adds ps4 and ps5 type sizes.
Dumitru Stavila
2023-06-14
std.atomic.Atomic: update tests to new for-loop syntax, re-enable test with isel
Eric Joldasov
2023-06-14
windows.sendto fix (#15831)
Marcos O
2023-06-13
Merge pull request #15957 from BratishkaErik/deprecated-
Andrew Kelley
2023-06-13
Fix pdqSort+heapSort for ranges besides 0..len (#15982)
Niles Salter
2023-06-13
publicize std.rand.ziggurat
Evin Yulo
2023-06-13
allow run step to skip foreign binary execution if executor fails
Lee Cannon
2023-06-13
crypto.pcurves: don't assume that points with X=0 are at infinity (#16017)
Frank Denis
2023-06-13
os.connect: mark ECONNABORTED as unreachable
Evin Yulo
2023-06-13
Never implicitly add rpaths for each lib dir, add NixOS libdir to rpath
Jan200101
2023-06-13
Remove CheckObjectStep.runAndCompare (#15973)
Zapolsky Anton
2023-06-13
fix typo in std.Uri
Evin Yulo
2023-06-13
bpf: expose "syscall" program type and F_SLEEPABLE flag
bfredl
2023-06-13
std.mem.ValidationAllocator: forward free() calls
dweiller
2023-06-13
Merge pull request #15985 from erikarvstedt/fix-arena-alloc
Andrew Kelley
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-06-13
std.Build.Step.Compile: remove `addSystemIncludeDir`, `addIncludeDir`, `addLi...
Eric Joldasov
[next]