Commit History

Author SHA1 Message Date
  gingerBill 00c0ce45b3 Fix bug with `clamp` 6 years ago
  gingerBill ab0afa548b Fix ||= and &&= 6 years ago
  gingerBill ea1690b7a1 Improve type inference for variadic parameters 6 years ago
  gingerBill a5ff983266 Fix parapoly related bugs #370 6 years ago
  gingerBill 56c4039e72 `#load` directive (request from #368) (Basic implementation) 6 years ago
  gingerBill 7580ec494b Disallow ambiguous singularly variadic polymorphic parameters #361 6 years ago
  gingerBill a137a06b00 Allow implicit selectors to unions with only one enum variant 6 years ago
  gingerBill 0e1cfa5a0a Disallow casting to and from cstring/pointers 6 years ago
  gingerBill bdab5e00da Minor code clean up 6 years ago
  gingerBill 5c04800831 Add type inference to index expressions for maps 6 years ago
  gingerBill c67ea97845 Add implicit selector expressions for in/notin 6 years ago
  gingerBill ad3b6ab718 Implicit Selector Expressions: `.A` 6 years ago
  gingerBill e551d2b25e Replace `foreign export {}` with `@export` 6 years ago
  gingerBill 4c51384ad6 `intrinsics.vector` type (Experimental) 6 years ago
  gingerBill f917935f9d Disallow compound literals for `struct #raw_union` (fix) 6 years ago
  gingerBill ebaf48c07d Fix subtyping rules for heavily nested `using` in structs 6 years ago
  gingerBill 345e790f52 Remove dead code 6 years ago
  gingerBill 7c982b6e10 min & max for types 6 years ago
  gingerBill b504d6e12a `notin` operator 6 years ago
  gingerBill 34b6486361 Fix constant out of bounds bug 6 years ago
  gingerBill 1ce90b2166 Remove weird bit_set shorthand; Add extra type hinting 6 years ago
  gingerBill 9d6666f333 Disallow casting between `cstring` and `[]u8` 6 years ago
  gingerBill b7eebe5d00 Fix polymorphic record types with constant value parameters 6 years ago
  gingerBill 57d4333ed3 Fix polymorphic procedure generation with debug information 6 years ago
  gingerBill 26f11f12ab Fix polymorphic type parameter argument count checking #298 6 years ago
  gingerBill b54c35639b Fix issue with mixture of named and unnamed parameters for a struct literal 6 years ago
  gingerBill 4205f0f0b1 Remove dummy testing code 6 years ago
  gingerBill bd62bceca6 Fix BigInt normalization issue #293 6 years ago
  gingerBill 28583bfff8 Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (raises warning currently) 6 years ago
  gingerBill 00161023cd Endian specific integers: e.g. i32 i32le i32be 6 years ago