aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2023-03-17main: add debug option to dump unoptimized llvm irJacob Young
2023-03-15add compile log output to build runnerAndrew Kelley
2023-03-15fix ZIR decoding of error notesAndrew Kelley
2023-03-15std.Build.RunStep: add maxrss, duration, and cached statusAndrew Kelley
2023-03-15stage2: avoid linux-only APIs on other operating systemsAndrew Kelley
2023-03-15compiler: update function accepts a std.Progress.NodeAndrew Kelley
2023-03-15add builtin.zig_version_stringAndrew Kelley
2023-03-15std.zig.ErrorBundle: rework binary encodingAndrew Kelley
2023-03-15progress towards semantic error serializationAndrew Kelley
2023-03-15stage2: hot code swapping PoCAndrew Kelley
2023-03-15extract ThreadPool and WaitGroup from compiler to std libAndrew Kelley
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