aboutsummaryrefslogtreecommitdiff
path: root/src/checker.c
Commit message (Expand)AuthorAgeFilesLines
* Fix utf8 stuff, Allow _ in numbers, Begin writing next demo code.Ginger Bill2017-01-271-2/+4
* Library names - Only link with used foreign librariesGinger Bill2017-01-261-58/+73
* Fix pointer differences (issue #11); remove #dll_importGinger Bill2017-01-261-1/+1
* Change casting syntax: `cast(T)x` `transmute(T)x` et al.Ginger Bill2017-01-251-26/+29
* Fix issue #8 - https://github.com/gingerBill/Odin/issues/8Ginger Bill2017-01-201-2/+3
* `using` `immutable` `thread_local` on variable declarationsGinger Bill2017-01-191-3/+7
* Change cast syntax, int(x), []byte(s), (^int)(p)Ginger Bill2017-01-171-0/+8
* Comma for all field separators; Overloaded procedures follow exportation rulesGinger Bill2017-01-171-6/+6
* Best viable overloading procedure algorithm; `no_alias`; call expr style castsGinger Bill2017-01-171-6/+10
* Err on ambiguous overloaded callsGinger Bill2017-01-151-5/+9
* Procedure overloadingGinger Bill2017-01-151-25/+152
* Bug fix: comparisons with shiftsGinger Bill2017-01-151-67/+181
* "Old style" enumsGinger Bill2017-01-081-4/+12
* File reorganization for checker system.Ginger Bill2017-01-071-0/+1580