aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted
AgeCommit message (Expand)Author
2019-09-10Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-03changing occurrences of HashMap with []const u8 as keys for StringHashMapSahnvour
2019-08-16Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-08-16implement new async syntax in self-hosted compilerVexu
2019-08-15remove `cancel`Andrew Kelley
2019-08-13avoid the word "coroutine", they're "async functions"Andrew Kelley
2019-07-19remove coroutines implementation and promise typeAndrew Kelley
2019-07-17update zig codebase to llvm 9Andrew Kelley
2019-07-16fixed size of ZigClangAPValue on mingw-w64emekoi
2019-07-15Merge branch 'translate-c-userland' of https://github.com/hryx/zig into hryx-...Andrew Kelley
2019-07-05zig fmt: fix whitespaceAndrew Kelley
2019-07-03Merge branch 'function-sections' of https://github.com/timonkruiper/zig into ...Andrew Kelley
2019-07-02Added ZigLLVMCreateTargetMachine and pass function-sections flagTimon Kruiper
2019-07-02enable segfault stack traces in stage1 compilerAndrew Kelley
2019-07-01Added function-section functionalityTimon Kruiper
2019-06-29Define different struct size for APValue on Windows (thanks @Sahnvour)hryx
2019-06-28Don't return a slice pointing to a deceased stack addresshryx
2019-06-28Fix string literal: not null-terminated (thanks @mikdusan)hryx
2019-06-27Translate IntegralCast; add stage2 test coveragehryx
2019-06-27Use new width format optionhryx
2019-06-27Merge branch 'master' into translate-c-userlandhryx
2019-06-27Separate with space instead of LF to prevent rendering excessive indentationhryx
2019-06-27Create and render big.Int from IntegerLiteral; group BinaryOperatorhryx
2019-06-25Merge pull request #2714 from ziglang/fmt-overhaulMarc Tiehuis
2019-06-24Escape C string literalshryx
2019-06-23transBinaryOperator: Add, Subhryx
2019-06-23transStringLiteralhryx
2019-06-23Observe translate mode in stage2hryx
2019-06-23Merge branch 'master' into translate-c-userlandhryx
2019-06-23Fix order of tokens; omit 'pub' for fn typeshryx
2019-06-22Fix recursive self-referential blockhryx
2019-06-22Translate assignment BinaryOperator statementshryx
2019-06-22Assign undefined literal (instead of null) when no init valuehryx
2019-06-22heap: make one global instance of DirectAllocatorSahnvour
2019-06-21breaking: Add positional, precision and width support to std.fmtMarc Tiehuis
2019-06-10transReturnStmthryx
2019-06-09(broken) local var decls, integer literals (part)hryx
2019-06-10std: existing LinkedList is actually a TailQueuedaurnimator
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-06-08Restore fn decls removed during conflicthryx
2019-06-08Merge branch 'master' into translate-c-userlandhryx
2019-06-08(broken) translate Paren typehryx
2019-06-08transImplictCastExpr: LValueToRValuehryx
2019-06-08transCStyleCastExprhryx
2019-06-07update the default macos version min to 10.14Andrew Kelley
2019-05-30dep tokenizer: run zig fmt and move exports to canonical locationAndrew Kelley
2019-05-30Merge pull request #2182 from mikdusan/issue.2046Andrew Kelley
2019-05-29run zig fmt to update `use` to `usingnamespace`Andrew Kelley
2019-05-29Implement missing clang functions from last commithryx
2019-05-29add review changesMichael Dusan