aboutsummaryrefslogtreecommitdiff
path: root/core/c
Commit message (Expand)AuthorAgeFilesLines
* Replace usage of `inline proc` with `#force_inline proc` in the core librarygingerBill2021-02-231-1/+1
* Update c/frontend/preprocessorgingerBill2021-01-062-1/+13
* Remove unused import from doc.odingingerBill2021-01-021-2/+2
* Clean up doc.odingingerBill2021-01-021-4/+3
* Add packages "core:c/frontend/tokenizer" and "core:c/frontend/preprocessor"gingerBill2021-01-028-0/+2732
* `x if cond else y` and `x when cond else y` expressionsgingerBill2020-03-051-3/+3
* Fix typo in `package utf8`; add `wchar_t` to `package c`gingerBill2019-10-271-0/+2
* Add error message for when trying to assign a type to a variable.gingerBill2019-03-221-3/+2
* Clean up import lookup codegingerBill2018-06-171-23/+24
* Allow for either .odin file or directory as the initial startgingerBill2018-05-271-11/+4
* Parse directories to be packagesgingerBill2018-05-211-0/+40