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-06-25
x86_64: fix crash emitting a packed undefined u128
Jacob Young
2023-06-25
update Ascon.zig to use @min builtin
Maciej 'vesim' KuliĆski
2023-06-25
std.cstr: deprecate namespace
Eric Joldasov
2023-06-25
std.c: few freebsd's kinfo api fixes.
David CARLIER
2023-06-25
std: re-pub new json symbols in json.zig
Josh Wolfe
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
fmt: add rewrite for cast builtin type parameters
mlugg
2023-06-24
std.c: fix few capcisum api calls, following-up on 6ae19fa.
David CARLIER
2023-06-24
Revert "fix parseInt failing when a correct base is given"
Andrew Kelley
2023-06-24
fix parseInt failing when a correct base is given
Mikko Kaihlavirta
2023-06-24
std.c: fix host_basic_info definition for darwin.
David CARLIER
2023-06-24
std.c: freebsd fix typo for PROC.PROCCTL_MD_MIN constant.
David CARLIER
2023-06-23
ErrorBundle: fix integer overflow printing caret
r00ster91
2023-06-23
Merge pull request #16037 from Jan200101/PR/cmakedefine-fix
Andrew Kelley
2023-06-23
openbsd: fix NativeTargetInfo semver
Michael Dusan
2023-06-24
Removed unnecessary return switch on void method
Zachary Raineri
2023-06-23
std.http: fix the http.Client.wait() hanging when there is 1 more byte left
Ed Yu
2023-06-22
[heapsort] Protect against integer overflow
Niles Salter
2023-06-22
Merge pull request #16110 from dweiller/force-tty-color
Andrew Kelley
2023-06-22
std.c: update netbsd/openbsd mman constants
David CARLIER
2023-06-22
[priority_dequeue] Fix out-of-bounds access
Niles Salter
2023-06-22
[priority_deque] simplify & optimize isMinLayer
Niles Salter
2023-06-22
http: fix getting Transfer-Encoding value
Piotr Sarna
2023-06-22
rename ZIG_DEBUG_COLOR env variable to YES_COLOR
dweiller
2023-06-22
std.io.tty: add detectTtyConfigForce for forcing color
dweiller
2023-06-21
std.Build: implement variable substitution
Jan200101
2023-06-21
std.Build: correctly implement cmakedefine and cmakedefine01
Jan200101
2023-06-20
Merge pull request #16098 from ziglang/musl-v1.2.4
jacobly0
2023-06-20
Merge pull request #15415 from ehaas/c-char-signedness
Andrew Kelley
2023-06-20
std: json.parseFromValue() (#15981)
Josh Wolfe
2023-06-20
std: prevent random CI failures
Jacob Young
2023-06-20
std.os: update logic for 64-bit symbol choice
Andrew Kelley
2023-06-20
std.Target: c_char is unsigned on RISC-V
Evan Haas
2023-06-20
std.Target: Add a function for determining char signedess
Evan Haas
2023-06-19
Merge pull request #16046 from BratishkaErik/issue-6128
Andrew Kelley
2023-06-19
std.fmt: fix error set of formatDuration
dweiller
2023-06-19
Merge pull request #15012 from xxxbxxx/objcpy-elf-compress
Andrew Kelley
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
compiler: rename "@XToY" to "@YFromX", zig fmt: rewrite them
Eric Joldasov
2023-06-19
std.mem.order: use for loop syntax
Andrew Kelley
2023-06-19
std: Support user-provided jsonParse method. Unify json.Parser and json.parse...
Josh Wolfe
2023-06-19
objcopy: add support for `--compress-debug-sections`
Xavier Bouchoux
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-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
[next]