aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2020-10-16zig fmt: write modified files to stdout not stderrIsaac Freund
2020-10-16trivial refactor to remove redundant function callAndrew Kelley
2020-10-16Allow linking with dynamic libraries in main CLIJakub Konka
2020-10-15adjust error message of zig run with no argsAndrew Kelley
2020-10-15friendly error message for zig run with no argsg-w1
2020-10-15fixupsAndrew Kelley
2020-10-15stage2: use execve where available for zig test and zig rung-w1
2020-10-14Merge pull request #6669 from ifreund/color-fixesAndrew Kelley
2020-10-14add .tbd to usage textAndrew Kelley
2020-10-14stage2: support ZIG_LIBC env var and detect self as system C compilerAndrew Kelley
2020-10-13stage2: use meta.stringToEnum for Color parsingIsaac Freund
2020-10-07notice more kinds of optimization flags and debug flagsxavier
2020-10-07fixups for the previous commitAndrew Kelley
2020-10-06Fix building the zig compiler for 32-bit targetsTimon Kruiper
2020-10-06stage2: Fix arg processing for zig runLemonBoy
2020-10-04fix each-lib-rpath functionalityAndrew Kelley
2020-10-04add --image-base supportAndrew Kelley
2020-10-04Merge pull request #6295 from Vexu/stage2Andrew Kelley
2020-10-03`zig run foo.c` is perfectly validAndrew Kelley
2020-10-03fix alignment in CLI usage textAndrew Kelley
2020-10-02Print error when running `zig test/run` without a source fileTimon Kruiper
2020-10-01Resolved additional formatting issues.Nathan
2020-10-01Resolve name and format issues.Nathan
2020-10-01Patch in emit relocs supportNathan Bourgeois
2020-09-30stage2: use directory handles for importsVexu
2020-09-30MachO: add the same workaround for no -r LLD flag supportAndrew Kelley
2020-09-29improve stage2 COFF LLD linkingAndrew Kelley
2020-09-29add CLI options for darwin frameworks and -ffunction-sectionsAndrew Kelley
2020-09-29stage2: add CLI option for -fstack-reportAndrew Kelley
2020-09-28`zig test` and `zig run` do not try to run foreign binariesAndrew Kelley
2020-09-26stage2: add CLI support for --subsystemAndrew Kelley
2020-09-26fix another round of regressions in this branchAndrew Kelley
2020-09-26stage2: `zig translate-c` supports --enable-cacheAndrew Kelley
2020-09-26stage2: implement -fno-emit-binAndrew Kelley
2020-09-26implement -femit-asm, -femit-docs, -femit-llvm-ir, etcAndrew Kelley
2020-09-25stage2: properly handle zig cc used as a preprocessorAndrew Kelley
2020-09-25stage2: disable lld caching when output dir is owned by userAndrew Kelley
2020-09-24fix a round of regressions in this branchAndrew Kelley
2020-09-24--main-pkg-path properly resolves the relative root src file pathAndrew Kelley
2020-09-24stage2: implement @cImportAndrew Kelley
2020-09-23stage2: print the test command after it failsAndrew Kelley
2020-09-23nobody likes my std.process.cleanExit ideaAndrew Kelley
2020-09-23use ascii range for the --watch REPL promptAndrew Kelley
2020-09-23stage2: support rpathsAndrew Kelley
2020-09-23stage2: support passing extra C flags to C source filesAndrew Kelley
2020-09-23stage2: implement --main-pkg-pathAndrew Kelley
2020-09-22stage2: implement --pkg-begin and --pkg-end CLI argsAndrew Kelley
2020-09-22stage2: implement zig buildAndrew Kelley
2020-09-22stage2: implement using the global cache dirAndrew Kelley
2020-09-21stage2: implement `zig init-lib` and `zig init-exe`Andrew Kelley