aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
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
2023-02-13zig fmt: additionally format .zon filesAli Chraghi
2023-02-03use build.zig.zon instead of build.zig.ini for the manifest fileAndrew Kelley
2023-02-03introduce ZON: Zig Object NotationAndrew Kelley
2023-01-29std: restrict mem.span() and mem.len() to sentinel terminated pointersIsaac Freund
2023-01-23Merge pull request #13670 from mlugg/fix/astgen-ambiguous-packageVeikka Tuominen
2023-01-23std.os.windows: add possible error NETNAME_DELETED of ReadFileJan Philipp Hafer
2023-01-22Package: store package name directlymlugg
2023-01-17std.http.Client: default to lazy root cert scanningAndrew Kelley