aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2024-09-26remove formatted panicsAndrew Kelley
2024-09-19Compilation: Synchronize some libcxx CXXFLAGS with upstream.Alex Rønne Petersen
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-10Compilation: Work around llvm/llvm-project#105972 by defining the macros.Alex Rønne Petersen
2024-09-10Compilation: Pass hard/soft float flags to Clang as appropriate.Alex Rønne Petersen
2024-08-31Compilation: Pass -mthumb for assembly files too, not just C files.Alex Rønne Petersen
2024-08-31Compilation: Pass -fPIC for assembly files too, not just C files.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
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