aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2023-04-18Assembly file add soft float option for mips (#15340)hequn
2023-04-17compilation: fix non-zig compilations not using CacheMode.wholekcbanner
2023-04-12Autodoc usingnamespace (#15216)Loris Cro
2023-04-09spirv: cannot build libcRobin Voetter
2023-04-09dont destroy old bin file on link openpath failureRobin Voetter
2023-04-07zig cc: complete the -wrap flag implementationAndrew Kelley
2023-04-07add linker -wrap flagZach Cheung
2023-04-05Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-04-01link: handle -u flag in all linkersJakub Konka
2023-03-25compilation: fixup linker_dynamicbase default in InitOptionskcbanner
2023-03-17Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-03-17main: add debug option to dump unoptimized llvm irJacob Young
2023-03-16Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
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-27Merge remote-tracking branch 'origin/master' into llvm16Andrew 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-19Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-18Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-18unconditionally pass --no-default-config to clangAndrew 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