| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix indexing code gen for multi-pointers | gingerBill | 2021-08-22 | 1 | -1/+1 |
| | | |||||
| * | Fix code gen for compare against `nil` for multi pointers | gingerBill | 2021-08-22 | 1 | -0/+1 |
| | | |||||
| * | Add comparisons to LLVM backend for multi pointers | gingerBill | 2021-08-21 | 1 | -0/+1 |
| | | |||||
| * | Add multi-pointer types `[^]T` | gingerBill | 2021-08-21 | 1 | -0/+55 |
| | | |||||
| * | Remove unused code | gingerBill | 2021-08-19 | 1 | -10/+1 |
| | | |||||
| * | Make `or_else` and `or_return` operators (binary and suffix respectively) | gingerBill | 2021-08-15 | 1 | -0/+8 |
| | | |||||
| * | Unify semantics of the built-in `swizzle` procedure with the selector ↵ | gingerBill | 2021-08-09 | 1 | -0/+56 |
| | | | | | expression semantics e.g. `.xyz` | ||||
| * | Reorganize llvm_backend.cpp into separate files for easier maintenance | gingerBill | 2021-08-07 | 1 | -0/+3630 |