Commit History

Author SHA1 Message Date
  Ginger Bill 9b2f5c359a v0.1.1 8 years ago
  Ginger Bill a982c51c30 Fix minor bugs in IR for slices 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 9ff474f387 Named return values but do not affect other declarations 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 3ecf3505fd Ignore previous silly commit :P I shouldn't have move it 8 years ago
  Ginger Bill daa1cd55a1 Move error handling for casting 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 bd27c24fab Use a global to store the build context information 8 years ago
  Ginger Bill 282f8bb06f Fix issue #23 8 years ago
  Ginger Bill b9ed546ce0 Record type field `names` 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 73d6a55f5c Remove need for `type` keyword 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 5796c41357 `map` immutable fields: count, capacity, allocator 8 years ago