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
Age
Commit message (
Expand
)
Author
2025-08-06
link: prevent deadlock when prelink tasks fail
mlugg
2025-08-06
Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."
Alex Rønne Petersen
2025-07-14
libcxx: fix building for wasm32-wasi by disabling exceptions
Alex Rønne Petersen
2025-07-07
compiler: fix remaining build failures
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-07-07
zig fmt
Andrew Kelley
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-06
Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.
Alex Rønne Petersen
2025-07-04
delete superfluous assembly libc floor implementations
David Senoner
2025-07-04
delete superfluous libc floor implementations
David Senoner
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-12
libs: fix caching behavior
mlugg
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-12
compiler: get most backends compiling again
mlugg
2025-06-12
compiler: rework backend pipeline to separate codegen and link
mlugg
2025-06-11
mingw: Fix def file preprocessing.
Alex Rønne Petersen
2025-06-11
mingw: Update MinGW-w64 sources to 38c8142f660b6ba11e7c408f2de1e9f8bfaf839e.
Alex Rønne Petersen
2025-06-06
Compilation: enable the x86_64 backend by default for debug builds
Jacob Young
2025-06-04
Merge pull request #24025 from alexrp/glibc-deduplication
Alex Rønne Petersen
2025-06-01
libc: replace MinGW's trigonometric functions with compiler_rt's
Koki Ueha
2025-05-30
libc: replace musl's trigonometric functions with compiler_rt's
Koki Ueha
2025-05-30
mingw: Remove libscrnsav(e,w) support.
Alex Rønne Petersen
2025-05-30
compiler: Use new merged header paths for glibc and NetBSD libc.
Alex Rønne Petersen
2025-05-21
libc: implement common `abs` for various integer sizes (#23893)
David
2025-05-20
compiler: Fix build break due to #23836 being merged before #23913.
Alex Rønne Petersen
2025-05-20
Merge pull request #23913 from alexrp/netbsd-libc
Alex Rønne Petersen
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-17
freebsd: Fix stub libraries containing versioned symbols that shouldn't be.
Alex Rønne Petersen
2025-05-17
compiler: Support building NetBSD crt1.o/Scrt1.o and stub shared libraries.
Alex Rønne Petersen
2025-05-17
freebsd: Fix selection of unversioned symbol inclusion.
Alex Rønne Petersen
2025-05-17
freebsd: Remove dead Thumb handling code.
Alex Rønne Petersen
2025-05-17
glibc: Fix a benign bug when selecting the size of an object symbol.
Alex Rønne Petersen
2025-05-15
Introduce common `strcasecmp` and `strncasecmp` implementations (#23840)
Bryson Miller
2025-05-12
libtsan: Disable warnings when building.
Alex Rønne Petersen
2025-05-11
freebsd: Create strong references to __progname and environ in stub libc.so.
Alex Rønne Petersen
2025-05-10
compiler: Support building FreeBSD crt1.o/Scrt1.o and stub shared libraries.
Alex Rønne Petersen
2025-05-10
libcxxabi: Pass -fPIC via module options instead of CFLAGS.
Alex Rønne Petersen
2025-05-10
compiler: Move vendored library support to `libs` subdirectory.
Alex Rønne Petersen
[prev]