aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-12translate-c: Ensure extra_cflags are passed to clangEvan Haas
2021-05-12stage2: Drop LLVM's host CPU detection method as fallbackLemonBoy
2021-05-11stage2: more Decl lifetime fixesAndrew Kelley
2021-05-07std: start code increases stack size as appropriate on linuxAndrew Kelley
2021-05-07stage2: fix stack overflow in `@setEvalBranchQuota` test caseAndrew Kelley
2021-05-07stage2: implement global variablesAndrew Kelley
2021-05-06CLI: add an update-and-run cmd and make enter re-run last cmdAndrew Kelley
2021-05-06CLI: add 'run' command to the replAndrew Kelley
2021-05-05stage2: add `zig changelist` debug commandAndrew Kelley
2021-05-03build.zig: add -Dmem-leak-frames optionAndrew Kelley
2021-05-02AstGen: decouple from Module/CompilationAndrew Kelley
2021-04-30Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-30CLI: fix incorrect error message with -cflagsAndrew Kelley
2021-04-25stage2: implement caching for ZIR codeAndrew Kelley
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-19AstGen: implement inline asm outputAndrew Kelley
2021-04-19zig astgen: print instruction counts and byte sizesAndrew Kelley
2021-04-17Rename --(no-)allow-shilb-undefined to -f(no-)allow-shilb-undefinedIsaac Freund
2021-04-16stage2: AstGen improvementsAndrew Kelley
2021-04-16Add --(no-)allow-shlib-undefined to supported zig linking flagsdaurnimator
2021-04-15stage2: rename zir to ZirAndrew Kelley
2021-04-15stage2: properly model miscellaneous failed tasksAndrew Kelley
2021-04-14os/posix: handle ECONNRESET for write/writevlithdew
2021-04-09Merge pull request #8470 from ziglang/stage2-startAndrew Kelley
2021-04-09stage2: clean up pretty printing compile errorsAndrew Kelley
2021-04-08stage2: pretty print compilation errorsjacob gw
2021-04-09stage2: delete allowing input (and output) zir from the pipeline (#8471)g-w1
2021-04-08stage2: blaze the trail for std lib integrationAndrew Kelley
2021-04-08stage2: revert to only has_decl and export ZIR supportAndrew Kelley
2021-04-08stage2: add support for start.zigTimon Kruiper
2021-04-06stage2: do not set clang_passthrough_mode for `zig run`Andrew Kelley
2021-04-01zig cc: copy .pdb files from zig-cache/ when appropriateAndrew Kelley
2021-03-31stage2: finish source location reworkings in the branchAndrew Kelley
2021-03-28Merge remote-tracking branch 'origin/master' into zir-memory-layoutAndrew Kelley
2021-03-25zig build: use ZIG_GLOBAL_CACHE_DIRMichael Dusan
2021-03-20stage2: fix memory management of ZIR codeAndrew Kelley
2021-03-18Merge pull request #8282 from kubkon/zldJakub Konka
2021-03-18zld: use zld when linking aarch64 by default and cross-compJakub Konka
2021-03-17macho: start upstreaming zldJakub Konka
2021-03-17zig fmt: factorize source file reading and decodingErsikan
2021-03-17zig fmt: fix non-UTF-8 encoding #2820Ersikan
2021-03-14stage2: Warn when using --debug-log without logging enabledErsikan
2021-03-04zig cc: fix handling of -MM flagAndrew Kelley
2021-03-04stage2: support environment variables for verbose optionsAndrew Kelley
2021-02-24zig fmt src/Andrew Kelley
2021-02-22render: handle comments ending in EOFVeikka Tuominen
2021-02-19stage2: AST: clean up parse errorsAndrew Kelley
2021-02-11Merge remote-tracking branch 'origin/master' into ast-memory-layoutAndrew Kelley
2021-02-11stage2: start reworking Module/astgen for memory layout changesAndrew Kelley