aboutsummaryrefslogtreecommitdiff
path: root/core/raw.odin
Commit message (Expand)AuthorAgeFilesLines
* Use semicolons as field delimiters in recordsGinger Bill2017-07-101-13/+13
* Remove `type` prefix declarationsGinger Bill2017-06-281-25/+24
* Declaration grouping uses () rather than {}; Fix some problem with compilatio...Ginger Bill2017-06-171-2/+2
* Declaration grouping uses braces rather than parenthesesGinger Bill2017-06-131-2/+2
* Pascal style declaration grouping with ()Ginger Bill2017-06-121-23/+25
* Prefix `type` and `let` to replace `immutable`Ginger Bill2017-06-121-6/+6
* Remove := with var and :: with constGinger Bill2017-06-121-5/+5
* Make `rune` a basic type and not an alias; Remove `byte`Ginger Bill2017-06-061-1/+1
* Change naming convention from Ada_Like to RustLikeGinger Bill2017-05-281-4/+4
* Add `#ordered` to the "raw" types in raw.odingingerBill2017-05-121-5/+5
* Fix alignment and size bug of enums; Remove #ordered and make the default #or...Ginger Bill2017-05-021-5/+5
* Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...Ginger Bill2017-04-301-1/+1
* Calling convention, change from bitcast to transmuteGinger Bill2017-04-161-2/+2
* Add raw.odinGinger Bill2017-04-091-0/+27