index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src-self-hosted
/
value.zig
Age
Commit message (
Expand
)
Author
2020-06-08
stage2: -femit-zir respects decl names and supports cycles
Andrew Kelley
2020-05-28
stage2: handle deletions and better dependency resolution
Andrew Kelley
2020-05-15
move Module to its own file
Andrew Kelley
2020-05-14
self-hosted: fix codegen and resolve some analysis bugs
Andrew Kelley
2020-05-13
self-hosted: fix compile errors, except for codegen.zig
Andrew Kelley
2020-05-12
self-hosted: ir: implement separated analysis of Decl and Fn
Andrew Kelley
2020-05-12
self-hosted: rework the memory layout of ir.Module and related types
Andrew Kelley
2020-05-10
rework self-hosted compiler for incremental builds
Andrew Kelley
2020-05-01
rework std.math.big.Int
Andrew Kelley
2020-05-01
ZIR: implement return instruction
Andrew Kelley
2020-05-01
ZIR: add cmp and condbr instructions
Andrew Kelley
2020-04-26
ir: elemptr and add instructions
Andrew Kelley
2020-04-23
basics of writing ELF and machine code generation
Andrew Kelley
2020-04-22
ir: improve ZIR emission enough to emit hello world
Andrew Kelley
2020-04-22
emit zir skeleton
Andrew Kelley
2020-04-21
ir: analyze asm instruction
Andrew Kelley
2020-04-21
ir: analyze deref instruction
Andrew Kelley
2020-04-21
ir: analyze fieldptr instruction
Andrew Kelley
2020-04-21
ir: analyze int casting
Andrew Kelley
2020-04-21
ir: analyze int instruction
Andrew Kelley
2020-04-21
ir: analyze fntype instruction
Andrew Kelley
2020-04-21
ir: analysis of fn instruction
Andrew Kelley
2020-04-21
ir: analyze str instruction
Andrew Kelley
2020-04-21
ir: semantic analysis skeleton
Andrew Kelley
2020-04-19
ir: nice rendering of string literal constants
Andrew Kelley
2020-04-19
ir: rendering skeleton
Andrew Kelley
2020-04-19
ir: parse types
Andrew Kelley
2020-04-19
rework types and values data layout
Andrew Kelley
2020-04-19
beginnings of zig ir parser
Andrew Kelley
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2019-12-08
update self-hosted compiler to new format API
Andrew Kelley
2019-11-26
solve recursion in self hosted
Vexu
2019-11-26
fixes and cleanup in self hosted
Vexu
2019-11-24
Merge remote-tracking branch 'origin/master' into null-terminated-pointers
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-07
self hosted compiler: use enum literals
Vexu
2019-11-07
self hosted compiler: remove await async pattern
Vexu
2019-06-10
std: existing LinkedList is actually a TailQueue
daurnimator
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-04-11
Pack big.Int sign and length fields
Marc Tiehuis
2019-02-14
stage2: fix llvm.zig with opaque types back to single-item pointer
Andrew Kelley
2019-02-14
fix implicit cast error unions with non-optional to optional pointer
Andrew Kelley
2019-02-03
`std.mem.Allocator.create` replaced with better API
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-07-24
self-hosted: function calling another function
Andrew Kelley
2018-07-22
self-hosted can compile libc hello world
Andrew Kelley
2018-07-20
self-hosted: implicit cast comptime ints to other ints
Andrew Kelley
2018-07-19
self-hosted: refactor ParsedFile out of existence
Andrew Kelley
[next]