aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
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
2021-05-20cc,wasi: do not add stack protectorJakub Konka
2021-05-20wasm: link dynamically by default when targeting wasmJakub Konka
2021-05-20cc,wasi: link compiled WASI libc with wasm-ldJakub Konka
2021-05-20wasi,cc: fix naming and add stubs for buildingJakub Konka
2021-05-19stage2: only default to linking system libc if linking system libsIsaac Freund
2021-05-18stage2: fix deletion of Decls that get re-referencedAndrew Kelley
2021-05-17stage2: get rid of NameHashAndrew Kelley
2021-05-17stage2: get rid of failed_root_src_fileAndrew Kelley
2021-05-17stage2: add some debug logs for when link functions are calledAndrew Kelley
2021-05-16stage2: fix error message coloringAndrew Kelley
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-15stage2: omit Decl compile errors from failed AstGen filesAndrew Kelley
2021-05-15stage2: make failure to find native libc verboseIsaac Freund