aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2021-04-17Rename --(no-)allow-shilb-undefined to -f(no-)allow-shilb-undefinedIsaac Freund
2021-04-16Add --(no-)allow-shlib-undefined to supported zig linking flagsdaurnimator
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
2021-02-07zig cc: recognize the `-s` flag to be "strip"Andrew Kelley
2021-02-06Use -isysroot on Catalina too, not just Big SurMitchell Kember
2021-02-01Merge pull request #7827 from Snektron/spirv-setupAndrew Kelley
2021-01-24zig cc: recognize more coff linker optionsAndrew Kelley
2021-01-23add LTO supportAndrew Kelley
2021-01-19zig cc: Support reading input from stdinRafael Ristovski
2021-01-19stage2: -Dlog enables all logging, log scopes can be set at runtimeAndrew Kelley
2021-01-19SPIR-V: Linking and codegen setupRobin Voetter
2021-01-16stage2: implement error notes and regress -femit-zirAndrew Kelley
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-11Added support for no red zoneLee Cannon
2021-01-09Merge pull request #7729 from jayschwa/remove-deprecated-streamAndrew Kelley
2021-01-08Fix system library path detection on linuxxackus
2021-01-08stage2: Implicitly enable --eh_frame_hdr when compiling c/c++ filesLemonBoy
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-07Want native headers when linking with frameworksJakub Konka
2021-01-06stage2: rename and move files related to LLVM backendTimon Kruiper
2021-01-03stage2: remove the Cache deadlock detection codeAndrew Kelley
2021-01-03stage2: fix Cache debug deadlock code memory leakAndrew Kelley