Commit History

Author SHA1 Message Date
  Ginger Bill 6b5e9aec8e Pascal style declaration grouping with () 8 years ago
  Ginger Bill 0c05fc1432 Prefix `type` and `let` to replace `immutable` 8 years ago
  Ginger Bill 8fafdb185c Remove := with var and :: with const 8 years ago
  Ginger Bill f60c772c11 Make `rune` a basic type and not an alias; Remove `byte` 8 years ago
  Ginger Bill 80c034ec7c Change naming convention from Ada_Like to RustLike 8 years ago
  gingerBill 9637cc5690 Add `#ordered` to the "raw" types in raw.odin 8 years ago
  Ginger Bill cc6282a6e3 Fix alignment and size bug of enums; Remove #ordered and make the default #ordered. 8 years ago
  Ginger Bill 784f3ecf7e Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => transmute(T, x); `y:=^x` => `y:=&x;` 8 years ago
  Ginger Bill 67d8f48553 Calling convention, change from bitcast to transmute 8 years ago
  Ginger Bill d7fdd3d7b8 Add raw.odin 8 years ago