aboutsummaryrefslogtreecommitdiff
path: root/src/entity.c
Commit message (Expand)AuthorAgeFilesLines
* v0.1.0v0.1.0Ginger Bill2017-02-111-1/+16
* Dynamic array syntax [...]Type; make entities private with a prefix of `_`; f...Ginger Bill2017-02-111-0/+9
* Only check files that have been truly imported.Ginger Bill2017-02-111-1/+1
* Remove Maybe type; Enum `names`Ginger Bill2017-02-101-0/+1
* Update code from OSX merge to be consistent with the rest of the codeGinger Bill2017-02-011-73/+2
* Merge branch 'master' of https://github.com/zhiayang/Odinzhiayang2017-02-021-0/+2
|\
| * Change internals of `context`; Disable `immutable`Ginger Bill2017-02-011-0/+2
* | oh boy, basic osx/unix supportzhiayang2017-02-021-2/+59
|/
* 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