aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2024-07-15frontend server: serveUpdateResults fixAndrew Kelley
2024-07-14frontend: add -fincremental, -fno-incremental flagAndrew Kelley
2024-07-13Merge pull request #20620 from kcbanner/fixup_msvc_bootstrapAndrew Kelley
2024-07-13Fix handling of `--save-exact=name` in fetchKrzysztof Wolicki
2024-07-13Compile: Pass the default --zig-lib-dir along to child processeskcbanner
2024-07-13Args including and after `--` get passed to build runner directlyKrzysztof Wolicki
2024-07-12zig build: add a --debug-target CLI flagAndrew Kelley
2024-07-12integrate Compile steps with file watchingAndrew Kelley
2024-07-12delete dead CLI usage code from main.zigAndrew Kelley
2024-07-07InternPool: implement and use thread-safe list for extra and limbsJacob Young
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-07-06zig ld: handle -v linker argAikawa Yataro
2024-07-04Zcu: extract permanent state from FileAndrew Kelley
2024-06-22rename src/Module.zig to src/Zcu.zigAndrew Kelley
2024-06-20Merge pull request #20299 from mlugg/the-great-decl-splitMatthew Lugg
2024-06-20Parse WASM linker flags as base 10, like clangAlex Ambrose
2024-06-19add error message for `-fno-llvm` `-flld`David Rubin
2024-06-15Sema: eliminate Block.src_declmlugg
2024-06-02Replace YES_COLOR with CLICOLOR_FORCECarl Åstholm
2024-06-02zig run: finish progress node before executing childAndrew Kelley
2024-05-29rename zig-cache to .zig-cacheAndrew Kelley
2024-05-27CLI: actually fix translate-c creating root progress node twiceAndrew Kelley
2024-05-27zig build: respect --color argumentAndrew Kelley
2024-05-27fix zig translate-c creating root progress node twiceAndrew Kelley
2024-05-27CLI: add missing call to root progress node end()Andrew Kelley
2024-05-27zig build: give a root progress nameAndrew Kelley
2024-05-27zig build: lock stderr while executing the build runnerAndrew Kelley
2024-05-27main: avoid creating multiple std.Progress instancesAndrew Kelley
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-11`zig fetch`: resolve branch/tag names to commit SHA (#19941)Christofer Nolander
2024-05-10Revert "Merge pull request #19349 from nolanderc/save-commit"Andrew Kelley
2024-05-10Merge pull request #19349 from nolanderc/save-commitAndrew Kelley
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-05-08add a debug subcommand for printing LLVM integer type alignmentAndrew Kelley
2024-05-08add detect-cpu subcommand for debugging CPU featuresAndrew Kelley
2024-05-03introduce std.process.raiseFileDescriptorLimitAndrew Kelley
2024-05-03add std.Thread.Pool.spawnWgAndrew Kelley
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-04-18std.Build: revert --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-04-07Update usages of `fmtId`/`isValidId`Carl Åstholm
2024-04-06fix number of arguments preallocation in zig jit subcommandJosh Wolfe
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-27mingw: support -municodeElaine Gibson
2024-03-22Merge pull request #19388 from ziglang/cache-dedupAndrew Kelley
2024-03-21move Package.Path to std.Build.Cache.PathAndrew Kelley
2024-03-21main: set subsystem version from target windows versionElaine Gibson
2024-03-21`zig fetch`: resolve ref to commit by defaultChristofer Nolander
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-19compiler: fix wrong detection of rlimitAndrew Kelley