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
2023-02-22
Merge pull request #14691 from jacobly0/ctype
Andrew Kelley
2023-02-21
CBE: use CType for type definitions
Jacob Young
2023-02-21
CBE: remove typedef data structures
Jacob Young
2023-02-20
CBE: add CType interning
Jacob Young
2023-02-21
Improve multi-module error messages
mlugg
2023-02-21
Implement new module CLI
mlugg
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-16
[elf linker] add --sort-section
Motiejus Jakštys
2023-02-14
comp: reinstate -fcompiler-rt when used with build-obj as output
Jakub Konka
2023-02-13
Merge pull request #14571 from ziglang/more-build-zig
Andrew Kelley
2023-02-13
Add -ferror-tracing and -fno-error-tracing compile options
AdamGoertz
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-08
clone package table into custom test runner
Dominic
2023-02-08
allow custom test runners to import modules
dweiller
2023-02-08
fix custom test runner package path resolution
dweiller
2023-02-03
use build.zig.zon instead of build.zig.ini for the manifest file
Andrew Kelley
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-01-23
Merge pull request #13670 from mlugg/fix/astgen-ambiguous-package
Veikka Tuominen
2023-01-22
zig cc: add -Wno-overriding-t-option to clang on darwin
Andrew Kelley
2023-01-22
AstGen: detect and error on files included in multiple packages
mlugg
2023-01-22
Package: store package name directly
mlugg
2023-01-13
zig run/cc: recognize "-x language"
Motiejus Jakštys
2023-01-05
ELF linker: support common-page-size and max-page-size lld opts
Frank Denis
2023-01-04
rebase fixup
kcbanner
2023-01-04
windows: fixes to support using zig cc/c++ with CMake on Windows
kcbanner
2023-01-04
fixup formatting
kcbanner
2023-01-04
windows: supporting changes for boostrapping via msvc
kcbanner
2023-01-04
build: first pass on geting stage3 building under x64_64-windows-msvc
kcbanner
2023-01-04
Fix another LockViolation case on Windows (#14162)
Casey Banner
2023-01-04
Merge pull request #13786 from ziglang/tty-detection
Veikka Tuominen
2023-01-03
stage2: make --color on affect progress bar too
Andrew Kelley
2023-01-03
add -fopt-bisect-limit
Guillaume Wenzek
2023-01-02
Compilation: better error message for file not found
Andrew Kelley
2023-01-02
Compilation: fix merge conflict with previous commit
Andrew Kelley
2023-01-02
Revert "make a .rsp file for `zig clang`"
Andrew Kelley
2022-12-28
WebAssembly: don't append `--export` for functions
Luuk de Gram
2022-12-25
WebAssembly: do not link with --allow-undefined unconditionally
Frank Denis
2022-12-19
Sema: print notes and reference traces when using `--debug-compile-errors`
Veikka Tuominen
2022-12-14
Sema: display cimport errors from clang
Veikka Tuominen
2022-12-13
fix(terminal): handle some possible errors and resolve TODOs
r00ster91
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
[next]