| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove dead code in the compiler | gingerBill | 2022-12-18 | 1 | -1030/+0 |
| | | |||||
| * | `gb_internal` to docs and other auxiliary files | gingerBill | 2022-12-18 | 1 | -23/+23 |
| | | |||||
| * | Replace compiler for loops for the hash-table types to simplify code usage | gingerBill | 2022-12-09 | 1 | -4/+4 |
| | | |||||
| * | Change the implementation of `Arena` to use virtual memory, and remove the ↵ | gingerBill | 2021-08-26 | 1 | -4/+1 |
| | | | | | old gbArena code | ||||
| * | Remove unused code | gingerBill | 2021-08-19 | 1 | -1/+1 |
| | | |||||
| * | Minimize TokenPos size by using `i32` for line/column/offset and file_id ↵ | gingerBill | 2021-03-04 | 1 | -3/+3 |
| | | | | | | | instead of `String` To make `i32` safe, the parser limits the file size of odin files to a maximum of 2GiB (which will be good enough for the vast vast majority of cases) | ||||
| * | 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 |
| Output .json file containing information about the program | |||||