aboutsummaryrefslogtreecommitdiff
path: root/core/raw.odin
Commit message (Expand)AuthorAgeFilesLines
* Parse directories to be packagesgingerBill2018-05-211-49/+0
* Make `any` use `typeid` rather than `^Type_Info`gingerBill2018-05-121-4/+4
* Update core library with `cstring`gingerBill2018-02-281-0/+4
* Revert `map` to be a value type and not a reference typegingerBill2017-12-211-4/+3
* `map` is internally backed by a pointer (i.e. a "reference type")gingerBill2017-12-171-1/+5
* Remove `struct #ordered`gingerBill2017-12-171-5/+5
* Change how abs, min, max, and clamp are implemented for floatsgingerBill2017-12-111-1/+4
* Fix proc groups from import namesgingerBill2017-12-101-1/+13
* New slice memory layout (ptr+len); `byte`gingerBill2017-11-261-1/+0
* Use comma for struct field separators (disallow nesting)Ginger Bill2017-09-211-18/+18
* v0.6.2; Use Ada_Case for typesv0.6.2Ginger Bill2017-08-031-4/+4
* 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