aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
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
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-29Sema: add option to disable formatted panicsVeikka Tuominen
2022-11-22Compilation: avoid Cache hash dependency on zig lib pathAndrew Kelley
2022-11-22Cache: introduce prefixes to manifestsAndrew Kelley
2022-11-19linker: fail the compilation if there were linker errorsCasey Banner
2022-11-18Merge pull request #13411 from dweiller/custom-test-runnerVeikka Tuominen
2022-11-17windows: fix _tls_index not being defined if libc wasn't linked, and fix x86 ...kcbanner
2022-11-16Module: call `ensureDeclAnalyzed` on `builtin.test_functions`Veikka Tuominen
2022-11-10win: combine PDB fixes into one changesetJakub Konka
2022-11-04all: rename i386 to x86Ali Chraghi
2022-11-02stage2: add test_runner_path for user provided test runnerdweiller
2022-10-30re-apply "Fix C include files not being in `whole` cache (#11365)"Andrew Kelley
2022-10-29Merge pull request #13093 from jacobly0/backend-fixesAndrew Kelley
2022-10-29Merge pull request #13082 from g-w1/unnamed-decls-and-relocs-p9Andrew Kelley
2022-10-29cbe: implement optional slice representation changeJacob Young