aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted
AgeCommit message (Expand)Author
2020-03-28zig cc: Add support for -zRyan Liptak
2020-03-27zig cc: Add support for -Xlinker, --for-linker, --for-linker=Ryan Liptak
2020-03-27Merge pull request #4827 from ziglang/zig-cppAndrew Kelley
2020-03-27initial support of response filesAndrew Kelley
2020-03-27windows: don't hard-code forward-slash pathsMichael Dusan
2020-03-27Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-27zig c++: get it working with musl and mingw-w64Andrew Kelley
2020-03-26ability to compile c++ hello world with `zig c++`Andrew Kelley
2020-03-25improved handling of native system directoriesAndrew Kelley
2020-03-25Merge pull request #4811 from mikdusan/fix4634Michael Dusan
2020-03-25zig cc: add detection for `-###`Andrew Kelley
2020-03-25self-hosted: use fs.selfExePathAllocMichael Dusan
2020-03-25zig cc: support -T linker script optionAndrew Kelley
2020-03-24Merge remote-tracking branch 'origin/llvm10'Andrew Kelley
2020-03-23Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-23Merge pull request #4741 from momumi/masterAndrew Kelley
2020-03-22riscv: add -mrelax arg for C to work around upstream issueAndrew Kelley
2020-03-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-23minor fixes and more tests for _ separatorsmomumi
2020-03-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-22update parsing of int literals in self-hostedmomumi
2020-03-21zig cc: detect optimization and debug flagsAndrew Kelley
2020-03-21zig cc: better support for the preprocessor option (-E)Andrew Kelley
2020-03-21rename "passthrough" → "driver_punt"Michael Dusan
2020-03-21zig cc improvementsAndrew Kelley
2020-03-21ability to use `zig cc` as a drop-in C compilerAndrew Kelley
2020-03-20glibc: include ld symbols and proper soname for ldAndrew Kelley
2020-03-19Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-19improve std lib code for the new semanticsAndrew Kelley
2020-03-19fixes in semantic analysis needed to support this featureAndrew Kelley
2020-03-18fix swapped logic for WindowsAndrew Kelley
2020-03-18(breaking) clarify openDir APIAndrew Kelley
2020-03-17clean up some self-hosted bitrot + don't assume libstdc++Andrew Kelley
2020-03-13Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-13fix all the TODOs from the pull requestAndrew Kelley
2020-03-13Merge branch 'format-stream' of https://github.com/fengb/zig into fengb-forma...Andrew Kelley
2020-03-12Merge pull request #4720 from Vexu/translate-cAndrew Kelley
2020-03-12Remove unused static_crt_dir field from libc configdaurnimator
2020-03-12Replace fmt with new fmtstreamBenjamin Feng
2020-03-12Migrate last vestiges of fmtBenjamin Feng
2020-03-12Convert fmt.bufPrint / fmt.allocPrintBenjamin Feng
2020-03-12Convert translate-c to fmtstreamBenjamin Feng
2020-03-12translate-c fix order of tokensVexu
2020-03-12translate-c treat c bools as intsVexu
2020-03-12fix `zig targets` not reporting native infoAndrew Kelley
2020-03-11fix zig-cache to treat cpu-features as raw-bytesMichael Dusan
2020-03-11parse CPU features when --target is nullMichael Dusan
2020-03-10fix stage2 lib on windowsAndrew Kelley
2020-03-10(breaking) improve and simplify fixed buffer streams APIAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley