aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
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
2024-02-02build system: implement --system [dir]Andrew Kelley
2024-02-02CLI: add --host-target, --host-cpu, and --host-dynamic-linkerAndrew Kelley
2024-02-02cli+build: handle -ObjC flag and route it to MachO linkerJakub Konka
2024-02-01remove std.io.ModeVeikka Tuominen
2024-02-01std: change return type of `wasiCwd`Veikka Tuominen
2024-02-01std: make options a struct instance instead of a namespaceVeikka Tuominen
2024-01-26Merge pull request #18654 from mlugg/incremental-the-secondAndrew Kelley
2024-01-24macho: forward parsed -compatibility_version to the linkerJakub Konka
2024-01-24test/link/macho: test -r modeJakub Konka
2024-01-23Zir: represent declarations via an instructionmlugg
2024-01-20Merge pull request #18622 from ziglang/zig-mod-edge-caseAndrew Kelley
2024-01-19zig cc: expose clang precompiled C header supportXavier Bouchoux
2024-01-19CLI: introduce -M; deprecate --modAndrew Kelley
2024-01-14compiler: move each_lib_rpath to frontendJan200101
2024-01-09Add support for `--(no-)undefined-version`dhash
2024-01-01CLI: introduce global -I args for C include pathsAndrew Kelley