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-21
Merge pull request #8837 from ziglang/cc-wasm32-wasi
Jakub Konka
2021-05-20
stage2: fix compile error rendering for hard tabs
Andrew Kelley
2021-05-20
cc,wasi: do not add stack protector
Jakub Konka
2021-05-20
wasm: link dynamically by default when targeting wasm
Jakub Konka
2021-05-20
cc,wasi: link compiled WASI libc with wasm-ld
Jakub Konka
2021-05-20
wasi,cc: fix naming and add stubs for building
Jakub Konka
2021-05-19
stage2: only default to linking system libc if linking system libs
Isaac Freund
2021-05-18
stage2: fix deletion of Decls that get re-referenced
Andrew Kelley
2021-05-17
stage2: get rid of NameHash
Andrew Kelley
2021-05-17
stage2: get rid of failed_root_src_file
Andrew Kelley
2021-05-17
stage2: add some debug logs for when link functions are called
Andrew Kelley
2021-05-16
stage2: fix error message coloring
Andrew Kelley
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-15
stage2: omit Decl compile errors from failed AstGen files
Andrew Kelley
2021-05-15
stage2: make failure to find native libc verbose
Isaac Freund
2021-05-14
stage2: compile log stores node offset
Andrew Kelley
2021-05-14
stage2: improve Decl dependency management
Andrew Kelley
2021-05-14
stage2: clarify logic of passing `-integrated-as` to clang
Andrew Kelley
2021-05-14
stage2: Force Clang to use LLVM's assembler for SPARC targets
LemonBoy
2021-05-13
stage2: -lunwind is handled specially
Andrew Kelley
2021-05-13
stage2: only build and link libunwind when linking libc++
Andrew Kelley
2021-05-12
stage2: build and provide libunwind when compiling for native libc
Andrew Kelley
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
[next]