aboutsummaryrefslogtreecommitdiff
path: root/core/c/c.odin
Commit message (Expand)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-4/+4
* Rename architecture `386` to `i386`gingerBill2022-01-151-1/+1
* add schar to core:c and core:c/libcTyler Erickson2022-01-041-0/+2
* Add other constants to c and libcgingerBill2021-09-101-0/+8
* Change defaults of `c.int_fast16_t` on other platformsgingerBill2021-09-101-2/+2
* libc changes: unify c and libc types; Add `[^]T` where appropriategingerBill2021-09-101-31/+92
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-1/+1
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-27/+27
* `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