aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2021-07-27Add option to hide build command on compilation error to build_runner (#8513)Lee Cannon
2021-07-26Use -isysroot on Mojave toofn ⌃ ⌥
2021-07-23stage2: improvements towards `zig test`Andrew Kelley
2021-07-23Merge remote-tracking branch 'origin/master' into zld-incremental-2Jakub Konka
2021-07-22support -fcompiler-rt in conjunction with build-objAndrew Kelley
2021-07-22add -femit-llvm-bc CLI option and implement itAndrew Kelley
2021-07-22Merge remote-tracking branch 'origin/master' into zld-incremental-2Jakub Konka
2021-07-21remove 'pe' object formatAndrew Kelley
2021-07-20CLI: add plan9 -ofmt help textAndrew Kelley
2021-07-15zld: error out if LTO is requested targeting DarwinJakub Konka
2021-07-15zld: decommision use_lld for MachOJakub Konka
2021-07-08Add support for NO_COLORMartin Wickham
2021-07-02tokenizer: clean up invalid token errorAndrew Kelley
2021-07-02stage2: improve compile errors from tokenizerAndrew Kelley
2021-07-02avoid calling into stage1 backend when AstGen failsAndrew Kelley
2021-07-02stage2: print valid filename in error messagesJ.C. Moyer
2021-07-01Add context to fatal OpenErrorsChristopher Smyth
2021-06-30Add support for WASI reactor in pure Zig-exe. (#9178)Takeshi Yoneda
2021-06-29Remove mention of lldMachO from the projectJakub Konka
2021-06-25stage2: add --sysroot link optionIsaac Freund
2021-06-24Classify .m as ObjC, compile using clang and link with zldJakub Konka
2021-06-21cleanups related to unused paramsAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-20fmt: make --ast-check work with --stdinJacob G-W
2021-06-17Merge pull request #9117 from greenfork/unify-compiler-error-printingAndrew Kelley
2021-06-17zig cc: improve linker args parsingVincent Rischmann
2021-06-14CLI: rename --override-lib-dir to --zig-lib-dirAndrew Kelley
2021-06-14Rename printErrMsgToFile->printErrMsgToStdErr and remove `file` argumentDmitry Matveyev
2021-06-14Rewrite printErrMsgToFile to use Message struct from CompilationDmitry Matveyev
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
2021-06-11better awareness of unwind tablesAndrew Kelley
2021-06-10Print path on libc/libc-path fatal errorAODQ
2021-06-09CLI: remove --verbose-ast and --verbose-tokenizeAndrew Kelley
2021-06-09cc,wasi: use wasi_libc.CRTFile directly instead of WasiExecModelJakub Konka
2021-06-09cc,wasi: support WASI reactors via -mexec-model flag.Takeshi Yoneda
2021-06-09cc,wasi: store CRTFile enum in wasi_emulated_libsJakub Konka
2021-06-09cc,wasi: build referenced-only emulated componentsJakub Konka
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-28stage2: add `zig ar` subcommandAndrew Kelley
2021-05-25Re-enable building the self-hosted compiler for 32-bit targetsjoachimschmidt557
2021-05-24zig fmt: Remove workaround for . and .. path handling on WindowsRyan Liptak
2021-05-22stage2: rework astgen command into `zig ast-check`Andrew Kelley
2021-05-21wasm: build static archive unless -dynamic specifiedJakub Konka
2021-05-20wasm: link dynamically by default when targeting wasmJakub Konka
2021-05-19stage2: use c_allocator not raw_c_allocatorAndrew Kelley
2021-05-17stage2: get rid of NameHashAndrew Kelley
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-13CLI repl: "run" command handles cross compiled binariesAndrew Kelley
2021-05-13stage2: -lunwind is handled speciallyAndrew Kelley