| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix #1319 | gingerBill | 2021-11-19 | 1 | -1/+8 | |
| * | Remove `scope` field from `Ast` | gingerBill | 2021-11-14 | 1 | -8/+8 | |
| * | Begin minimizing `Ast` size | gingerBill | 2021-11-14 | 1 | -2/+3 | |
| * | Increase usage of `PtrMap` | gingerBill | 2021-11-05 | 1 | -1/+1 | |
| * | Make llvm backend code use `PtrMap`; remove dead code | gingerBill | 2021-11-05 | 1 | -5/+5 | |
| * | LLVM Code Generator: Add explicitly padding between fields in LLVM struct types | gingerBill | 2021-09-13 | 1 | -2/+1 | |
| * | Begin minimize `Type` size by replacing `Array` with `Slice` etc | gingerBill | 2021-09-13 | 1 | -3/+3 | |
| * | Add extra message to assert | gingerBill | 2021-08-23 | 1 | -1/+2 | |
| * | Remove unused code | gingerBill | 2021-08-19 | 1 | -6/+0 | |
| * | Extra sanity check around `static` | gingerBill | 2021-08-18 | 1 | -4/+11 | |
| * | Unify semantics of the built-in `swizzle` procedure with the selector express... | gingerBill | 2021-08-09 | 1 | -0/+45 | |
| * | Reorganize llvm_backend.cpp into separate files for easier maintenance | gingerBill | 2021-08-07 | 1 | -0/+2233 | |