aboutsummaryrefslogtreecommitdiff
path: root/src/query_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code in the compilergingerBill2022-12-181-1030/+0
* `gb_internal` to docs and other auxiliary filesgingerBill2022-12-181-23/+23
* Replace compiler for loops for the hash-table types to simplify code usagegingerBill2022-12-091-4/+4
* Change the implementation of `Arena` to use virtual memory, and remove the ol...gingerBill2021-08-261-4/+1
* Remove unused codegingerBill2021-08-191-1/+1
* Minimize TokenPos size by using `i32` for line/column/offset and file_id inst...gingerBill2021-03-041-3/+3
* Remove `#opaque` typesgingerBill2021-02-231-1/+0
* Remove `bit_field` type from Odin (keyword and dead runtime code still exists)gingerBill2021-02-191-2/+0
* Simplify compiler's `Map` and create a `StringMap` specifically for stringsgingerBill2020-04-131-2/+2
* Pedantic conversions on query datagingerBill2019-05-291-18/+18
* Fixes to ABIgingerBill2019-05-291-1/+1
* -go-to-definitions (OGTD file format)gingerBill2019-05-261-0/+675
* odin querygingerBill2019-05-251-0/+361