Commit History

Author SHA1 Message Date
  gingerBill 173527d631 Remove random tag 1 year ago
  gingerBill f8cb2bcad2 Add `slice.unique` and `slice.unique_proc` 1 year ago
  gingerBill b011487778 Reimplement `binary_search_by` to be simpler 1 year ago
  gingerBill c8cc130744 Fix the implementation of `binary_search_by` to work with a normal `ordering` call, rather than the backwards version. 1 year ago
  gingerBill fe0244606b Revert 1 year ago
  gingerBill 036fa6482c Use `cmp_proc` in `binary_search` 1 year ago
  gingerBill 04ca22b9ea Add to `core:slice` `reduce_reverse`, `filter_reverse`, `repeat` 1 year ago
  Matija Dizdar 843b2350eb added #no_bounds_check back into binary_search_by 1 year ago
  Matija Dizdar 526d338300 removed incorrect requirement for key type to be ordered in binary_search_by 1 year ago
  Tarık B 5a661dc67b Add min_index and max_index procedures 1 year ago
  Hector 9f96382558 Removed some accidental semi-colons and converted indentation to tabs. 1 year ago
  Hector 1db5e1250f Binary search improvements 1 year ago
  Karl Zylinski d2ac3c2228 Make slice.clone and slice.clone_to_dynamic take a loc parameter 1 year ago
  gingerBill d50a844720 Replace `mem` with `runtime` in `core:slice` 2 years ago
  gingerBill 9371325246 Fix typo 2 years ago
  gingerBill 600c97cc0f Add missing `Allocator_Error` and `@(require_results)` to many procedures 2 years ago
  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