aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2023-02-22Merge pull request #14691 from jacobly0/ctypeAndrew Kelley
2023-02-21CBE: use CType for type definitionsJacob Young
2023-02-21CBE: remove typedef data structuresJacob Young
2023-02-20CBE: add CType interningJacob Young
2023-02-21Improve multi-module error messagesmlugg
2023-02-21Implement new module CLImlugg
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-16[elf linker] add --sort-sectionMotiejus Jakštys
2023-02-14comp: reinstate -fcompiler-rt when used with build-obj as outputJakub Konka
2023-02-13Merge pull request #14571 from ziglang/more-build-zigAndrew Kelley
2023-02-13Add -ferror-tracing and -fno-error-tracing compile optionsAdamGoertz
2023-02-13move the cache system from compiler to std libAndrew Kelley
2023-02-08clone package table into custom test runnerDominic
2023-02-08allow custom test runners to import modulesdweiller
2023-02-08fix custom test runner package path resolutiondweiller
2023-02-03use build.zig.zon instead of build.zig.ini for the manifest fileAndrew Kelley
2023-02-01link: decouple DI atoms from linker atoms, and manage them in Dwarf linkerJakub Konka
2023-01-23Merge pull request #13670 from mlugg/fix/astgen-ambiguous-packageVeikka Tuominen
2023-01-22zig cc: add -Wno-overriding-t-option to clang on darwinAndrew Kelley
2023-01-22AstGen: detect and error on files included in multiple packagesmlugg
2023-01-22Package: store package name directlymlugg
2023-01-13zig run/cc: recognize "-x language"Motiejus Jakštys
2023-01-05ELF linker: support common-page-size and max-page-size lld optsFrank Denis
2023-01-04rebase fixupkcbanner
2023-01-04windows: fixes to support using zig cc/c++ with CMake on Windowskcbanner
2023-01-04fixup formattingkcbanner
2023-01-04windows: supporting changes for boostrapping via msvckcbanner
2023-01-04build: first pass on geting stage3 building under x64_64-windows-msvckcbanner
2023-01-04Fix another LockViolation case on Windows (#14162)Casey Banner
2023-01-04Merge pull request #13786 from ziglang/tty-detectionVeikka Tuominen
2023-01-03stage2: make --color on affect progress bar tooAndrew Kelley
2023-01-03add -fopt-bisect-limitGuillaume Wenzek
2023-01-02Compilation: better error message for file not foundAndrew Kelley
2023-01-02Compilation: fix merge conflict with previous commitAndrew Kelley
2023-01-02Revert "make a .rsp file for `zig clang`"Andrew Kelley
2022-12-28WebAssembly: don't append `--export` for functionsLuuk de Gram
2022-12-25WebAssembly: do not link with --allow-undefined unconditionallyFrank Denis
2022-12-19Sema: print notes and reference traces when using `--debug-compile-errors`Veikka Tuominen
2022-12-14Sema: display cimport errors from clangVeikka Tuominen
2022-12-13fix(terminal): handle some possible errors and resolve TODOsr00ster91
2022-12-10Compilation: revert asking for exclusive locks on cache hitsAndrew Kelley
2022-12-09Revert "coff: specify default base path for relative source paths in pdb"Jakub Konka
2022-12-07Merge pull request #13799 from ziglang/close-stage1-issuesAndrew Kelley
2022-12-06cache: Fix LockViolation during C compilation paths (#13591)Casey Banner
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-12-06stage2: revert change to handling of --color onAndrew Kelley
2022-12-06stage2: make --color override apply to std.ProgressAndrew Kelley
2022-12-06actually remove stage1Andrew Kelley
2022-12-06build: introduce -Dwasi-bootstrap optionAndrew Kelley
2022-12-06remove `-fstage1` optionAndrew Kelley