| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change the implementation of `Arena` to use virtual memory, and remove the ol... | gingerBill | 2021-08-26 | 1 | -4/+1 |
| * | Remove unused code | gingerBill | 2021-08-19 | 1 | -1/+1 |
| * | Minimize TokenPos size by using `i32` for line/column/offset and file_id inst... | gingerBill | 2021-03-04 | 1 | -3/+3 |
| * | Remove `#opaque` types | gingerBill | 2021-02-23 | 1 | -1/+0 |
| * | Remove `bit_field` type from Odin (keyword and dead runtime code still exists) | gingerBill | 2021-02-19 | 1 | -2/+0 |
| * | Simplify compiler's `Map` and create a `StringMap` specifically for strings | gingerBill | 2020-04-13 | 1 | -2/+2 |
| * | Pedantic conversions on query data | gingerBill | 2019-05-29 | 1 | -18/+18 |
| * | Fixes to ABI | gingerBill | 2019-05-29 | 1 | -1/+1 |
| * | -go-to-definitions (OGTD file format) | gingerBill | 2019-05-26 | 1 | -0/+675 |
| * | odin query | gingerBill | 2019-05-25 | 1 | -0/+361 |