aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
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
2022-08-30avoid exposing supportsTailCall in the standard libraryAndrew Kelley
2022-08-30coff: set some defaults for PE headersJakub Konka
2022-08-29link: add force_undefined_symbols to cache hashAndrew Kelley
2022-08-25add ability to pass force undefined symbols to the linkerJakub Konka
2022-08-25fix order of CLI args passed to clangAndrew Kelley
2022-08-24Compilation: move comptime condition firstAndrew Kelley
2022-08-24compilation: avoid pointless cachingLoris Cro
2022-08-23make LLVM and Clang emit DWARF 4 instead of 5Andrew Kelley
2022-08-19LLVM: add DLL export attributeAndrew Kelley
2022-08-19make self-hosted the default compilerAndrew Kelley
2022-08-19build: remove the option to omit stage2Andrew Kelley
2022-08-19stage2: implement stack protectorsAndrew Kelley
2022-08-18std.Target gains ObjectFormat fieldAndrew Kelley
2022-08-10better default for use_stage1 when -ofmt=c is providedAndrew Kelley
2022-08-07remove 'builtin.stage2_arch', Sema is smart enough nowMeghan Denny
2022-07-28stage2: ensure 'std', 'builtin', and 'root' is always available to `@import`Meghan
2022-07-26std.fmt: require specifier for unwrapping ?T and E!TInKryption
2022-07-25std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`r00ster
2022-07-24Revert "std.fmt: require specifier for unwrapping ?T and E!T."Andrew Kelley
2022-07-24std.fmt: require specifier for unwrapping ?T and E!T.InKryption
2022-07-19delete the stage1 implementation of autodocAndrew Kelley
2022-07-19Autodoc: skip docs when compile errors occurAndrew Kelley
2022-07-19autodocs: add support for indirect decl referencesLoris Cro