summary refs log tree commit diff
path: root/library/core/src/slice/iter
AgeCommit message (Expand)AuthorLines
2022-05-08Warn on unused doc(hidden) on trait impl itemsLeón Orell Valerian Liehr-1/+0
2022-05-02This aligns the inline attributes of existing `__iterator_get_unchecked` with...The 8472-0/+1
2022-03-29cleanup some of the less terrifying library codeAria Beingessner-1/+1
2022-03-29Make the stdlib largely conform to strict provenance.Aria Beingessner-2/+2
2021-08-03#[inline] slice::advance_byThe8472-2/+3
2021-07-22Fix whitespaceTim Vermeulen-2/+1
2021-07-22Add testsTim Vermeulen-2/+2
2021-07-22Implement slice::{Iter, IterMut}::{advance_by, advance_back_by}Tim Vermeulen-0/+16
2020-09-25Rename Iterator::get_uncheckedMatthew Jasper-1/+1
2020-09-14Move iterator impls to a new moduleLzu Tao-0/+407