aboutsummaryrefslogtreecommitdiff
path: root/src/query_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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