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-05-12
stage2: build and provide libunwind when compiling for native libc
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-12
translate-c: Ensure extra_cflags are passed to clang
Evan Haas
2021-05-11
stage2: improve Decl lifetime management
Andrew Kelley
2021-05-11
stage2: better handling of file-level compile errors across updates
Andrew Kelley
2021-05-11
AstGen: support emitting multiple compile errors
Andrew Kelley
2021-05-11
stage2: use system libc when targeting the native OS/ABI
Isaac Freund
2021-05-11
stage2: Allow building musl/glibc in thumb mode
LemonBoy
2021-05-11
stage2: Pass -mthumb when compiling C/C++ code
LemonBoy
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-05-06
stage2: wire up outdated/deleted decl detection
Andrew Kelley
2021-05-05
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-05
stage2: Fix UAF in ErrorMsg destructor
LemonBoy
2021-04-29
stage2: properly free Decl name
Andrew Kelley
2021-04-28
stage2: implement semantic analysis for functions and global vars
Andrew Kelley
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-04-27
link: fix compile error from previous commit
Andrew Kelley
2021-04-26
stage2: rewire the frontend driver to whole-file-zir
Andrew Kelley
2021-04-25
stage2: pre-open ZIR cache dir handles
Andrew Kelley
2021-04-25
stage2: implement caching for ZIR code
Andrew Kelley
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-23
stage2: better error reporting for LazySrcLoc.entire_file
Andrew Kelley
2021-04-23
AstGen: implement nosuspend expressions
Andrew Kelley
2021-04-22
stage2: write out builtin.zig before spawning AstGen tasks
Andrew Kelley
2021-04-22
stage2: fix builtin.zig for `zig test`
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-17
stage2: add support for zig cc assembler -mcpu option
jacob gw
2021-04-16
stage2: make `@import` relative to the current file
Andrew Kelley
2021-04-16
stage2: use import list from ZIR to queue up more AstGen tasks
Andrew Kelley
2021-04-16
AstGen: store list of imports
Andrew Kelley
2021-04-16
stage2: AstGen improvements
Andrew Kelley
2021-04-15
stage2: preliminary reworking for whole-file-AstGen
Andrew Kelley
2021-04-15
stage2 start.zig: slight simplification
Andrew Kelley
2021-04-15
stage2: improvements aimed at std lib integration
Andrew Kelley
2021-04-15
stage2: remove redundant source hash
Andrew Kelley
2021-04-15
stage2: entry point via std lib and proper updated file detection
Andrew Kelley
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
[next]