Historie revizí

Autor SHA1 Zpráva Datum
  Ginger Bill 66e4aaffc5 Use semicolons as field delimiters in records před 8 roky
  Ginger Bill 4f28e9e1fb Remove `type` prefix declarations před 8 roky
  Ginger Bill 2deb2f8eeb Declaration grouping uses () rather than {}; Fix some problem with compilation on *nix před 8 roky
  Ginger Bill 6a88dc322a Declaration grouping uses braces rather than parentheses před 8 roky
  Ginger Bill 6b5e9aec8e Pascal style declaration grouping with () před 8 roky
  Ginger Bill 0c05fc1432 Prefix `type` and `let` to replace `immutable` před 8 roky
  Ginger Bill 8fafdb185c Remove := with var and :: with const před 8 roky
  Ginger Bill f60c772c11 Make `rune` a basic type and not an alias; Remove `byte` před 8 roky
  Ginger Bill 80c034ec7c Change naming convention from Ada_Like to RustLike před 8 roky
  gingerBill 9637cc5690 Add `#ordered` to the "raw" types in raw.odin před 8 roky
  Ginger Bill cc6282a6e3 Fix alignment and size bug of enums; Remove #ordered and make the default #ordered. před 8 roky
  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;` před 8 roky
  Ginger Bill 67d8f48553 Calling convention, change from bitcast to transmute před 8 roky
  Ginger Bill d7fdd3d7b8 Add raw.odin před 8 roky