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
Age
Commit message (
Expand
)
Author
2025-10-19
compiler: add support for arc_interrupt calling convention
Alex Rønne Petersen
2025-10-19
glibc: change library link order to prefer libc.so symbols
Alex Rønne Petersen
2025-10-19
Merge pull request #25623 from alexrp/or1k
Alex Rønne Petersen
2025-10-19
cbe: fix MIPS register names in inline assembly
Bingwu Zhang
2025-10-18
Sema: or1k_sysv calling convention supports varargs
Alex Rønne Petersen
2025-10-18
std.Target: move Cpu.supportsAddressSpace() up to here
Alex Rønne Petersen
2025-10-16
detect invalid `@bitCast` with arrays
xdBronch
2025-10-16
llvm-backend: fix uefi data layout
bnuuydev
2025-10-12
windows: workaround kernel race condition the most
Jacob Young
2025-10-11
windows: workaround kernel race condition even more
Jacob Young
2025-10-11
windows: workaround kernel race condition better
Jacob Young
2025-10-10
Coff: implement threadlocal variables
Jacob Young
2025-10-10
windows: workaround kernel race condition
Jacob Young
2025-10-10
Merge pull request #25495 from kcbanner/fixup_translate_c
Andrew Kelley
2025-10-10
MachO: emit absolute path in N_OSO stabs
mlugg
2025-10-09
- Output error messages for fatal translate-c errors
kcbanner
2025-10-09
- aroDiagnosticsToErrorBundle: fixup not clearing notes after flushing the cu...
kcbanner
2025-10-09
- Rework common translate-c and cImport logic into `Compilation.translateC`
kcbanner
2025-10-09
- aro: fixup `toErrorBundle` not emitting the last error if it was followed b...
kcbanner
2025-10-09
- Rework translate-c to integrate with the build system (by outputing error b...
kcbanner
2025-10-08
std: fix sendFileReading not accounting for buffer
Andrew Kelley
2025-10-08
don't make OPV tuple fields `comptime`
xdBronch
2025-10-07
don't make anonymous tuple fields referencing `comptime var`s `comptime`
xdBronch
2025-10-07
llvm.Builder: allow `Metadata` to reference metadata strings
Jacob Young
2025-10-07
detect references to `comptime var` in default values and sentinels
xdBronch
2025-10-06
Merge pull request #25414 from squeek502/mingw-def-implib
Andrew Kelley
2025-10-06
don't pass zero-length `@memset` to the backend
xdBronch
2025-10-06
Elf2: implement virtual allocation
Jacob Young
2025-10-06
drop support for powerpc64 ELF v1
Alex Rønne Petersen
2025-10-05
InternPool: use sequential string indices instead of byte offsets
Jacob Young
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-10-03
x86_64: fix bool vector init register clobber
Jacob Young
2025-10-03
Merge pull request #25430 from jacobly0/x86_64-win
Jacob Young
2025-10-03
compiler: control the s390x backchain feature through the frame pointer option
Alex Rønne Petersen
2025-10-02
Coff: delete
Jacob Young
2025-10-02
Coff2: create a new linker from scratch
Jacob Young
2025-10-02
x86_64: fix windows calling convention abi
Jacob Young
2025-10-02
Lld: fix implib emit path
mlugg
2025-09-30
Fix zig build lazy -> eager dependency promotion
Timothy Bess
2025-09-30
update to new std.debug changes
mlugg
2025-09-30
link.Dwarf: i just fixed error union values, s'nothin' else to it
Jacob Young
2025-09-30
link.Elf: fix static PIE
mlugg
2025-09-30
compiler: fix new panic handler in release builds
mlugg
2025-09-30
link.Elf: restore eh_frame_hdr search table building
mlugg
2025-09-30
compiler: better crash handler
mlugg
2025-09-30
fix compiler ftbfs from std.macho and std.dwarf changes
mlugg
[prev]
[next]