aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
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
2023-03-15multiplex compiler progress messages into the build runnerAndrew Kelley
2023-03-15compiler: update function accepts a std.Progress.NodeAndrew Kelley
2023-03-15integrate the build runner and the compiler serverAndrew 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-15zig build: add a -j<N> option for limiting concurrencyAndrew Kelley
2023-03-15extract ThreadPool and WaitGroup from compiler to std libAndrew Kelley
2023-03-09Add ability to import dependencies from build.zigantlilja
2023-03-06std.os: Allow write functions to return INVAL errorsjim price
2023-03-01packages: avoid creating multiple modules with same build.zigAndrew Kelley
2023-03-01Add --build-runner `zig build` option (#14742)Auguste Rame
2023-02-21Implement new module CLImlugg
2023-02-20Linker: -z<arg> should be equivalent to -z <arg> (#14680)Frank Denis
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-16[all linkers] fail hard on unsupported flagsMotiejus Jakštys
2023-02-16CLI: detect linker color diagnostics flagsAndrew Kelley
2023-02-16[linker] ignore --sort-commonMotiejus Jakštys
2023-02-16[elf linker] add --sort-sectionMotiejus Jakštys
2023-02-16CLI: remove option from usage text since it doesn't workAndrew Kelley
2023-02-16[linker] add --no-undefined, -z undefsMotiejus Jakštys
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