aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/value.zig
AgeCommit message (Expand)Author
2019-12-08update self-hosted compiler to new format APIAndrew Kelley
2019-11-26solve recursion in self hostedVexu
2019-11-26fixes and cleanup in self hostedVexu
2019-11-24Merge remote-tracking branch 'origin/master' into null-terminated-pointersAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-07self hosted compiler: use enum literalsVexu
2019-11-07self hosted compiler: remove await async patternVexu
2019-06-10std: existing LinkedList is actually a TailQueuedaurnimator
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-04-11Pack big.Int sign and length fieldsMarc Tiehuis
2019-02-14stage2: fix llvm.zig with opaque types back to single-item pointerAndrew 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-07-24self-hosted: function calling another functionAndrew Kelley
2018-07-22self-hosted can compile libc hello worldAndrew Kelley
2018-07-20self-hosted: implicit cast comptime ints to other intsAndrew Kelley
2018-07-19self-hosted: refactor ParsedFile out of existenceAndrew Kelley
2018-07-19self-hosted: progress on IR for supporting libc hello worldAndrew 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-14self-hosted: adding a fn to an llvm moduleAndrew Kelley
2018-07-13self-hosted: basic IR pass2Andrew Kelley
2018-07-12self-hosted: generate zig IR for simple functionAndrew Kelley