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
2022-12-10
Compilation: revert asking for exclusive locks on cache hits
Andrew Kelley
2022-12-09
Revert "coff: specify default base path for relative source paths in pdb"
Jakub Konka
2022-12-07
Merge pull request #13799 from ziglang/close-stage1-issues
Andrew Kelley
2022-12-06
cache: Fix LockViolation during C compilation paths (#13591)
Casey Banner
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-06
stage2: revert change to handling of --color on
Andrew Kelley
2022-12-06
stage2: make --color override apply to std.Progress
Andrew Kelley
2022-12-06
actually remove stage1
Andrew Kelley
2022-12-06
build: introduce -Dwasi-bootstrap option
Andrew Kelley
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-29
Sema: add option to disable formatted panics
Veikka Tuominen
2022-11-22
Compilation: avoid Cache hash dependency on zig lib path
Andrew Kelley
2022-11-22
Cache: introduce prefixes to manifests
Andrew Kelley
2022-11-19
linker: fail the compilation if there were linker errors
Casey Banner
2022-11-18
Merge pull request #13411 from dweiller/custom-test-runner
Veikka Tuominen
2022-11-17
windows: fix _tls_index not being defined if libc wasn't linked, and fix x86 ...
kcbanner
2022-11-16
Module: call `ensureDeclAnalyzed` on `builtin.test_functions`
Veikka Tuominen
2022-11-10
win: combine PDB fixes into one changeset
Jakub Konka
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-11-02
stage2: add test_runner_path for user provided test runner
dweiller
2022-10-30
re-apply "Fix C include files not being in `whole` cache (#11365)"
Andrew Kelley
2022-10-29
Merge pull request #13093 from jacobly0/backend-fixes
Andrew Kelley
2022-10-29
Merge pull request #13082 from g-w1/unnamed-decls-and-relocs-p9
Andrew Kelley
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-28
CLI: report error when `-fstage1` requested but not available
Andrew Kelley
2022-10-26
make a .rsp file for `zig clang`
Hadrien Dorio
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-10-24
additional fixes for Plan9
Jacob G-W
2022-10-20
Fix #12091: Error message with TERM=dumb is missing info
yujiri8
2022-10-18
stage2: better handling of CacheMode.whole on Windows
Andrew Kelley
2022-10-18
build: avoid compiling self-hosted twice
Andrew Kelley
2022-10-11
Compilation: strip debug info from ReleaseSmall by default
Ali Chraghi
2022-10-05
Fix all std lib tests being run for any file within the std package
Ryan Liptak
2022-10-03
stage2: add support for assembly debug info
Jacob Young
2022-09-15
stage2: implement referenced by trace for error messages
Veikka Tuominen
2022-09-13
validate number literals in AstGen
Veikka Tuominen
2022-09-12
libcxx: define _LIBCPP_ABI_VERSION and _LIBCPP_ABI_NAMESPACE
Andrew Kelley
2022-09-11
Compilation: handle system C compiler not found
Andrew Kelley
2022-09-11
stage2: no condition on system libs to link native libc
Andrew Kelley
2022-09-08
[ld] add --print-* for diagnostics
Motiejus Jakštys
2022-08-30
avoid exposing supportsTailCall in the standard library
Andrew Kelley
2022-08-30
coff: set some defaults for PE headers
Jakub Konka
2022-08-29
link: add force_undefined_symbols to cache hash
Andrew Kelley
2022-08-25
add ability to pass force undefined symbols to the linker
Jakub Konka
2022-08-25
fix order of CLI args passed to clang
Andrew Kelley
2022-08-24
Compilation: move comptime condition first
Andrew Kelley
2022-08-24
compilation: avoid pointless caching
Loris Cro
2022-08-23
make LLVM and Clang emit DWARF 4 instead of 5
Andrew Kelley
2022-08-19
LLVM: add DLL export attribute
Andrew Kelley
[next]