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
2024-10-23
Compilation.create: skip libc_installation on darwin
Andrew Kelley
2024-10-23
use deterministic order in relocatable-eh-frame tests
Andrew Kelley
2024-10-23
also find static libc files on the host
Andrew Kelley
2024-10-23
add missing check for output mode in tsan logic
Andrew Kelley
2024-10-23
don't create unused musl crt objects
Andrew Kelley
2024-10-23
branch fixes
Andrew Kelley
2024-10-23
move linker input file parsing to the compilation pipeline
Andrew Kelley
2024-10-23
refactor Compilation.crtFilePath
Andrew Kelley
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-23
move ld script processing to the frontend
Andrew Kelley
2024-10-16
std.Target: Rename OS version range functions to drop the "get" prefix.
Alex Rønne Petersen
2024-10-16
incremental: introduce `file` dependencies to handle AstGen failures
mlugg
2024-10-16
Zcu: cache output of `resolveReferences` between calls
mlugg
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-11
link: consolidate diagnostics
Andrew Kelley
2024-10-10
Compilation: don't write cache manifest on failure
Andrew Kelley
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-10-08
link.Elf: avoid needless file system reads in flush()
Andrew Kelley
2024-10-03
Merge pull request #21570 from alexrp/windows-itanium
Alex Rønne Petersen
2024-09-28
Initial port work for `*-windows-itanium` support.
Alex Rønne Petersen
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-19
Compilation: Synchronize some libcxx CXXFLAGS with upstream.
Alex Rønne Petersen
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-10
Compilation: Work around llvm/llvm-project#105972 by defining the macros.
Alex Rønne Petersen
2024-09-10
Compilation: Pass hard/soft float flags to Clang as appropriate.
Alex Rønne Petersen
2024-08-31
Compilation: Pass -mthumb for assembly files too, not just C files.
Alex Rønne Petersen
2024-08-31
Compilation: Pass -fPIC for assembly files too, not just C files.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-25
fix up merge conflicts with master
David Rubin
2024-08-25
remove `mod` aliases for Zcus
David Rubin
2024-08-25
comp: remove an, unencouraged... pattern
David Rubin
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-20
Compilation: fix crash saving incremental state
Jacob Young
2024-08-19
replace Compilation.Emit with std.Build.Cache.Path
Robin Voetter
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-17
Compilation: simplify `totalErrorCount`
mlugg
2024-08-17
std.BoundedArray: add clear()
mlugg
2024-08-17
Compilation: don't call `resolveReferences` unnecessarily
mlugg
2024-08-17
frontend: incremental compilation progress
mlugg
2024-08-17
Compilation: actually do codegen on non-initial updates
mlugg
2024-08-17
compiler: be more cautious about source locations
mlugg
2024-08-17
Compilation: don't queue std analysis twice when testing std
mlugg
2024-08-17
frontend: yet more incremental work
mlugg
2024-08-17
Zcu: construct full reference graph
mlugg
2024-08-17
frontend: incremental progress
mlugg
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-16
Merge pull request #21065 from ziglang/elf-zig-got
Jakub Konka
2024-08-15
std.tar: add writer (#19603)
Igor Anić
2024-08-13
comp: actually report codegen errors
Jakub Konka
[next]