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
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-25
fix up merge conflicts with master
David Rubin
2024-08-25
remove `mod` aliases for Zcus
David Rubin
2024-08-25
comp: remove an, unencouraged... pattern
David Rubin
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-20
Compilation: fix crash saving incremental state
Jacob Young
2024-08-19
replace Compilation.Emit with std.Build.Cache.Path
Robin Voetter
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-17
Compilation: simplify `totalErrorCount`
mlugg
2024-08-17
std.BoundedArray: add clear()
mlugg
2024-08-17
Compilation: don't call `resolveReferences` unnecessarily
mlugg
2024-08-17
frontend: incremental compilation progress
mlugg
2024-08-17
Compilation: actually do codegen on non-initial updates
mlugg
2024-08-17
compiler: be more cautious about source locations
mlugg
2024-08-17
Compilation: don't queue std analysis twice when testing std
mlugg
2024-08-17
frontend: yet more incremental work
mlugg
2024-08-17
Zcu: construct full reference graph
mlugg
2024-08-17
frontend: incremental progress
mlugg
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-16
Merge pull request #21065 from ziglang/elf-zig-got
Jakub Konka
2024-08-15
std.tar: add writer (#19603)
Igor Anić
2024-08-13
comp: actually report codegen errors
Jakub Konka
2024-08-12
all: Handle spirv in addition to spirv(32,64) where applicable.
Alex Rønne Petersen
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-08
Compilation: Mark .c++ files as having C++ extension
sin-ack
2024-08-07
Compilation: fix -femit-docs
Andrew Kelley
2024-08-07
Compilation: fix not showing sub-errors for autodocs
Andrew Kelley
2024-07-29
compiler: Enable -Werror=date-time for C/C++ code in release builds.
Alex Rønne Petersen
2024-07-28
link: Accept `-Brepro` linker option and pass it to LLD.
Alex Rønne Petersen
2024-07-28
Merge pull request #20807 from Rexicon226/riscv
Jakub Konka
2024-07-26
comp: enable compilation of zig_libc
David Rubin
2024-07-26
frontend: add missed cache hash on --debug-rt
Andrew Kelley
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-24
add sub-compilation cache inputs to parents in whole mode
Andrew Kelley
2024-07-24
Compilation: build compiler_rt and fuzzer in parallel
Andrew Kelley
2024-07-23
default "trace pc guard" coverage off
Andrew Kelley
2024-07-23
LLVM: more fine-grained sancov emit options
Andrew Kelley
2024-07-23
Merge pull request #20725 from ziglang/fuzz
Andrew Kelley
2024-07-22
Compilation: fix regression in addCCArgs
Andrew Kelley
2024-07-22
initial support for integrated fuzzing
Andrew Kelley
2024-07-22
macho: redo input file parsing in prep for multithreading
Jakub Konka
2024-07-20
Merge pull request #20688 from ziglang/incr-test
Andrew Kelley
2024-07-20
dev: fix llvm backend checks
Jacob Young
2024-07-20
add std.fmt.hex
Andrew Kelley
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-07-15
update some Module references to Zcu instead
Andrew Kelley
2024-07-15
frontend: move updateZirRefs to be single-threaded
Andrew Kelley
2024-07-14
frontend: add -fincremental, -fno-incremental flag
Andrew Kelley
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-14
Merge pull request #20593 from jacobly0/more-races
Andrew Kelley
[next]