Commit History

Author SHA1 Message Date
  gingerBill db8b2e69dd Fix `slice.reverse` 2 years ago
  Andrea Piseri 191223bb3c Fix non-generic cast in core:slice.rotate_left 2 years ago
  Andrea Piseri 385d2a143c Fix `core:slice.rotate_left` 2 years ago
  gingerBill c4d19dfa92 Use `uint` instead of `int` to improve code generation for bounds checking 2 years ago
  gingerBill c056a0d108 Add `slice.enumerated_array` 2 years ago
  gingerBill 2908923db9 Fix #1972 3 years ago
  Jeroen van Rijn 9f413862e9 Add `strings.prefix_length` & `slice.prefix_length` 3 years ago
  Tetralux 7428e52264 Duplicate some basic slice procedures from core:mem into core:slice 3 years ago
  gingerBill 29e660b16f Add more things to `package slice` 3 years ago
  gingerBill 14a17fb36f Add `slice.stable_sort*` procedures 3 years ago
  Andrea Piseri 92e70b9a58 use multipointers instead of simple pointers 3 years ago
  Andrea Piseri 822da9d12d Merge branch 'master' into slice_scanner 3 years ago
  gingerBill dbf42d2469 make `slice.as_ptr` return `[^]E` 3 years ago
  Andrea Piseri 5d80e24224 Add slice/scanner proc 3 years ago
  Tetralux e2b36c4004 Rename slice.to_dynamic to slice.clone_to_dynamic 3 years ago
  Michael Kutowski 4439d59105 add builtin. 3 years ago
  gingerBill 9e754cb0f1 Add `slice.swap_between` 3 years ago
  gingerBill 344abf2cb2 Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do` 4 years ago
  gingerBill 251da264ed Remove unneeded semicolons from the core library 4 years ago
  gingerBill f0437a4242 Enforce `core:builtin` and `core:intrinsics` for imports 4 years ago
  gingerBill 6afc28f827 Use builtin.min and builtin.max in package slice 4 years ago
  gingerBill 7acbf8b7b9 Add `slice.min` and add `slice.max` 4 years ago
  gingerBill d602709133 Fix typo 4 years ago
  gingerBill 8e1120bc09 Fix typo 4 years ago
  gingerBill 2b36069924 Fix typo 4 years ago
  gingerBill fc8c94324e Fix typo 4 years ago
  gingerBill fa09640e7e Fix slice.concatenate 4 years ago
  gingerBill fba4bfb2d5 Minor cleanup of slice/slice.odin code 4 years ago
  gingerBill 9ac6d45bd6 Add more procedures to `package slice` 4 years ago
  Tetralux c1d3c3f926 Fix slice.last() 4 years ago