| 9 years ago | Andrew Kelley | | add integer literal to pointer explicit cast |
| 9 years ago | Andrew Kelley | | readme update |
| 9 years ago | Andrew Kelley | | fix crash when assigning too large value to integer |
| 9 years ago | Andrew Kelley | | fix compile time initialization of array with undefined |
| 9 years ago | Andrew Kelley | | fix sometimes using wrong outer scope for generating defers |
| 9 years ago | Andrew Kelley | | fix behavior for comptime and runtime basic block phi |
| 9 years ago | Andrew Kelley | | fix runtime branching tricking the comptime evaluation |
| 9 years ago | Andrew Kelley | | update cat example code |
| 9 years ago | Andrew Kelley | | printf var args proof of concept |
| 9 years ago | Andrew Kelley | | various fixes |
| 9 years ago | Andrew Kelley | | basic support for functions with variable length arguments |
| 9 years ago | Andrew Kelley | | update charToDigit to take advantage of switch syntax |
| 9 years ago | Andrew Kelley | | mem.free no longer requires explicit type argument |
| 9 years ago | Andrew Kelley | | remove staticEval builtin in favor of comptime expression |
| 9 years ago | Andrew Kelley | | introduce comptime expression |
| 9 years ago | Andrew Kelley | | use comptime instead of inline for var and params |
| 9 years ago | Andrew Kelley | | get rid of zeroes literal |
| 9 years ago | Andrew Kelley | | add test for compile error returning from defer expression |
| 9 years ago | Andrew Kelley | | add test for compile time bool not operator |
| 9 years ago | Andrew Kelley | | ability to equality compare with null |
| 9 years ago | Andrew Kelley | | equality comparison of void types is known at compile time |
| 9 years ago | Andrew Kelley | | implement error when assigning to field of const struct |
| 9 years ago | Andrew Kelley | | add test for short-circuit AND and OR assignment |
| 9 years ago | Andrew Kelley | | Merge branch 'master' into ir-merge |
| 9 years ago | Andrew Kelley | | fix handling of const values for 2d arrays |
| 9 years ago | Andrew Kelley | | fix array of enums. also render debug info for const vars |
| 9 years ago | Andrew Kelley | | fix get_maybe_type not ensuring complete child type |
| 9 years ago | Andrew Kelley | | fix llvm assertion failure for zero bits structs |
| 9 years ago | Andrew Kelley | | fix handling of invalid enumeration |
| 9 years ago | Andrew Kelley | | fix enum codegen and implement comptime switch var on enums |
| 9 years ago | Andrew Kelley | | fix some stuff when llvm has assertions on |
| 9 years ago | Andrew Kelley | | fix some bugs with structs |
| 9 years ago | Andrew Kelley | | fix crash when casting fn call arg |
| 9 years ago | Andrew Kelley | | fix use decl regression |
| 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 |
|