aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2024-08-25fix up merge conflicts with masterDavid Rubin
2024-08-25remove `mod` aliases for ZcusDavid Rubin
2024-08-25comp: remove an, unencouraged... patternDavid Rubin
2024-08-25comp: rename `module` to `zcu`David Rubin
2024-08-20Compilation: fix crash saving incremental stateJacob Young
2024-08-19replace Compilation.Emit with std.Build.Cache.PathRobin Voetter
2024-08-19fix various issues related to Path handling in the compiler and stdRobin Voetter
2024-08-17Compilation: simplify `totalErrorCount`mlugg
2024-08-17std.BoundedArray: add clear()mlugg
2024-08-17Compilation: don't call `resolveReferences` unnecessarilymlugg
2024-08-17frontend: incremental compilation progressmlugg
2024-08-17Compilation: actually do codegen on non-initial updatesmlugg
2024-08-17compiler: be more cautious about source locationsmlugg
2024-08-17Compilation: don't queue std analysis twice when testing stdmlugg
2024-08-17frontend: yet more incremental workmlugg
2024-08-17Zcu: construct full reference graphmlugg
2024-08-17frontend: incremental progressmlugg
2024-08-16Dwarf: rework self-hosted debug info from scratchJacob Young
2024-08-16Merge pull request #21065 from ziglang/elf-zig-gotJakub Konka
2024-08-15std.tar: add writer (#19603)Igor Anić
2024-08-13comp: actually report codegen errorsJakub Konka
2024-08-12all: Handle spirv in addition to spirv(32,64) where applicable.Alex Rønne Petersen
2024-08-11compiler: split Decl into Nav and Caumlugg
2024-08-08Compilation: Mark .c++ files as having C++ extensionsin-ack
2024-08-07Compilation: fix -femit-docsAndrew Kelley
2024-08-07Compilation: fix not showing sub-errors for autodocsAndrew Kelley
2024-07-29compiler: Enable -Werror=date-time for C/C++ code in release builds.Alex Rønne Petersen
2024-07-28link: Accept `-Brepro` linker option and pass it to LLD.Alex Rønne Petersen
2024-07-28Merge pull request #20807 from Rexicon226/riscvJakub Konka
2024-07-26comp: enable compilation of zig_libcDavid Rubin
2024-07-26frontend: add missed cache hash on --debug-rtAndrew Kelley
2024-07-25add --debug-rt CLI arg to the compiler + bonus editsAndrew Kelley
2024-07-24add sub-compilation cache inputs to parents in whole modeAndrew Kelley
2024-07-24Compilation: build compiler_rt and fuzzer in parallelAndrew Kelley
2024-07-23default "trace pc guard" coverage offAndrew Kelley
2024-07-23LLVM: more fine-grained sancov emit optionsAndrew Kelley
2024-07-23Merge pull request #20725 from ziglang/fuzzAndrew Kelley
2024-07-22Compilation: fix regression in addCCArgsAndrew Kelley
2024-07-22initial support for integrated fuzzingAndrew Kelley
2024-07-22macho: redo input file parsing in prep for multithreadingJakub Konka
2024-07-20Merge pull request #20688 from ziglang/incr-testAndrew Kelley
2024-07-20dev: fix llvm backend checksJacob Young
2024-07-20add std.fmt.hexAndrew Kelley
2024-07-19dev: introduce dev environments that enable compiler feature setsJacob Young
2024-07-15update some Module references to Zcu insteadAndrew Kelley
2024-07-15frontend: move updateZirRefs to be single-threadedAndrew Kelley
2024-07-14frontend: add -fincremental, -fno-incremental flagAndrew Kelley
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-14Merge pull request #20593 from jacobly0/more-racesAndrew Kelley
2024-07-13frontend: report correct paths for C objectsAndrew Kelley