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-01-01
restore -fno-emit-bin -femit-llvm-ir functionality
Andrew Kelley
2024-01-01
Compilation: don't add importlib jobs when outputting C code
Andrew Kelley
2024-01-01
move misc_errors from linker to Compilation
Andrew Kelley
2024-01-01
Compilation: inline the flush function
Andrew Kelley
2024-01-01
Compilation: fix whole mode cache hash
Andrew Kelley
2024-01-01
Compilation: consolidate module hashing code
Andrew Kelley
2024-01-01
move eh_frame_hdr from link.File to Compilation
Andrew Kelley
2024-01-01
move force_undefined_symbols into Compilation
Andrew Kelley
2024-01-01
Compilation: several branch regression fixes
Andrew Kelley
2024-01-01
compiler: push entry symbol name resolution into the linker
Andrew Kelley
2024-01-01
frontend: remove deprecated field from Compilation
Andrew Kelley
2024-01-01
frontend: fix "any" default resolution ambiguity
Andrew Kelley
2024-01-01
frontend: skip astgen for builtin.zig
Andrew Kelley
2024-01-01
CLI: fix logic for sending output file path
Andrew Kelley
2024-01-01
CLI: fix regressed logic for any_dyn_libs
Andrew Kelley
2024-01-01
fix compilations without zig compilation units
Andrew Kelley
2024-01-01
fix memory leak in addModuleTableToCacheHash
Andrew Kelley
2024-01-01
Compilation: don't store arena until it's done being used
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
compilation: fix build artifact communication from sub-compilation
Andrew Kelley
2024-01-01
fix population of builtin.zig not making the parent dir
Andrew Kelley
2024-01-01
Compilation: oops! used comp before init
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
fix more compilation errors introduced by this branch
Andrew Kelley
2024-01-01
move dll_export_fns and rdynamic to Compilation.Config
Andrew Kelley
2024-01-01
glibc: update to new Compilation API
Andrew Kelley
2024-01-01
musl: update references to bin_file.options
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
Compilation: redo whole vs incremental logic in create and update
Andrew Kelley
2024-01-01
compiler: update many references to bin_file.options
Andrew Kelley
2024-01-01
compiler: update references to target
Andrew Kelley
2024-01-01
update libunwind references to bin_file.options
Andrew Kelley
2024-01-01
update references to module (to be renamed to zcu)
Andrew Kelley
2024-01-01
remove parent_compilation_link_libc
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
update image_base references
Andrew Kelley
2024-01-01
compiler: update references to single_threaded
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
compiler: get the dynamic linker from the target
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2024-01-01
Compilation: cleanup hashmap usage
Jacob Young
2023-12-13
Compilation: remove parent_compilation_link_libc
Andrew Kelley
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-26
Merge pull request #18105 from Vexu/translate-c
Andrew Kelley
2023-11-25
translate-c: use Aro's tokenizer
Veikka Tuominen
2023-11-24
spirv: add -fstructured-cfg option
Robin Voetter
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
[next]