Commit History

Author SHA1 Message Date
  gingerBill 92780e2683 `distinct` keyword for type declarations 7 years ago
  gingerBill 0b137e087c Fix mem.odin #173 7 years ago
  gingerBill f0de994059 Make core library use procedure groupings rather than normal overloading 7 years ago
  gingerBill 1a75dfe075 Remove `vector` type (will be replaced by something else in the future) 7 years ago
  gingerBill 74fa7ca25d New slice memory layout (ptr+len); `byte` 7 years ago
  gingerBill b651466630 Add `ptr_to_bytes` 7 years ago
  gingerBill 9bd8bdaa5a Disable all cyclic importations 7 years ago
  gingerBill e5c39fb2a9 Fix opening file without close; Minor fixes 7 years ago
  gingerBill eb4b3f5976 Change push allocator system; update core libraries 7 years ago
  gingerBill 0ffcccdae5 Add Source_Code_Location parameter Allocator_Proc (#138) 7 years ago
  gingerBill 6bc5584add Fix fmt printing `uintptr` type 7 years ago
  gingerBill d2588f9d1d Infix proc calling convention `proc "std" (...)` 7 years ago
  gingerBill 1eb9994d88 Attributes; @(link_name="foo") 7 years ago
  Ginger Bill 5eaa8de8f9 Fix issue with #118 8 years ago
  Ginger Bill c1e720a49b `match` to `switch`; Optional semicolons after "import" statements 8 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 8e3b77aba8 Library collections 8 years ago
  Ginger Bill b9e347ef50 Replace `import_load` with `using import .` 8 years ago
  Ginger Bill 1161aa829d Fix `mem.Arena` 8 years ago
  Ginger Bill 49d337c830 v0.6.2; Use Ada_Case for types 8 years ago
  Ginger Bill dbddec33c8 Internal changes; thread.odin for windows only 8 years ago
  Ginger Bill 6d37ed12d2 Update internals of a Union and Tuple 8 years ago
  Ginger Bill 65f079ebc4 Remove `atomic`, `++`, and `--` 8 years ago
  Ginger Bill b8697fb4ed Change precedence order for types e.g. ^T(x) == ^(T(x)) 8 years ago
  Ginger Bill 3868a9a0f0 Clean up _preload.odin types 8 years ago
  Ginger Bill fd8c4d58bb `union` type allow for any types and removes common fields 8 years ago
  Ginger Bill 66e4aaffc5 Use semicolons as field delimiters in records 8 years ago
  Ginger Bill 4b051a0d3b `..` half closed range; `...` open range; `...` variadic syntax 8 years ago
  Ginger Bill eed873c6ec Add `free` for maps (a previous oversight) 8 years ago