aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2023-06-10CLI: introduce --verbose-intern-poolAndrew Kelley
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-06-01Use the word 'base' consistently instead of 'radix'Evin Yulo
2023-05-30zig ld: handle `--library :path/to/lib.so`Motiejus Jakštys
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-05-17rename omit_pkg_fetching_code to only_core_functionalityAndrew Kelley
2023-05-17zig2.c: omit non-essential subcommandsAndrew Kelley
2023-05-17Merge pull request #15459 from motiejus/build-id-fullAndrew Kelley
2023-05-17zig cc: implement `-###` (dry run)Andrew Kelley
2023-05-16tweaks to --build-idAndrew Kelley
2023-05-16stage2: implement --build-id stylesMotiejus Jakštys
2023-05-16CLI: remove cleanup logic for stdin temp fileAndrew Kelley
2023-05-16CLI: fix stdin dumping behaviorAndrew Kelley
2023-05-16zig cc: support reading from non-filesMotiejus Jakštys
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-13Fix SplitIterator and TokenIterator type instantiationRyan Liptak
2023-05-05main: add debug dump-zir commandJacob Young
2023-04-29main: parse --dynamicbase linker argkcbanner
2023-04-23Improvements to docs and textzooster
2023-04-20fixes to the previous commitAndrew Kelley
2023-04-20Expose an option for producing 64-bit DWARF formatDavid Gonzalez Martin
2023-04-17compilation: fix non-zig compilations not using CacheMode.wholekcbanner
2023-04-14fix zig cc linker flags for WasmLuuk de Gram
2023-04-11CLI: remove --enable-cache optionAndrew Kelley
2023-04-08zig cc: handle the -r flagAndrew Kelley
2023-04-07zig cc: complete the -wrap flag implementationAndrew Kelley
2023-04-07add linker -wrap flagZach Cheung
2023-04-01link: handle -u flag in all linkersJakub Konka
2023-03-30coff: use copy in zig-cache for child process in HCSJakub Konka
2023-03-26main: recognize --dynamicbasekcbanner
2023-03-25coff: change dynamicbase to default to true (to match lld), change it to pass...kcbanner
2023-03-18darwin: put posix spawn constants in POSIX_SPAWN structJakub Konka
2023-03-18macos: HCS PoC workingJakub Konka
2023-03-18macho: add hot-code swapping pocJakub Konka
2023-03-18delete `--prominent-compile-errors` from helpsquare
2023-03-17main: add debug option to dump unoptimized llvm irJacob Young
2023-03-15add compile log output to build runnerAndrew Kelley
2023-03-15CLI: remove the experimental --watch flagAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15zig objcopy: support the compiler protocolAndrew Kelley
2023-03-15build runner enhancements in preparation for test-casesAndrew Kelley
2023-03-15CLI: fix ast-check printing ZIR errors twiceAndrew Kelley
2023-03-15std.Build.RunStep: add maxrss, duration, and cached statusAndrew Kelley
2023-03-15stage2: avoid bloat when using -Donly-cAndrew Kelley
2023-03-15stage2: avoid networking when generating zig2.cAndrew Kelley
2023-03-15stage2: avoid linux-only APIs on other operating systemsAndrew Kelley
2023-03-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-03-15fix zig fmt crashAndrew Kelley
2023-03-15fix std.Build.TranslateCStepAndrew Kelley