| 9 years ago | Andrew Kelley | | IR: fix array concatenation |
| 9 years ago | Andrew Kelley | | IR: implement macro for function aliasing function pointer |
| 9 years ago | Andrew Kelley | | pass some parseh tests |
| 9 years ago | Andrew Kelley | | pass more tests |
| 9 years ago | Andrew Kelley | | fix some tests |
| 9 years ago | Andrew Kelley | | better error message for unable to eval const expr |
| 9 years ago | Andrew Kelley | | fix a few tests |
| 9 years ago | Andrew Kelley | | IR: implement error for missing or extra switch prongs |
| 9 years ago | Andrew Kelley | | partially fix parseh command |
| 9 years ago | Andrew Kelley | | pass division by zero test |
| 9 years ago | Andrew Kelley | | pass unnecessary if statement test |
| 9 years ago | Andrew Kelley | | fix unable to eval const expr test case |
| 9 years ago | Andrew Kelley | | fix some tests |
| 9 years ago | Andrew Kelley | | don't try to eval extern functions at compile time |
| 9 years ago | Andrew Kelley | | pass conflicting variable name test |
| 9 years ago | Andrew Kelley | | add compile error for initializing struct with non struct type |
| 9 years ago | Andrew Kelley | | don't mark call instruction as generated |
| 9 years ago | Andrew Kelley | | pass more tests |
| 9 years ago | Andrew Kelley | | pass more tests by updating expected error messages |
| 9 years ago | Andrew Kelley | | pass array access compile error tests |
| 9 years ago | Andrew Kelley | | pass cannot assign to constant test |
| 9 years ago | Andrew Kelley | | fix compiler rt |
| 9 years ago | Andrew Kelley | | pass unreachable variable test |
| 9 years ago | Andrew Kelley | | pass undeclared identifier test |
| 9 years ago | Andrew Kelley | | self hosted tests import std library |
| 9 years ago | Andrew Kelley | | fix hash map implementation |
| 9 years ago | Andrew Kelley | | fix mul and sub overflow ops being rendered as addition |
| 9 years ago | Andrew Kelley | | containers created during eval get names for parameters |
| 9 years ago | Andrew Kelley | | fix mem.sliceAsInt regression |
| 9 years ago | Andrew Kelley | | IR: pass MT19937_64 test |
| 9 years ago | Andrew Kelley | | IR: add unreachable code compiler error |
| 9 years ago | Andrew Kelley | | fix debug information for function pointers in structs |
| 9 years ago | Andrew Kelley | | IR: std library passes codegen |
| 9 years ago | Andrew Kelley | | IR: std makes it to codegen |
| 9 years ago | Andrew Kelley | | IR: progress toward compiling standard library |
| 9 years ago | Andrew Kelley | | IR: implement binary not instruction |
| 9 years ago | Andrew Kelley | | IR: add error for goto jumping over variable declaration |
| 9 years ago | Andrew Kelley | | eradicate use of zeroes in std |
| 9 years ago | Andrew Kelley | | IR: handle phi instruction with 0 resulting incoming values |
| 9 years ago | Andrew Kelley | | IR: better basic block dependency detection |
| 9 years ago | Andrew Kelley | | IR: error for returning from defer expression |
| 9 years ago | Andrew Kelley | | rename self_hosted3 to self_hosted |
| 9 years ago | Andrew Kelley | | IR: pass genericFnWithImplicitCast test |
| 9 years ago | Andrew Kelley | | IR: pass pointerToVoidReturnType test |
| 9 years ago | Andrew Kelley | | IR: pass passSliceOfEmptyStructToFn test |
| 9 years ago | Andrew Kelley | | IR: pass castSliceToU8Slice test |
| 9 years ago | Andrew Kelley | | IR: pass intToEnum test |
| 9 years ago | Andrew Kelley | | IR: pass cStringConcatenation test |
| 9 years ago | Andrew Kelley | | IR: pass pointerComparison test |
| 9 years ago | Andrew Kelley | | IR: pass intToPtrCast test |
|