about summary refs log tree commit diff
path: root/library/core/src/slice/index.rs
AgeCommit message (Expand)AuthorLines
2021-04-21Bump slice_index_with_ops_bound_pair to 1.53.0Mara Bos-2/+2
2021-04-13Implement indexing slices with pairs of ops::Bound<usize>AnthonyMikh-0/+112
2021-02-25Convert the rest of the standard library primitives to intra-doc linksJoshua Nelson-2/+2
2021-02-12Rename `Range::ensure_subset_of` to `slice::range`dylni-4/+101
2020-10-20Check for exhaustion in SliceIndex for RangeInclusiveJosh Stone-10/+6
2020-09-18Move `slice::check_range` to `RangeBounds`dylni-78/+5
2020-09-15hopefully fix rustdoc linksRalf Jung-1/+1
2020-09-15fix slice::check_range aliasing problemsRalf Jung-1/+74
2020-09-14move indexing impl to new modLzu Tao-0/+455