aboutsummaryrefslogtreecommitdiff
path: root/src/check_stmt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove while loop and readd c-style for loops i.e. all loops are just `for`Ginger Bill2017-01-271-15/+21
* Fix pointer differences (issue #11); remove #dll_importGinger Bill2017-01-261-4/+4
* Change casting syntax: `cast(T)x` `transmute(T)x` et al.Ginger Bill2017-01-251-11/+10
* Fix issue #10Ginger Bill2017-01-201-0/+9
* `using` `immutable` `thread_local` on variable declarationsGinger Bill2017-01-191-60/+64
* `immutable` field prefixGinger Bill2017-01-191-6/+3
* Closed range `...` (both inclusive); Type comparisons with == and !=Ginger Bill2017-01-191-4/+11
* Comma for all field separators; Overloaded procedures follow exportation rulesGinger Bill2017-01-171-12/+6
* Best viable overloading procedure algorithm; `no_alias`; call expr style castsGinger Bill2017-01-171-1/+3
* Procedure overloadingGinger Bill2017-01-151-14/+54
* Bug fix: comparisons with shiftsGinger Bill2017-01-151-8/+7
* File reorganization for checker system.Ginger Bill2017-01-071-0/+1301