Commit History

Author SHA1 Message Date
  Ginger Bill 9b2f5c359a v0.1.1 8 years ago
  Ginger Bill 047c0e4bcc A decent union type with common fields and variants 8 years ago
  Ginger Bill a94dfdf21d Begin changing `union` syntax 8 years ago
  Ginger Bill c0d5237b75 Unexported struct fields on selectors 8 years ago
  Ginger Bill 6fdcbefe5d Unexported struct fields 8 years ago
  Ginger Bill 3cec2550d9 `delete` for maps 8 years ago
  Ginger Bill 758dd9ba16 Fix overloading bug due to `#import .`; Add sys/wgl.odin 8 years ago
  Ginger Bill 0c37aa9ea0 Fix overloading bug due to comparison of named types 8 years ago
  Ginger Bill d2f9d20833 Change ternary expression precedence 8 years ago
  Ginger Bill 71100ed427 Ternary expression (removed if and block expression) 8 years ago
  Ginger Bill 2722de65b7 Prevent `cast` on pointer to union types 8 years ago
  Ginger Bill 8b5e3428a1 Optional ok for `union_cast` (similar to map indices) 8 years ago
  Ginger Bill d1f65097c4 Fix immutable rules; add some general documentation 8 years ago
  Ginger Bill 74d15ab84b Reimplement `immutable` with different rules. 8 years ago
  Ginger Bill 763cd2649d Fix index assignment rules for indirection 8 years ago
  Ginger Bill 282f8bb06f Fix issue #23 8 years ago
  Ginger Bill e1fdd675ce v0.1.0 8 years ago
  Ginger Bill 4306345ff1 Dynamic array syntax [...]Type; make entities private with a prefix of `_`; fix extension checking 8 years ago
  Ginger Bill 346aa5f71c Only check files that have been truly imported. 8 years ago
  Ginger Bill f18ae89931 Remove Maybe type; Enum `names` 8 years ago
  Ginger Bill 454d0b5cf5 Fix global maps and initialize the preload types before 8 years ago
  Ginger Bill 219ca0ac46 Map type info and fmt printing 8 years ago
  Ginger Bill 8cfae17535 `map` literals 8 years ago
  Ginger Bill df78b8ad3e Make checking map key exists optional 8 years ago
  Ginger Bill f11d73ffaa `map` string keys and `for` iterator 8 years ago
  Ginger Bill c126339090 dynamic `map` insertion and lookup 8 years ago
  Ginger Bill 9f2d9b596d Nearly implement dynamics map, missing insertion 8 years ago
  Ginger Bill 00c7489157 Begin writing dynamic map procs and fix `using` bug in IR 8 years ago
  Ginger Bill b1562edccf Add `types.odin`; Begin work on `map` 8 years ago
  Ginger Bill 2a5b674d33 Custom struct alignment 8 years ago