aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2021-07-20stage2: first pass at printing AIR/Liveness to textAndrew Kelley
2021-07-20Sema: add a strategy for handling costly source locationsAndrew Kelley
2021-07-20stage2: compile error fixes for AIR memory layout branchAndrew Kelley
2021-07-20stage2: Air and Liveness are passed ephemerallyAndrew Kelley
2021-07-20stage2: update Liveness, SPIR-V for new AIR memory layoutAndrew Kelley
2021-07-19Fixed wrong "unable to load" error for non-existing import filesLoris Cro
2021-07-10Fix libc include directories for the MSVC targetMartin Wickham
2021-07-08plan9 linker: produce an object file that can actually work!!!Jacob G-W
2021-07-03WASI: include exec-model in cache state.Takeshi Yoneda
2021-07-02stage2: improve AstGen FileNotFound error messageAndrew Kelley
2021-07-02stage2: tokenizer: require null terminated sourceAndrew Kelley
2021-07-02avoid calling into stage1 backend when AstGen failsAndrew Kelley
2021-07-02stage2: print valid filename in error messagesJ.C. Moyer
2021-06-30Add support for WASI reactor in pure Zig-exe. (#9178)Takeshi Yoneda
2021-06-30Merge pull request #9266 from ziglang/zld-dylibsJakub Konka
2021-06-29stage2: remove c_object_cache_digest_setAndrew Kelley
2021-06-29zld: remove system linker hack and lld hooksJakub Konka
2021-06-27Revert "Include package root dir in stage2 error messages"Andrew Kelley
2021-06-27Include package root dir in stage2 error messagesJ.C. Moyer
2021-06-25stage2: add --sysroot link optionIsaac Freund
2021-06-24Classify .m as ObjC, compile using clang and link with zldJakub Konka
2021-06-23stage2: fix crash when using stage1 backendAndrew Kelley
2021-06-23stage2: glue code to AstGen root source file when using stage1Andrew Kelley
2021-06-23stage2: slightly improve error reporting for missing importsAndrew Kelley
2021-06-23progress bar: call it "AST Lowering" instead of "AstGen"Andrew Kelley
2021-06-23run AstGen even when using the stage1 backendAndrew Kelley
2021-06-21stage2: remove unused parameter from importPkgAndrew Kelley
2021-06-21stage2: wire up AstGen to the progress barAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-17fix oob during riscv64 feature processingMichael Dusan
2021-06-15fix RISC-V assembly CPU featuresAndrew Kelley
2021-06-11better awareness of unwind tablesAndrew Kelley
2021-06-10Have std.fmt functions take case as an enumdaurnimator
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-09wasi: skip adding wasi_snapshot_preview1 as lib dep in stage1Jakub Konka
2021-06-09cc,wasi: build referenced-only emulated componentsJakub Konka
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-24zig cc: expose header files when linking libunwindxavier
2021-05-23stage2: introduce clangAssemblerSupportsMcpuArgAndrew Kelley
2021-05-24make "gnu" (mingw-w64) the default C ABI on WindowsAndrew Kelley
2021-05-23Revert "stage2: add support for zig cc assembler -mcpu option"Andrew Kelley
2021-05-23stage2: fix reference to musl arch nameAndrew Kelley
2021-05-23overhaul elf csu (c-runtime startup) logicMichael Dusan
2021-05-22stage2: omit printing source lines in compile errorsAndrew Kelley
2021-05-21Merge pull request #8837 from ziglang/cc-wasm32-wasiJakub Konka
2021-05-20stage2: fix compile error rendering for hard tabsAndrew Kelley