Commit History

Author SHA1 Message Date
  Nia 253edb51f7 Fix markup in `linear_search` and `binary_search` docs 11 months ago
  Nia 3c80f15a7a Remove pointless `#no_bounds_check` 11 months ago
  Nia 3337d6b264 Add linear_search_reverse and linear_search_reverse_proc 11 months ago
  Feoramund 806c87d71d Check for zero-length slices in `slice.equal` 1 year ago
  Jeroen van Rijn 1242b6e82f Improve slice.binary_search_by 1 year ago
  gingerBill 5413a8b744 Even more style fixes 1 year ago
  gingerBill 3f9a58808c More style improvements 1 year ago
  Sandro Cavazzoni e41878a64f Fix `slice.unique` wrong result 1 year ago
  Damian Tarnawski 8ba644dd79 Add `#no_bounds_check` to `slice.equal` 1 year ago
  korvahkh 58ae96c821 Fix slice.has_prefix & slice.has_suffix 1 year ago
  Jeroen van Rijn 8f706a14f8 Add allocator param. 1 year ago
  Jeroen van Rijn e5af98eabe Simplify bitset_to_enum_slice 1 year ago
  Jeroen van Rijn 858c78b844 Pass new -vet-style check. 1 year ago
  Jeroen van Rijn a61d8daec1 Add make version of bitset to slice. 1 year ago
  Jeroen van Rijn 7bcf3b1a0d Add slice.enum_slice_to_bitset & slice.bitset_to_enum_slice 1 year ago
  Aaron Kavaler ac634acd4b fixed slice.unique and slice.unique_proc 1 year ago
  gingerBill 3e7e779abf Replace `core:*` to `base:*` where appropriate 1 year ago
  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