aboutsummaryrefslogtreecommitdiff
path: root/src/common.c
Commit message (Collapse)AuthorAgeFilesLines
* Build as C++Ginger Bill2017-06-081-262/+0
|
* Fix key generation for constant strings in IRGinger Bill2017-06-051-0/+10
|
* Allow 128 bit map keysGinger Bill2017-06-051-0/+1
|
* Use 128-bit integers for ExactValue integersGinger Bill2017-05-301-0/+1
|
* Fix issue #51; begin work on `atomic` typesGinger Bill2017-04-281-0/+88
|
* Continue work on custom SSA; Fix double declaration in `when` statementsGinger Bill2017-04-211-1/+5
|
* Basic Linux Build!Ginger Bill2017-04-091-0/+1
|
* Add Quaternions: quaternion128, quaternion256Ginger Bill2017-04-011-0/+6
|
* Fix immutable rules; add some general documentationGinger Bill2017-02-141-0/+3
| | | | immutable is still a little weird and not completely what you'd expect. Maybe just not having it is better.
* Dynamic array syntax [...]Type; make entities private with a prefix of `_`; ↵Ginger Bill2017-02-111-0/+1
| | | | fix extension checking
* Change casting syntax: `cast(T)x` `transmute(T)x` et al.Ginger Bill2017-01-251-0/+11
|
* Fix preload initialization orderingGinger Bill2016-12-041-16/+0
|
* Change entity collection strategyGinger Bill2016-12-031-49/+0
|
* #rune "" to ''; Remove infix and postfix call notationGinger Bill2016-11-281-7/+13
|
* Numpty forgot to add .c filesGinger Bill2016-11-231-0/+195