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-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-15
add compile log output to build runner
Andrew Kelley
2023-03-15
fix ZIR decoding of error notes
Andrew Kelley
2023-03-15
std.Build.RunStep: add maxrss, duration, and cached status
Andrew Kelley
2023-03-15
stage2: avoid linux-only APIs on other operating systems
Andrew Kelley
2023-03-15
compiler: update function accepts a std.Progress.Node
Andrew Kelley
2023-03-15
add builtin.zig_version_string
Andrew Kelley
2023-03-15
std.zig.ErrorBundle: rework binary encoding
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2023-03-15
stage2: hot code swapping PoC
Andrew Kelley
2023-03-15
extract ThreadPool and WaitGroup from compiler to std lib
Andrew Kelley
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
[next]