aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-09-16zig cc: support -S and -emit-llvm CLI parametersAndrew Kelley
2021-09-07Fix libc file to check against compilation target instead of native (#9670)Martin Wickham
2021-09-04link: Recognize -z origin|noexecstack|now|relro linker args.Alex Rønne Petersen
2021-09-01std.os reorg: more fixes caught by CIAndrew Kelley
2021-09-01rename std.zig.ast to std.zig.Ast; use top-level fieldsAndrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-08-21Fix args when calling clang::ASTUnit::LoadFromCommandLine.Tamas Kenez
2021-08-10Try audodetecting sysroot when building Darwin on DarwinJakub Konka
2021-08-10macho: add basic support for building iOS binariesJakub Konka
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-08-01fix help for ast-check commandŽiga Željko
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