aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
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
2024-07-13Compilation: restore `saveState`Jacob Young
2024-07-13Compilation: introduce work stages for better work distributionJacob Young
2024-07-13InternPool: add and use a mutate mutex for each listJacob Young
2024-07-12Compilation: fix rebase conflictAndrew Kelley
2024-07-12frontend: add file system inputs for incremental cache modeAndrew Kelley
2024-07-12integrate Compile steps with file watchingAndrew Kelley
2024-07-10Compilation: fix leakJacob Young
2024-07-10InternPool: make `global_error_set` thread-safeJacob Young