Commit History

Author SHA1 Message Date
  gingerBill 14eeee40b2 Update demo.odin 7 years ago
  gingerBill 038dea9202 v0.8.1 7 years ago
  gingerBill 54976c3249 v0.8.0 7 years ago
  gingerBill 92780e2683 `distinct` keyword for type declarations 7 years ago
  gingerBill 88ba6d8015 `enum #export` 7 years ago
  gingerBill 8b288a2072 Reimplement opt stage 7 years ago
  gingerBill 4e90644527 Remove timing for llvm-opt 7 years ago
  gingerBill add53228b2 `-no-bounds-check` 7 years ago
  gingerBill 419ab6f00c Named return value act as variables; Code reorganization 7 years ago
  gingerBill 9428d86f2b Specific sized booleans: b8, b16, b32, b64 7 years ago
  gingerBill 184efd4f49 Update demo for `using in` 7 years ago
  gingerBill 30530d058c Remove `struct #ordered` 7 years ago
  gingerBill 78b459590c Print `nil` for nil procedures in fmt.odin 7 years ago
  gingerBill 9f52b2c283 Update demo.odin 7 years ago
  gingerBill 74fa7ca25d New slice memory layout (ptr+len); `byte` 7 years ago
  gingerBill eb4b3f5976 Change push allocator system; update core libraries 7 years ago
  gingerBill d4f335d068 Fix `fmt.odin` %#v fancy printing 7 years ago
  gingerBill 04b917a60a More code clean up 7 years ago
  Ginger Bill c1e720a49b `match` to `switch`; Optional semicolons after "import" statements 7 years ago
  Ginger Bill c43d66c286 Use comma for struct field separators (disallow nesting) 8 years ago
  Ginger Bill d2c1c719bd Fix file load order and allow when statements at file scope 8 years ago
  Ginger Bill cbcf4b6071 Fix issue #94 8 years ago
  Ginger Bill e6e0aba8c3 Remove `when` suffixes; Implement file scope `when` statement, evaluated in source order 8 years ago
  Ginger Bill 8e3b77aba8 Library collections 8 years ago
  Ginger Bill 7cb8016df3 Add `examples` 8 years ago
  Ginger Bill 9ff4a8b5ab Switchable array bounds checking 9 years ago
  Ginger Bill 7509cdceb8 Default struct member reordering for minimal size 9 years ago
  Ginger Bill 6979678ff9 Begin reording of struct members by default. 9 years ago
  Ginger Bill 1ca752ce04 Remove duplicates in type info data. 9 years ago
  Ginger Bill 56dd12c54c Fix match statements for the new AstNodeArray type 9 years ago