aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2025-02-22link.MachO: Add support for the -x flag (discard local symbols).Alex Rønne Petersen
2025-02-21fix `-fsanitize-coverage-trace-pc-guard` and fuzzer support for C compile unitsXavier Bouchoux
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-11Compilation: disable error return tracing in rt libsAndrew Kelley
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-06Merge pull request #22777 from mlugg/some-bugsMatthew Lugg
2025-02-06Merge pull request #19614 from jedisct1/wasi-libc-updateAlex Rønne Petersen
2025-02-05incremental: fix crash when introducing syntax errormlugg
2025-02-04compiler: integrate importing ZON with incremental compilationmlugg
2025-02-04compiler: integrate ZON with the ZIR caching systemmlugg
2025-02-04compiler: a few renamesmlugg
2025-02-04compiler: don't perform semantic analysis if there are files without ZIRmlugg
2025-02-04Zcu: remove `*_loaded` fields on `File`mlugg
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-01-29Add libdl shims from wasi-libcFrank Denis
2025-01-27frontend: use main Compilation code_model when building libxxAndrew Kelley
2025-01-26Merge pull request #22602 from mlugg/incr-embedfileMatthew Lugg
2025-01-25Compilation: Remove the _tls_index hack for MinGW.Alex Rønne Petersen
2025-01-25compiler: Rework LTO settings for some Zig-provided libraries.Alex Rønne Petersen
2025-01-25incremental: handle `@embedFile`mlugg
2025-01-24Compilation pipeline: repeat failed prelink tasksAndrew Kelley
2025-01-23compiler: Fix computation of Compilation.Config.any_unwind_tables.Alex Rønne Petersen
2025-01-22std.Target: Define and use lime1 as the baseline CPU model for WebAssembly.Alex Rønne Petersen
2025-01-20embrace the future slightly lessAndrew Kelley
2025-01-20reject crti.o/crtn.o, embrace the futureAndrew Kelley
2025-01-20Compilation: take advantage of `@splat`Andrew Kelley
2025-01-20Compilation pipeline: linker input producing Job representationAndrew Kelley
2025-01-20compilation pipeline: do glibc jobs earlierAndrew Kelley
2025-01-20Compilation pipeline: do musl jobs earlierAndrew Kelley
2025-01-16x86_64: rewriteJacob Young
2025-01-15Compilation: windows doesn't prelink yetAndrew Kelley
2025-01-15wasm linker: implement hidden visibilityAndrew Kelley
2025-01-15Compilation.saveState implement saving wasm linker stateAndrew Kelley
2025-01-15frontend: don't increment remaining_prelink_tasks for windows implibsAndrew Kelley
2025-01-15wasm object parsing: fix handling of weak functions and globalsAndrew Kelley
2025-01-15wasm linker: improve error messages by making source locations more lazyAndrew Kelley
2025-01-15Compilation: account for C objects and resources in prelinkAndrew Kelley
2025-01-15wasm linker: implement stack pointer globalAndrew Kelley
2025-01-15implement the prelink phase in the frontendAndrew Kelley
2025-01-15wasm linker: allow undefined imports when lib name is providedAndrew Kelley
2025-01-15elf linker: conform to explicit error setsAndrew Kelley
2025-01-15wasm linker: aggressive DODificationAndrew Kelley
2025-01-10cbe: fix miscomps of the compilerJacob Young
2025-01-06fix win32 manifest ID for DLLsReuben Dunnington
2025-01-05Added support for thin ltoTravis Lange
2025-01-05link: new incremental line number update APImlugg
2025-01-04incremental: new `AnalUnit` to group dependencies on `std.builtin` declsmlugg
2025-01-01incremental: fix errors not being deleted upon re-analysismlugg
2024-12-31compiler: ensure result of `block_comptime` is comptime-knownmlugg
2024-12-24compiler: analyze type and value of global declaration separatelymlugg