aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/scope.zig
AgeCommit message (Expand)Author
2019-11-07self hosted compiler: use enum literalsVexu
2019-11-07self hosted compiler: update to new std.eventVexu
2019-04-26self-hosted translate-c emits a hello world ASTAndrew Kelley
2019-02-14fix implicit cast error unions with non-optional to optional pointerAndrew Kelley
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-08-03self-hosted: watch files and trigger a rebuildAndrew Kelley
2018-08-02WIP: Channel.getOrNullAndrew Kelley
2018-07-24self-hosted: function calling another functionAndrew Kelley
2018-07-23self-hosted: fix error messages not cleaning up correctlyAndrew Kelley
2018-07-22self-hosted can compile libc hello worldAndrew Kelley
2018-07-19self-hosted: refactor ParsedFile out of existenceAndrew Kelley
2018-07-18self-hosted: compile errors for return in wrong placeAndrew Kelley
2018-07-16self-hosted: create tmp dir for .o files and emit .o file for fnAndrew Kelley
2018-07-15self-hosted: generate LLVM IR for simple functionAndrew Kelley
2018-07-14rename Module to CompilationAndrew Kelley
2018-07-12self-hosted: generate zig IR for simple functionAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley