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-04-18
Assembly file add soft float option for mips (#15340)
hequn
2023-04-17
compilation: fix non-zig compilations not using CacheMode.whole
kcbanner
2023-04-12
Autodoc usingnamespace (#15216)
Loris Cro
2023-04-09
spirv: cannot build libc
Robin Voetter
2023-04-09
dont destroy old bin file on link openpath failure
Robin Voetter
2023-04-07
zig cc: complete the -wrap flag implementation
Andrew Kelley
2023-04-07
add linker -wrap flag
Zach Cheung
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-03-25
compilation: fixup linker_dynamicbase default in InitOptions
kcbanner
2023-03-17
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-16
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
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-27
Merge remote-tracking branch 'origin/master' into llvm16
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-19
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-18
unconditionally pass --no-default-config to clang
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
[next]