Commit History

Author SHA1 Message Date
  gingerBill 5e3cf45df3 Add `#soa` pointer type to aid with refactoring to `#soa` data types 3 years ago
  gingerBill 63d6c08d90 Add `raw_simd_data` 3 years ago
  gingerBill 7d2eedee73 Unify `raw_data` in `core:mem` with `core:runtime` 3 years ago
  gingerBill 6fa3c992b5 `mem.Raw_*` alias `runtime.Raw_*` 3 years ago
  gingerBill 12296cec2c Fix typo 4 years ago
  gingerBill a9f4273514 Make many `mem` procedures `"contextless"` 4 years ago
  gingerBill 251da264ed Remove unneeded semicolons from the core library 4 years ago
  gingerBill a5c31bbee0 Add `map_insert` which returns the pointer to inserted value 4 years ago
  gingerBill aa93305015 Replace usage of `inline proc` with `#force_inline proc` in the core library 4 years ago
  gingerBill 86448ee044 Add `raw_data` to replace cases in which `&x[0]` was used 5 years ago
  gingerBill 25dd00cd0b Add complex/quaternion raw layouts to mem/raw.odin 6 years ago
  gingerBill f25818e923 Make procedure parameters just named values rather than copied variables 6 years ago
  gingerBill 28583bfff8 Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (raises warning currently) 6 years ago
  gingerBill 220485a2d2 `typeid` as keyword (ready to implement polymorphic name parameters) 7 years ago
  gingerBill aa542980ce Change memory layout of `map` to be 3 words smaller 7 years ago
  gingerBill d556fa2cd8 Remove special shared scope for runtime stuff 7 years ago