aboutsummaryrefslogtreecommitdiff
path: root/core/c
Commit message (Expand)AuthorAgeFilesLines
* Updated comment for Windows version of setjmp.mv/libc-errorsvassvik2021-08-281-2/+13
* Add core:c/libc testsvassvik2021-08-281-0/+50
* Fix runtime crash for setjmp in Windows related to an hidden second argument ...vassvik2021-08-281-8/+27
* Fix core:c/libc Windows compilation errors by linking to the right libraries.vassvik2021-08-2814-17/+73
* cleanupDale Weiler2021-08-2218-21/+19
* libc projectionDale Weiler2021-08-2218-0/+1880
* Core library clean up: Make range expressions more consistent and replace use...gingerBill2021-06-143-12/+12
* 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