aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
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-19fix compilation failures found by CIAndrew Kelley
2024-03-19compiler: fix wrong detection of rlimitAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-17Revert "back out the build_runner.zig moving change"Jacob Young
2024-03-14reduce garbage for repeated `zig cc -` callsMotiejus Jakštys
2024-03-11Merge pull request #19174 from squeek502/lazy-resinatorAndrew Kelley
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-11Report the progress of lazily building zig rcRyan Liptak
2024-03-11Lazily compile the `zig rc` subcommand and use it during `zig build-exe`Ryan Liptak
2024-03-10add `zig std` subcommandAndrew Kelley
2024-03-07Merge pull request #19190 from mlugg/struct-equivalenceAndrew Kelley
2024-03-06feat: add support for --enable-new-dtags and --disable-new-dtagsDillen Meijboom
2024-03-06Package.Module: deduplicate identical builtin modulesmlugg
2024-03-05cli: add `--rpath` and `-R` linker arg aliasesMeghan Denny
2024-03-02move `zig objcopy` command to be lazily builtAndrew Kelley
2024-03-01compiler: audit debug mode checksJacob Young
2024-02-28make aro-based translate-c lazily built from sourceAndrew Kelley
2024-02-27CLI: strip lazy built commands by defaultAndrew Kelley
2024-02-27move `zig libc` command to be lazily builtAndrew Kelley
2024-02-26introduce ZIG_DEBUG_CMD to choose debug modeAndrew Kelley
2024-02-26back out the build_runner.zig moving changeAndrew Kelley
2024-02-26move lazily compiled source files to lib/compiler/Andrew Kelley
2024-02-26compiler: JIT zig reduceAndrew Kelley
2024-02-26compiler: JIT zig fmtAndrew Kelley
2024-02-26move AstGen to std.zig.AstGenAndrew Kelley
2024-02-26move Zir to std.zig.ZirAndrew Kelley
2024-02-25test: rework how filtering worksJacob Young
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak
2024-02-23std.net, std.http: simplifyAndrew Kelley
2024-02-23std.http: remove Headers APIAndrew Kelley
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-06compiler: remove unnecessary pub declarations in main.zigManlio Perillo
2024-02-04compiler: lock incremental dependency tracking behind --debug-incrementalmlugg
2024-02-02CLI: use dummy http client when bootstrappingAndrew Kelley
2024-02-02zig build: avoid using stdout for communication with runnerAndrew Kelley
2024-02-02CLI: implement 'zig build' lazy dependency fetchingAndrew Kelley
2024-02-02build system: implement lazy dependencies, part 1Andrew Kelley