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
/
test
/
stage2
Age
Commit message (
Expand
)
Author
2020-08-18
stage2 codegen: proper abstraction for re-using dying operands
Andrew Kelley
2020-08-18
Merge pull request #6086 from Vexu/stage2
Andrew Kelley
2020-08-19
stage2/wasm: implement function calls
Isaac Freund
2020-08-18
stage2: fix use-after-free when printing ZIR
Andrew Kelley
2020-08-18
stage2: character literals and multiline strings
Vexu
2020-08-18
stage2/wasm: add basic test cases
Isaac Freund
2020-08-17
stage2 test harness: at least build all compare output tests
Andrew Kelley
2020-08-15
stage2: codegen for labeled blocks
Andrew Kelley
2020-08-14
stage2: proper semantic analysis of improper returning of implicit void
Andrew Kelley
2020-08-13
stage2: implement while loops (bool condition)
Andrew Kelley
2020-08-13
stage2: split unwrap_optional to safe and unsafe verions
Vexu
2020-08-13
stage2: implement unwrap optional
Vexu
2020-08-12
CBE: fix handling of IR dependencies
Noam Preil
2020-08-12
CBE: Sorta working intcasts?
Noam Preil
2020-08-12
CBE: support unreachable on GCC
Noam Preil
2020-08-12
CBE: working parameters
Noam Preil
2020-08-12
CBE: Use zig_noreturn instead of noreturn to avoid namespace conflict
Noam Preil
2020-08-08
stage2: fix crash on empty source file
Andrew Kelley
2020-08-04
stage2 tests: support the -Denable-qemu options and friends
Andrew Kelley
2020-08-04
stage2: riscv test case
pfg
2020-08-04
stage2: starting on a riscv64 backend
pfg
2020-07-29
stage2: register-aliasing-aware codegen
Andrew Kelley
2020-07-27
stage2: implement integer return values
Andrew Kelley
2020-07-24
Restructured arithmetic operations
Luuk de Gram
2020-07-24
Fixed test case
Luuk de Gram
2020-07-24
Stage2: Add support for substraction
Luuk de Gram
2020-07-23
self-hosted: AST flattening, astgen improvements, result locations, and more
Andrew Kelley
2020-07-21
stage2: ability for ZIR to map multiple tags to the same type
Andrew Kelley
2020-07-20
stage2: register allocator processes operand deaths
Andrew Kelley
2020-07-20
stage2: fix implementation of liveness operandDies()
Andrew Kelley
2020-07-20
stage2: implement register copying
Andrew Kelley
2020-07-14
stage2: implement enough for assert() function to codegen
Andrew Kelley
2020-07-13
stage2: add new test case
Andrew Kelley
2020-07-13
stage2: add retvoid support to CBE
Andrew Kelley
2020-07-13
Get basic return test working
Noam Preil
2020-07-08
CBE: Emit asm decls for now, but rename to make them valid
Noam Preil
2020-07-07
CBE: Move standards determination to generated code
Noam Preil
2020-07-07
CBE: working asm Inputs and Outputs; std{int,def}.h auto-inclusion
Noam Preil
2020-07-07
CBE: Working function call w/ no args or return value
Noam Preil
2020-07-07
Working translation of empty function
Noam Preil
2020-07-07
CBE skeleton
Noam Preil
2020-07-07
Stage2: Refactor in preparation for C backend
Noam Preil
2020-07-04
stage2: add and @as tests
pfg
2020-06-27
Disable test
Noam Preil
2020-06-27
Stage2: remove clearErrors, fix ZIR export collision detection
Noam Preil
2020-06-26
Stage2/Testing: Simply incremental compilation tests
Noam Preil
2020-06-26
Stage2: handle missing function names
Noam Preil
2020-06-26
Stage2: function redefinition detection for Zig code
Noam Preil
2020-06-26
Stage2: exported symbol collision detection
Noam Preil
2020-06-26
Stage2/Testing: Add convenience wrappers
Noam Preil
[prev]
[next]