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
2025-02-06
Merge pull request #19614 from jedisct1/wasi-libc-update
Alex Rønne Petersen
2025-02-04
compiler: integrate importing ZON with incremental compilation
mlugg
2025-02-04
compiler: integrate ZON with the ZIR caching system
mlugg
2025-02-04
compiler: a few renames
mlugg
2025-02-04
compiler: don't perform semantic analysis if there are files without ZIR
mlugg
2025-02-04
Zcu: remove `*_loaded` fields on `File`
mlugg
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-01-29
Add libdl shims from wasi-libc
Frank Denis
2025-01-27
frontend: use main Compilation code_model when building libxx
Andrew Kelley
2025-01-26
Merge pull request #22602 from mlugg/incr-embedfile
Matthew Lugg
2025-01-25
Compilation: Remove the _tls_index hack for MinGW.
Alex Rønne Petersen
2025-01-25
compiler: Rework LTO settings for some Zig-provided libraries.
Alex Rønne Petersen
2025-01-25
incremental: handle `@embedFile`
mlugg
2025-01-24
Compilation pipeline: repeat failed prelink tasks
Andrew Kelley
2025-01-23
compiler: Fix computation of Compilation.Config.any_unwind_tables.
Alex Rønne Petersen
2025-01-22
std.Target: Define and use lime1 as the baseline CPU model for WebAssembly.
Alex Rønne Petersen
2025-01-20
embrace the future slightly less
Andrew Kelley
2025-01-20
reject crti.o/crtn.o, embrace the future
Andrew Kelley
2025-01-20
Compilation: take advantage of `@splat`
Andrew Kelley
2025-01-20
Compilation pipeline: linker input producing Job representation
Andrew Kelley
2025-01-20
compilation pipeline: do glibc jobs earlier
Andrew Kelley
2025-01-20
Compilation pipeline: do musl jobs earlier
Andrew Kelley
2025-01-16
x86_64: rewrite
Jacob Young
2025-01-15
Compilation: windows doesn't prelink yet
Andrew Kelley
2025-01-15
wasm linker: implement hidden visibility
Andrew Kelley
2025-01-15
Compilation.saveState implement saving wasm linker state
Andrew Kelley
2025-01-15
frontend: don't increment remaining_prelink_tasks for windows implibs
Andrew Kelley
2025-01-15
wasm object parsing: fix handling of weak functions and globals
Andrew Kelley
2025-01-15
wasm linker: improve error messages by making source locations more lazy
Andrew Kelley
2025-01-15
Compilation: account for C objects and resources in prelink
Andrew Kelley
2025-01-15
wasm linker: implement stack pointer global
Andrew Kelley
2025-01-15
implement the prelink phase in the frontend
Andrew Kelley
2025-01-15
wasm linker: allow undefined imports when lib name is provided
Andrew Kelley
2025-01-15
elf linker: conform to explicit error sets
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-10
cbe: fix miscomps of the compiler
Jacob Young
2025-01-06
fix win32 manifest ID for DLLs
Reuben Dunnington
2025-01-05
Added support for thin lto
Travis Lange
2025-01-05
link: new incremental line number update API
mlugg
2025-01-04
incremental: new `AnalUnit` to group dependencies on `std.builtin` decls
mlugg
2025-01-01
incremental: fix errors not being deleted upon re-analysis
mlugg
2024-12-31
compiler: ensure result of `block_comptime` is comptime-known
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-24
compiler: remove Cau
mlugg
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-15
zig cc: Remove broken CUDA C/C++ support.
Alex Rønne Petersen
2024-12-14
Compilation: Clean up addCCArgs().
Alex Rønne Petersen
2024-12-13
Compilation: Use Clang dependency file for preprocessed assembly files.
Alex Rønne Petersen
2024-12-13
Compilation: Use a better canonical file extension for header files.
Alex Rønne Petersen
2024-12-13
Compilation: Override Clang's language type for header files.
Alex Rønne Petersen
[next]