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-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
2023-09-19
update CPU features to LLVM 17
Andrew Kelley
2023-09-19
update for LLVM 17 new target data
Andrew Kelley
2023-09-19
write function types consistently with a space before `fn` keyword
r00ster91
2023-09-18
std: math.absInt: update docs to use fabs for floats
Meghan Denny
2023-09-18
Return error.WouldBlock when connect returns .WSAEWOULDBLOCK
Daniel Guzman
2023-09-18
std.zig.c_translation.zig: fix L suffix with sized ints
Banacial
2023-09-18
wasi: update `sock_recv` and `sock_send` according to preview1
nikneym
2023-09-17
Make `std.os.getenv` always a compile error on Windows
Ryan Liptak
2023-09-17
Merge pull request #16929 from truemedian/more-http
Andrew Kelley
2023-09-16
std: correct getcontext for Android bionic libc
Stephen Gutekanst
2023-09-15
Merge pull request #17156 from mlugg/destructure
Andrew Kelley
2023-09-15
package manager: write deps in a flat format, eliminating the FQN concept
mlugg
2023-09-15
compiler: implement destructuring syntax
mlugg
2023-09-15
bpf: remove unhelpful "comptime" and fix union order
bfredl
2023-09-14
std.math.log_int: implement integer logarithm without using float math
Federico Stra
2023-09-14
ComptimeStringMap: Add version that takes an equality function
Ryan Liptak
2023-09-14
std: add compile error when using `std.os.getenv` on the wasi target
Rafael Fernández López
2023-09-14
fs tests: Skip UNC path types in Dir.rename tests
Ryan Liptak
2023-09-13
std.json: add fmt function (#17055)
Jonathan Marler
2023-09-13
Merge pull request #17046 from tiehuis/improve-hash-tests
Andrew Kelley
2023-09-13
mem: explicit Allocator.Error on concat and join
Pascal S. de Kloe
2023-09-13
Disable flaky part of Dir.rename directories test on Windows
Ryan Liptak
2023-09-12
std.math.cbrt: fixed -0.0 evaluating to 0.0
Lucas Culverhouse
2023-09-12
std.math.asinh: changed unsigned int to hexadecimal
Ruben Dimas
2023-09-12
std.math.asinh: fixed -0.0 evaluating to 0.0
Ruben Dimas
2023-09-11
json: respect max_value_len when parsing std.json.Value (#17107)
Techatrix
2023-09-08
std: clean up top-level namespaces documentation
Wooster
2023-09-08
std.tar: add support for file path in pax attributes
none
2023-09-08
remove outdated error message in std.fs
xdBronch
2023-09-08
std.c.linux: Add getpw{nam,uid}()
Linus Groh
2023-09-07
mem: explicit dupe and dupeZ error on Allocator
Pascal S. de Kloe
2023-09-06
std: enable FailingAllocator to fail on resize
Gregory Anders
2023-09-06
std.net: Fix IPv6 address parsing for single digit
Luis Cáceres
2023-09-04
Merge pull request #16977 from kcbanner/lib_getauxval_fixup
Jakub Konka
2023-09-04
Make a Couple Syscall Comments Consistent (#17066)
Jim Calabro
2023-09-03
std.fs: Fix typo in accessAbsoluteW
Ambareesh "Amby" Balaji
2023-09-03
std.os+windows: isAtLeast(.win10_rs5) in renameatW(), DeleteFile() for posix ...
Jan Philipp Hafer
2023-09-02
std.ArrayHashMap.reIndex also recomputes hashes (#17054)
Josh Wolfe
2023-09-02
std/hash: perform iterative + smhasher tests at comptime
Marc Tiehuis
2023-09-02
std/hash: add generic tests for idempotency/iterative api
Marc Tiehuis
2023-09-02
std/hash: add smhasher verification tests
Marc Tiehuis
2023-09-02
std.coff: Fixed compile error.
Michal Ziulek
2023-08-31
Temporarily disable Dir.statFile test when linking glibc
Ryan Liptak
2023-08-31
Fix `Dir.statFile` for WASI when linking libc
Ryan Liptak
2023-08-30
std.http: allow for arbitrary http methods
Nameless
2023-08-29
std.http.Server: responses to HEAD not allowed to have a payload
Nameless
[next]