aboutsummaryrefslogtreecommitdiff
path: root/src/entity.c
Commit message (Expand)AuthorAgeFilesLines
* Library names - Only link with used foreign librariesGinger Bill2017-01-261-0/+15
* Change casting syntax: `cast(T)x` `transmute(T)x` et al.Ginger Bill2017-01-251-1/+3
* `using` `immutable` `thread_local` on variable declarationsGinger Bill2017-01-191-6/+7
* `immutable` field prefixGinger Bill2017-01-191-2/+2
* Comma for all field separators; Overloaded procedures follow exportation rulesGinger Bill2017-01-171-2/+3
* Best viable overloading procedure algorithm; `no_alias`; call expr style castsGinger Bill2017-01-171-0/+1
* Procedure overloadingGinger Bill2017-01-151-4/+11
* "Old style" enumsGinger Bill2017-01-081-3/+0
* File reorganization for checker system.Ginger Bill2017-01-071-0/+190