Historique des commits

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