summary refs log tree commit diff
path: root/library/core/src/slice/index.rs
AgeCommit message (Expand)AuthorLines
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