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-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-29
Merge pull request #25592 from ziglang/init-std.Io
Andrew Kelley
2025-10-29
remove all IBM AIX and z/OS support
Alex Rønne Petersen
2025-10-29
compiler: update for introduction of std.Io
Andrew Kelley
2025-10-19
glibc: change library link order to prefer libc.so symbols
Alex Rønne Petersen
2025-10-06
Merge pull request #25414 from squeek502/mingw-def-implib
Andrew Kelley
2025-10-03
Support generating import libraries from mingw .def files without LLVM
Ryan Liptak
2025-10-04
libcxx: don't impose _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS on users
Alex Rønne Petersen
2025-10-04
libcxxabi: define _LIBCPP_BUILDING_LIBRARY in addition to _LIBCXXABI_BUILDING...
Alex Rønne Petersen
2025-10-04
libcxxabi: don't build cxa_noexception.cpp if exceptions are enabled
Alex Rønne Petersen
2025-10-04
libcxxabi: sort file list according to upstream CMakeLists.txt
Alex Rønne Petersen
2025-09-28
musl: delete dead __restore and __restore_rt functions for hexagon, loongarch...
Alex Rønne Petersen
2025-09-28
libcxx: respond to some feature macro changes in LLVM 20
Alex Rønne Petersen
2025-09-27
musl: add missing fenv C dummy functions for loongarch64-linux-muslsf
Alex Rønne Petersen
2025-09-24
update aro and translate-c sources
Veikka Tuominen
2025-09-24
compiler: update aro and translate-c to latest; delete clang translate-c
Andrew Kelley
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
libtsan: update to LLVM 21
Alex Rønne Petersen
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
fix not discarding delimiter
Andrew Kelley
2025-08-28
compiler: update not to use GenericWriter
Andrew Kelley
2025-08-28
aro: update to not use GenericWriter
Andrew Kelley
2025-08-28
more updates to not use GenericWriter
Andrew Kelley
2025-08-28
compiler: update to not use GenericWriter
Andrew Kelley
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
libc: use zig isnan and derivates for mingw
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-14
Merge pull request #24825 from alexrp/freebsd-fixes
Alex Rønne Petersen
2025-08-13
freebsd: correctly define __FreeBSD_version to the first stable release
Alex Rønne Petersen
2025-08-13
freebsd: fix PIC macro not being defined for crt1_s.S
Alex Rønne Petersen
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
compiler: improve error reporting
mlugg
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
[next]