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
/
Compilation.zig
Age
Commit message (
Expand
)
Author
2025-10-10
Coff: implement threadlocal variables
Jacob Young
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
- Rework translate-c to integrate with the build system (by outputing error b...
kcbanner
2025-10-06
Elf2: implement virtual allocation
Jacob Young
2025-10-05
InternPool: use sequential string indices instead of byte offsets
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-09-26
Merge pull request #25342 from ziglang/fuzz-limit
Andrew Kelley
2025-09-25
Compilation: --debug-rt always Debug
Andrew Kelley
2025-09-24
aro does not have -mmacos version flags or -Wno-overriding-option
Andrew Kelley
2025-09-24
aro does not have a pragma-pack warning
Andrew Kelley
2025-09-24
`@cImport`: don't pass args to Aro it doesn't understand
Andrew Kelley
2025-09-24
Compilation: use renameTmpIntoCache
Andrew Kelley
2025-09-24
Compilation: re-implement cImport
Andrew Kelley
2025-09-24
fix rebase conflicts
Andrew Kelley
2025-09-24
Compilation: avoid passing Clang specific options to Aro
Veikka Tuominen
2025-09-24
add translate-c CLI args
Andrew Kelley
2025-09-24
compiler: update aro and translate-c to latest; delete clang translate-c
Andrew Kelley
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-09-10
Merge pull request #24968 from ifreund/deque
Andrew Kelley
2025-09-06
Compilation: fix buildGlibcSharedObjects error handling
Andrew Kelley
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-30
Merge pull request #25077 from ziglang/GenericReader
Andrew Kelley
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-30
zig cc: pass -mthumb to the assembler as necessary
Alex Rønne Petersen
2025-08-30
zig cc: pass CPU features to Clang using the new -Xclangas when assembling
Alex Rønne Petersen
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
fix not discarding delimiter
Andrew Kelley
2025-08-27
delete some vestigal dead code
Andrew Kelley
2025-08-26
Compilation: use std.Deque
Isaac Freund
2025-08-26
std.Target: add vita os
Maciej 'vesim' Kuliński
2025-08-25
zig cc: don't pass -mcmodel for assembly files
Alex Rønne Petersen
2025-08-25
Merge pull request #24995 from alexrp/ubsan-rt-hidden
Alex Rønne Petersen
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-25
Compilation: avoid ZCU strategy for ubsan-rt in Windows DLLs
Alex Rønne Petersen
2025-08-22
feat(std.Target): add 3ds os
GasInfinity
2025-08-20
wasi-libc: update to c89896107d7b57aef69dcadede47409ee4f702ee
Alex Rønne Petersen
2025-08-18
Compilation: fix compiler_rt and ubsan_rt strategy logic
mlugg
2025-08-16
Compilation: remove last instance of deprecatedReader
Andrew Kelley
2025-08-16
Compilation: retain ZCU object when emitting unstripped Mach-O binary
mlugg
2025-08-15
Zcu: don't tell linkers about exports if there are compile errors
mlugg
2025-08-14
Merge pull request #24825 from alexrp/freebsd-fixes
Alex Rønne Petersen
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-13
freebsd: correctly define __FreeBSD_version to the first stable release
Alex Rønne Petersen
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
compiler: improve error reporting
mlugg
[next]