rust/library/core/src/slice
bors 684ca335d5 Auto merge of #85406 - VillSnow:integrate_binary_search, r=JohnTitor
Integrate binary search codes of binary_search_by and partition_point

For now partition_point has own binary search code piece.
It is because binary_search_by had called the comparer more times and the author (=me) wanted to avoid it.

However, now binary_search_by uses the comparer minimum times. (#74024)
So it's time to integrate them.

The appearance of the codes are a bit different but both use completely same logic.
2021-06-15 22:56:41 +00:00
..
iter Rename Iterator::get_unchecked 2020-09-25 19:52:01 +01:00
ascii.rs Perf Experiment: Wait, what if I just skip the trait alias 2021-05-06 11:37:46 -07:00
cmp.rs Remove pointer comparison from slice equality 2020-12-26 06:43:51 +00:00
index.rs Bump slice_index_with_ops_bound_pair to 1.53.0 2021-04-21 22:40:19 +02:00
iter.rs Rollup merge of #82771 - emilio:iter-mut-as-slice, r=m-ou-se 2021-03-22 02:20:30 +01:00
memchr.rs Document unsafety in core::slice::memchr 2020-10-05 11:34:03 +02:00
mod.rs Auto merge of #85406 - VillSnow:integrate_binary_search, r=JohnTitor 2021-06-15 22:56:41 +00:00
raw.rs Convert primitives to use intra-doc links 2021-02-25 20:31:53 -05:00
rotate.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
sort.rs Fix automatic_links warnings 2020-11-05 10:22:08 +01:00
specialize.rs generalize slice::fill specialization for byte-sized items 2021-03-18 00:25:20 +01:00