| 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 |
| 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 |
|