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
/
src
/
libs
/
wasi_libc.zig
Age
Commit message (
Expand
)
Author
2025-08-28
libc: delete superfluous c and assembly trunc implementations
David Senoner
2025-08-28
libc: delete superfluous c and assembly ceil implementation
David Senoner
2025-08-27
Remove memcmp and memset from bundled musl and wasi
Yefeng Li
2025-08-20
wasi-libc: update to c89896107d7b57aef69dcadede47409ee4f702ee
Alex Rønne Petersen
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
compiler: improve error reporting
mlugg
2025-07-06
wasi: Fix libwasi-emulated-process-clocks build
Alex Rønne Petersen
2025-07-06
wasi: Build emulated libraries into libc.a
Alex Rønne Petersen
2025-07-04
delete superfluous libc floor implementations
David Senoner
2025-05-30
libc: replace musl's trigonometric functions with compiler_rt's
Koki Ueha
2025-05-21
libc: implement common `abs` for various integer sizes (#23893)
David
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-15
Introduce common `strcasecmp` and `strncasecmp` implementations (#23840)
Bryson Miller
2025-05-10
compiler: Move vendored library support to `libs` subdirectory.
Alex Rønne Petersen