aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2023-06-10CLI: introduce --verbose-intern-poolAndrew Kelley
2023-06-10InternPool: port most of value tagsJacob Young
2023-06-10Module: remove tmp_hack_arenaAndrew Kelley
2023-06-10stage2: move opaque types to InternPoolAndrew Kelley
2023-06-10stage2: add tmp_hack_arena for the InternPool transitionAndrew Kelley
2023-06-10InternPool: add a dump functionAndrew Kelley
2023-06-10stage2: start the InternPool transitionAndrew Kelley
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-29Merge pull request #15891 from mlugg/fix/dont-emit-fn-called-at-comptimeAndrew Kelley
2023-05-30zig ld: handle `--library :path/to/lib.so`Motiejus Jakštys
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-17rename omit_pkg_fetching_code to only_core_functionalityAndrew Kelley
2023-05-17Merge pull request #15459 from motiejus/build-id-fullAndrew Kelley
2023-05-16tweaks to --build-idAndrew Kelley
2023-05-16stage2: implement --build-id stylesMotiejus Jakštys
2023-05-16CLI: fix stdin dumping behaviorAndrew Kelley
2023-05-16zig cc: support reading from non-filesMotiejus Jakštys
2023-05-13std.mem: Rename splitFull/tokenizeFull to splitSequence/tokenizeSequenceRyan Liptak
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-25cbe: fix mutability issues with builtin test_functionsJacob Young
2023-04-21Merge pull request #15355 from mlugg/feat/liveness-control-flowAndrew Kelley
2023-04-20fixes to the previous commitAndrew Kelley
2023-04-20Expose an option for producing 64-bit DWARF formatDavid Gonzalez Martin
2023-04-20Liveness: add a liveness verification passJacob Young
2023-04-18compilation: fix generating coff debug info on -gnukcbanner
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