Commit History

Author SHA1 Message Date
  Ginger Bill a06f70d5d9 Better `using`; foreign system libraries; optional semicolons 9 years ago
  Ginger Bill 0eaf7bd830 Begin "Everything's a namespace" 9 years ago
  Ginger Bill 593563d8ea new, new_slice, delete 9 years ago
  Ginger Bill ae75ab169b Pointer arithmetic builtin procedures 9 years ago
  Ginger Bill 3a189b9c1c Save before Demo 001 9 years ago
  Ginger Bill d2c64be85c `using` on struct/union fields 9 years ago
  Ginger Bill 6bd898e552 Untagged (unsafe) unions and unambiguous in|postfix notation. 9 years ago
  gingerBill 975705f1fc Infix and Postfix procedure calls 9 years ago
  gingerBill aaecb18c8f Fix procedure's scope 9 years ago
  gingerBill 81c592b5e9 Integer Enumerations 9 years ago
  gingerBill 680274b6f1 Implicit Context and #thread_local 9 years ago
  gingerBill ddb15e73c0 Remove print(ln) and fix swizzle 9 years ago
  Ginger Bill f931b089d5 print_(f32|f64) 9 years ago
  gingerBill 6f9d11b381 Remove scalar*vector; swizzle; broadcast 9 years ago
  gingerBill c4fe2ace05 Fix Scoping of proc type decls 9 years ago
  gingerBill 9e61e3beee field = value, for structure literals 9 years ago
  gingerBill e8530ca883 Win32 Demo: OpenGL Context 9 years ago
  gingerBill 6f7f82d877 Merge branch 'master' of http://git.handmadedev.org/gingerbill/Odin 9 years ago
  gingerBill 74e02760ca Win32 Window Test 9 years ago
  gingerBill 0dd17fe843 Win32 Window Test 9 years ago
  gingerBill 50fd9548b9 Win32 test 9 years ago
  gingerBill 3ed75b22a3 string comparisons 9 years ago
  gingerBill 0edae8c848 Vector index works with booleans now. 9 years ago
  gingerBill b44bc99b88 append :: proc(s: ^[]T, i: T) -> bool 9 years ago
  gingerBill ee00236412 expr as type; {N}bool is still causing problems 9 years ago
  gingerBill c10b46af9f Compound Literals - struct, array, slice, vector 9 years ago
  gingerBill 19cc77dad3 Code generation for procedure literals 9 years ago
  gingerBill 4c467b118d copy(...) 9 years ago
  gingerBill 153c27c755 Tuple support in codegen 9 years ago
  gingerBill c930841f83 f16/f128,u|i128, basic vector support. 9 years ago