Commit History

Author SHA1 Message Date
  gingerBill c7cb754514 Fix typos 5 years ago
  gingerBill a5e42a0465 Add `ranged_fields_for_array_compound_literals` 5 years ago
  gingerBill d808f9eccf Add range_cache.cpp 5 years ago
  gingerBill 2a6d9e8927 `#panic`; Minor change to demo.odin; Fix `#assert` bug at file scope 5 years ago
  gingerBill 1b8c3ca22a Fix typos and make demo work with -vet 5 years ago
  gingerBill 71b32ae117 Update demo.odin 5 years ago
  gingerBill d62503d031 Change precedence for `in` and `notin` to match + - | ~ 5 years ago
  gingerBill 4e8a801b35 strings.split; strings.index; eprint* over print*_err; 5 years ago
  gingerBill e1b711b3b3 Update demo.odin with more information 5 years ago
  gingerBill 5fc42bf9c9 Update demo.odin 6 years ago
  gingerBill b9d3129fb3 `where` clauses for procedure literals 6 years ago
  gingerBill 2dc39a5cbd Improve demo.odin 6 years ago
  gingerBill 01c10aa944 `inline for` loops (only for 'in' based for loops) 6 years ago
  gingerBill 7bc146e6fd Built-in Quaternions (Not just an April Fool's Joke any more) 6 years ago
  gingerBill 4c065a7e99 Keep -vet happy 6 years ago
  gingerBill 04036aba9c `package reflect`; fix substring type bug; fix scoping rules for `using` on procedure parameter 6 years ago
  gingerBill 2d26278a65 Make structs with the same fields but with different tags distinct types 6 years ago
  gingerBill 9c63212824 Struct field tags 6 years ago
  gingerBill d26033eb23 Revert demo.odin 6 years ago
  gingerBill c7a70be824 Fix __get_map_key 6 years ago
  gingerBill c40acd008e Add i128/u128 support for bit sets 6 years ago
  gingerBill 3d2279fba0 Support 128-bit integers `i128` `u128` 6 years ago
  gingerBill 222941727f Add `..<` operator for ranges; Add extra checking for bit set assignments 6 years ago
  gingerBill a019059975 Fix -vet for demo.odin 6 years ago
  gingerBill 1fd677b42e Remove *_remove from demo and use built-in versions 6 years ago
  gingerBill b08d944c33 Fix typo in demo.odin 6 years ago
  gingerBill 007a7989b8 Add implicit selector expression examples to demo.odin 6 years ago
  Jeroen van Rijn 7bd86bb3ec well, that was a stupid copy/paste bug 6 years ago
  Jeroen van Rijn b6d6eb6ae2 Fix #345: Panic when using enum as map key 6 years ago
  Mikkel Hjortshoej 0185b43c2f Create CI files 6 years ago