Histórico de commits

Autor SHA1 Mensagem Data
  Ginger Bill f60c772c11 Make `rune` a basic type and not an alias; Remove `byte` 8 anos atrás
  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 anos atrás
  Ginger Bill 54ea70df98 Fix issues #50 and #55 8 anos atrás
  Ginger Bill a713e33007 Change interval syntax: .. open range, ..< half-closed range 8 anos atrás
  Ginger Bill 8ce58573df len, cap, make; remove .count, .capacity, new_slice 8 anos atrás
  Ginger Bill 3c9143957c Ellipsis is now just `..`; Remove half-closed range operator and treat all of them as half-closed; slice expression uses `..`; 8 anos atrás
  Ginger Bill c59f6b7d0b ++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~ on 64 bit constants; Fix integer casts from smaller to larger size 8 anos atrás