Commit History

Author SHA1 Message Date
  gingerBill 830c194da5 Allow enums for array lengths 7 years ago
  gingerBill 1830c1e57c Allow bitwise operation on enums 7 years ago
  gingerBill e5735af6d6 Disable for in over cstring 7 years ago
  gingerBill a6b0ae71b2 Remove assert 7 years ago
  gingerBill 3365baee8f `runtime.Typeid_Bit_Field` layout to store more information into the typeid 7 years ago
  gingerBill cc88dd0b71 Allow for variadic `min` `max` procs 7 years ago
  gingerBill f050bfe872 Fix comparisons with union 7 years ago
  gingerBill ab71acc3a5 Disable `abs` for arrays #254 7 years ago
  gingerBill 0a85d1af6b Improve error messages for using on fields 7 years ago
  gingerBill 68adadb01a Allow using in structs on arrays with count <= 4 7 years ago
  gingerBill d56f458d11 Fix file scope #assert 7 years ago
  gingerBill a65eadee63 Fix for in enum iteration 7 years ago
  gingerBill 16dfae62bc Allow casting to and from rawptr and cstring #249 7 years ago
  gingerBill fe680a8b1f Fix default return values #250 7 years ago
  gingerBill 54fe9f3eb1 Improve min dep for min/max/abs/clamp 7 years ago
  gingerBill cbc6c2666b Improve proc group scoring algorithm 7 years ago
  gingerBill a4d0ac1802 Merge branch 'master' of https://github.com/odin-lang/Odin 7 years ago
  gingerBill 0dc29a7208 Implement suggestions from #247 7 years ago
  gingerBill a9321bc73f Update README.md 7 years ago
  gingerBill e3f0ab7c3d Parallelize parser on *nix 7 years ago
  gingerBill 5643ea1ba2 Fix typo 7 years ago
  gingerBill 3b6523fbd9 Fix gbMutex for *nix 7 years ago
  gingerBill ffc4f01470 All enums in array indices 7 years ago
  gingerBill e326f41d16 Fix demo 7 years ago
  gingerBill 1d0ac72e4a Disable non-comparison operations for enum (use `bit_set` for flags) 7 years ago
  gingerBill b216e44870 Add underlying type for `bit_set` 7 years ago
  gingerBill 7d39b26cf4 Minor refactor 7 years ago
  gingerBill 884d5fed9f bit_set['A'..'Z'], bit_set[0..8] 7 years ago
  gingerBill ec84188597 Fix typos in parser 7 years ago
  gingerBill 85ac95f81b Constant evaluation for `in` expression for `bit_set`s 7 years ago