aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
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
2022-10-28CLI: report error when `-fstage1` requested but not availableAndrew Kelley
2022-10-26make a .rsp file for `zig clang`Hadrien Dorio
2022-10-25cbe: fix infinite recursion on recursive typesJacob Young
2022-10-24additional fixes for Plan9Jacob G-W
2022-10-20Fix #12091: Error message with TERM=dumb is missing infoyujiri8
2022-10-18stage2: better handling of CacheMode.whole on WindowsAndrew Kelley
2022-10-18build: avoid compiling self-hosted twiceAndrew Kelley
2022-10-11Compilation: strip debug info from ReleaseSmall by defaultAli Chraghi
2022-10-05Fix all std lib tests being run for any file within the std packageRyan Liptak
2022-10-03stage2: add support for assembly debug infoJacob Young
2022-09-15stage2: implement referenced by trace for error messagesVeikka Tuominen
2022-09-13validate number literals in AstGenVeikka Tuominen
2022-09-12libcxx: define _LIBCPP_ABI_VERSION and _LIBCPP_ABI_NAMESPACEAndrew Kelley
2022-09-11Compilation: handle system C compiler not foundAndrew Kelley
2022-09-11stage2: no condition on system libs to link native libcAndrew Kelley
2022-09-08[ld] add --print-* for diagnosticsMotiejus Jakštys