| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix #1120 code generation | gingerBill | 2021-09-08 | 1 | -5/+52 | |
| * | Fix code gen bug for slicing multi pointers | gingerBill | 2021-09-08 | 1 | -1/+4 | |
| * | 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 express... | gingerBill | 2021-08-09 | 1 | -0/+56 | |
| * | Reorganize llvm_backend.cpp into separate files for easier maintenance | gingerBill | 2021-08-07 | 1 | -0/+3630 | |