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-09-21
stage2: free Sema's arena after generating machine code
Andrew Kelley
2021-09-20
stage2: various fixes to cImport, sizeOf and types to get tests passing
Veikka Tuominen
2021-09-20
stage2: implement cImport
Veikka Tuominen
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-16
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley
2021-09-16
zig cc: support -S and -emit-llvm CLI parameters
Andrew Kelley
2021-09-13
stage2: implement Value.copy for structs and unions
Andrew Kelley
2021-09-04
link: Recognize -z origin|noexecstack|now|relro linker args.
Alex Rønne Petersen
2021-09-01
rename std.zig.ast to std.zig.Ast; use top-level fields
Andrew Kelley
2021-08-21
Fix args when calling clang::ASTUnit::LoadFromCommandLine.
Tamas Kenez
2021-08-10
Try audodetecting sysroot when building Darwin on Darwin
Jakub Konka
2021-08-07
include builtin & std packages in all defined packages
Dimenus
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-08-05
Merge pull request #9517 from ziglang/generic-functions
Andrew Kelley
2021-08-05
Link system libc if natively linking frameworks on macOS
Jakub Konka
2021-08-04
stage2 generics improvements: anytype and param type exprs
Andrew Kelley
2021-07-29
stage2: garbage collect unused anon decls
Andrew Kelley
2021-07-27
stage2: move call to populateTestFunctions() outside performAllTheWork()
Andrew Kelley
2021-07-27
stage2: `zig test` now works with the LLVM backend
Andrew Kelley
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-23
Merge remote-tracking branch 'origin/master' into zld-incremental-2
Jakub Konka
2021-07-23
Merge pull request #9440 from ziglang/emit-bc
Andrew Kelley
2021-07-22
zig: -rdynamic now implies -fdll-export-fns unless the latter is explicitly set.
Alex Rønne Petersen
2021-07-22
fix double linking of compiler-rt symbols on wasm
Andrew Kelley
2021-07-22
support -fcompiler-rt in conjunction with build-obj
Andrew Kelley
2021-07-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
2021-07-22
Merge remote-tracking branch 'origin/master' into zld-incremental-2
Jakub Konka
2021-07-21
remove 'pe' object format
Andrew Kelley
2021-07-20
codegen: fix lowering of AIR return instruction
Andrew Kelley
2021-07-20
stage2: separate work queue item for functions than decls
Andrew Kelley
2021-07-20
stage2: first pass at printing AIR/Liveness to text
Andrew Kelley
2021-07-20
Sema: add a strategy for handling costly source locations
Andrew Kelley
2021-07-20
stage2: compile error fixes for AIR memory layout branch
Andrew Kelley
2021-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
2021-07-20
stage2: update Liveness, SPIR-V for new AIR memory layout
Andrew Kelley
2021-07-19
Fixed wrong "unable to load" error for non-existing import files
Loris Cro
2021-07-15
zld: invoke traditional linker if has LLVM as a temp measure
Jakub Konka
2021-07-15
zld: error out if LTO is requested targeting Darwin
Jakub Konka
2021-07-15
zld: decommision use_lld for MachO
Jakub Konka
2021-07-10
Fix libc include directories for the MSVC target
Martin Wickham
2021-07-08
plan9 linker: produce an object file that can actually work!!!
Jacob G-W
2021-07-03
WASI: include exec-model in cache state.
Takeshi Yoneda
2021-07-02
stage2: improve AstGen FileNotFound error message
Andrew Kelley
2021-07-02
stage2: tokenizer: require null terminated source
Andrew Kelley
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
2021-07-02
stage2: print valid filename in error messages
J.C. Moyer
2021-06-30
Add support for WASI reactor in pure Zig-exe. (#9178)
Takeshi Yoneda
2021-06-30
Merge pull request #9266 from ziglang/zld-dylibs
Jakub Konka
2021-06-29
stage2: remove c_object_cache_digest_set
Andrew Kelley
2021-06-29
zld: remove system linker hack and lld hooks
Jakub Konka
[next]