Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  Ginger Bill ccda456c0a `foreign` blocks for procedures 8 yıl önce
  Ginger Bill 83bad13e9e Update default field value syntax; Use more declaration groupings 8 yıl önce
  Ginger Bill a8e458339b foreign_library allow for Pascal-style grouping 8 yıl önce
  Ginger Bill 6b5e9aec8e Pascal style declaration grouping with () 8 yıl önce
  Ginger Bill 2ab0d97573 `import` and `import_load` as keywords; Fix procedure literal call trick 8 yıl önce
  Ginger Bill 33eeb58521 Prefix `proc` syntax 8 yıl önce
  Ginger Bill 8fafdb185c Remove := with var and :: with const 8 yıl önce
  Ginger Bill f60c772c11 Make `rune` a basic type and not an alias; Remove `byte` 8 yıl önce
  Ginger Bill 826e05c96e Convert windows.odin to the new naming convention 8 yıl önce
  Ginger Bill 64b5afd820 Fix issue #63 for block comments not terminating at an EOF 8 yıl önce
  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 yıl önce
  Ginger Bill a713e33007 Change interval syntax: .. open range, ..< half-closed range 8 yıl önce
  Ginger Bill f5819eafa9 Fix `map` assignment bug due to growth 8 yıl önce
  Ginger Bill 5916e71d4f Fix slicing bug on dynamic arrays 8 yıl önce
  Ginger Bill aaf355e750 Basic Linux Build! 8 yıl önce
  Ginger Bill 8ce58573df len, cap, make; remove .count, .capacity, new_slice 8 yıl önce
  Ginger Bill 758dd9ba16 Fix overloading bug due to `#import .`; Add sys/wgl.odin 8 yıl önce
  Ginger Bill d1f65097c4 Fix immutable rules; add some general documentation 8 yıl önce
  Ginger Bill e1fdd675ce v0.1.0 8 yıl önce
  Ginger Bill ce3582fd89 Remove case sensitivity for libraries on windows 8 yıl önce
  Ginger Bill e3e16f5d05 Library names - Only link with used foreign libraries 8 yıl önce
  Ginger Bill b59a052e32 Change casting syntax: `cast(T)x` `transmute(T)x` et al. 8 yıl önce
  Ginger Bill 2af9fb79dc Change cast syntax, int(x), []byte(s), (^int)(p) 8 yıl önce
  Ginger Bill ce89a1428e Fix parameter/field lists and #import #include syntax 8 yıl önce
  Ginger Bill 9202bd1b06 Nearly finished Jai-like declarations 8 yıl önce
  Ginger Bill a48e0c7179 Begin transition to Jai-like syntax 8 yıl önce
  Ginger Bill d714bece47 Handle calling conventions correctly 8 yıl önce
  Ginger Bill d0e1efe622 Generic (grouped) declarations: var, let, const, type, import, include 8 yıl önce
  Ginger Bill f5eeecaca5 Begin generic declarations for lists of specifications 8 yıl önce
  Ginger Bill 77e219d442 Change var decl syntax 8 yıl önce