Commit történet

Szerző SHA1 Üzenet Dátum
  Ginger Bill ec9c8fb8a4 Update README.md 8 éve
  Ginger Bill 3e79ec4aef Fix untyped to `any` assignments. Fixed crash when arguments with no value are passed 8 éve
  gingerBill 3e257ef8d0 Merge pull request #12 from thebirk/windows-odin-correction 8 éve
  thebirk 626f91f307 Changed #foreign user32 to gdi32 where this was wrong. 8 éve
  Ginger Bill e86c990b75 Overloaded `free`; 3 dotted ellipsis 8 éve
  Ginger Bill 31aacd5bf4 Fix parsing for block/if expression within if/for/etc. statements 8 éve
  Ginger Bill 92453369c5 Remove while loop and readd c-style for loops i.e. all loops are just `for` 8 éve
  Ginger Bill 832009f33a `in` keyword for `for` and `match type` 8 éve
  Ginger Bill d3d3bfd455 Fix utf8 stuff, Allow _ in numbers, Begin writing next demo code. 8 éve
  Ginger Bill ce3582fd89 Remove case sensitivity for libraries on windows 8 éve
  Ginger Bill e3e16f5d05 Library names - Only link with used foreign libraries 8 éve
  Ginger Bill f47f25f942 Fix pointer differences (issue #11); remove #dll_import 8 éve
  Ginger Bill e85458919c Basic float printing 8 éve
  Ginger Bill b59a052e32 Change casting syntax: `cast(T)x` `transmute(T)x` et al. 8 éve
  Ginger Bill 12498b2d39 Fix issue #8 - https://github.com/gingerBill/Odin/issues/8 8 éve
  Ginger Bill 6d93aa429f Fix issue #10 8 éve
  Ginger Bill 3f023509a7 `using` `immutable` `thread_local` on variable declarations 8 éve
  Ginger Bill 563b1e2b28 `immutable` field prefix 8 éve
  Ginger Bill 4603d2525e Closed range `...` (both inclusive); Type comparisons with == and != 8 éve
  Ginger Bill 2af9fb79dc Change cast syntax, int(x), []byte(s), (^int)(p) 8 éve
  Ginger Bill 367d307dc4 Fix conversion of untyped integers to pointers 8 éve
  Ginger Bill cb59c1cf08 Comma for all field separators; Overloaded procedures follow exportation rules 8 éve
  Ginger Bill 383f5b55ad Best viable overloading procedure algorithm; `no_alias`; call expr style casts 8 éve
  Ginger Bill 6dc6b6f8aa Err on ambiguous overloaded calls 8 éve
  Ginger Bill ac736aa4ec Procedure overloading 8 éve
  Ginger Bill 6fe25badf0 Bug fix: comparisons with shifts 8 éve
  Ginger Bill c29d433e38 Handle enums correctly with printf 8 éve
  Ginger Bill ff473e8342 "Old style" enums 8 éve
  Ginger Bill 659e5359b2 fmt.printf - Go style due to runtime type safety 8 éve
  Ginger Bill d9ce0b9da0 File reorganization for checker system. 8 éve