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
2021-04-17
stage2: add support for zig cc assembler -mcpu option
jacob gw
2021-04-15
stage2: properly model miscellaneous failed tasks
Andrew Kelley
2021-04-11
Merge remote-tracking branch 'origin/master' into llvm12
Michael Dusan
2021-04-09
stage2: fix regression from previous commit
Andrew Kelley
2021-04-09
stage2: fix stderr deadlock and slightly wrong tty coloring
Andrew Kelley
2021-04-09
Merge pull request #8470 from ziglang/stage2-start
Andrew Kelley
2021-04-09
stage2: clean up pretty printing compile errors
Andrew Kelley
2021-04-08
stage2: pretty print compilation errors
jacob gw
2021-04-09
stage2: delete allowing input (and output) zir from the pipeline (#8471)
g-w1
2021-04-08
stage2: blaze the trail for std lib integration
Andrew Kelley
2021-04-08
stage2: revert to only has_decl and export ZIR support
Andrew Kelley
2021-04-08
stage2: add support for start.zig
Timon Kruiper
2021-04-08
stage2: add support for root pkg
Timon Kruiper
2021-04-08
stage2: add initial support for builtin pkg
Timon Kruiper
2021-04-07
stage2: fix incremental compilation handling of parse errors
Andrew Kelley
2021-04-07
stage2: fix incremental compilation Decl deletion logic
Andrew Kelley
2021-04-02
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-28
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-28
Merge remote-tracking branch 'origin/master' into zir-memory-layout
Andrew Kelley
2021-03-28
stage2: implement sema for @errorToInt and @intToError
jacob gw
2021-03-20
Fix digest format specifier after std.fmt updates
Jakub Konka
2021-03-19
astgen: support blocks
Andrew Kelley
2021-03-16
stage2: *WIP*: rework ZIR memory layout; overhaul source locations
Andrew Kelley
2021-03-12
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-08
stage2 cbe: non pointer optionals
Veikka Tuominen
2021-03-02
stage2: use std.zig.fmtId for builtin.zig source
Andrew Kelley
2021-03-01
zig c++: fix compilation that includes any c++ std library file
Timon Kruiper
2021-02-24
Merge remote-tracking branch 'origin/master' into ast-memory-layout
Andrew Kelley
2021-02-21
std.Progress: improve support for "dumb" terminals
jacob gw
2021-02-19
macos: fix cond to enable ZIG_SYSTEM_LINKER_HACK
Michael Dusan
2021-02-19
stage2: remove incorrect newlines from log statements
Andrew Kelley
2021-02-16
translate-c: render array stuff
Veikka Tuominen
2021-02-11
stage2: start reworking Module/astgen for memory layout changes
Andrew Kelley
2021-02-07
never pass -s to clang
Andrew Kelley
2021-02-07
zig cc: recognize the `-s` flag to be "strip"
Andrew Kelley
2021-01-24
zig cc: recognize more coff linker options
Andrew Kelley
2021-01-23
add LTO support
Andrew Kelley
2021-01-19
stage2: fix anonymous Decl ty/val wrong arena
Andrew Kelley
2021-01-19
stage2: -Dlog enables all logging, log scopes can be set at runtime
Andrew Kelley
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2021-01-11
Added support for no red zone
Lee Cannon
2021-01-09
builtin: Add zig_version
Jay Petacat
2021-01-07
remove z/Z format specifiers
Jonathan Marler
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-06
stage2: update to new ArrayListHashMap API
Andrew Kelley
2021-01-06
Merge pull request #7622 from tetsuo-cpp/array-hash-map-improvements
Andrew Kelley
2021-01-06
Merge pull request #7700 from FireFox317/more-stage2-stuff-llvm
Andrew Kelley
2021-01-06
stage2: C backend: support unused Decls
Andrew Kelley
[next]