rust/library/core/src/slice
Yuki Okushi 9eaf536c32
Rollup merge of #77111 - fusion-engineering-forks:stabilize-slice-ptr-range, r=dtolnay
Stabilize slice_ptr_range.

This has been unstable for almost a year now. Time to stabilize?

Closes #65807.

@rustbot modify labels: +T-libs +A-raw-pointers +A-slice +needs-fcp
2020-10-02 08:25:13 +09:00
..
iter Rename Iterator::get_unchecked 2020-09-25 19:52:01 +01:00
ascii.rs Move ascii to new module 2020-09-14 09:35:54 +00:00
cmp.rs Refactor memchr to allow optimization 2020-09-27 15:10:48 +02:00
index.rs hopefully fix rustdoc links 2020-09-15 23:46:26 +02:00
iter.rs Rollup merge of #77076 - GuillaumeGomez:missing-code-examples-slice-iter, r=Dylan-DPC 2020-09-26 12:58:15 +02:00
memchr.rs Refactor memchr to allow optimization 2020-09-27 15:10:48 +02:00
mod.rs Rollup merge of #77111 - fusion-engineering-forks:stabilize-slice-ptr-range, r=dtolnay 2020-10-02 08:25:13 +09:00
raw.rs use array::from_ref for slices 2020-09-23 21:56:23 +02:00
rotate.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
sort.rs Use T::BITS instead of size_of::<T> * 8. 2020-09-19 06:54:42 +02:00