index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
iter
/
adapters
/
skip.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-2
/
+2
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-7
/
+7
2024-01-10
implement TrustedRandomAccess and TrustedLen for Skip
The8472
-1
/
+51
2023-09-03
Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks
The 8472
-1
/
+8
2023-03-27
replace advance_by returning usize with Result<(), NonZeroUsize>
The 8472
-9
/
+14
2023-03-27
Change advance(_back)_by to return `usize` instead of `Result<(), usize>`
The 8472
-31
/
+18
2022-09-26
Use a macro to not have to copy-paste `ConstFnMutClosure::new(&mut fold, Neve...
Scott McMurray
-11
/
+1
2022-08-14
fix(iter::skip): Optimize `next` and `nth` implementations of `Skip`
austinabell
-8
/
+19
2022-07-18
Fix `Skip::next` for non-fused inner iterators
Tim Vermeulen
-1
/
+1
2021-11-19
Fix Iterator::advance_by contract inconsistency
The8472
-2
/
+2
2021-10-04
Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis
Jubilee
-4
/
+4
2021-09-30
Fix standard library for min_specialization changes
Matthew Jasper
-4
/
+4
2021-09-30
fix issues pointed out in review
The8472
-6
/
+27
2021-09-30
implement advance_(back_)_by on more iterators
The8472
-0
/
+21
2021-05-06
Perf Experiment: Wait, what if I just skip the trait alias
Scott McMurray
-4
/
+4
2021-05-06
Bootstrapping preparation for the library
Scott McMurray
-4
/
+4
2021-01-08
Clean up branching in skip
kadmin
-6
/
+4
2020-11-22
Remove multiline `use`s
Waffle
-4
/
+2
2020-11-22
Split iterator adaptors into individual modules
Waffle
-0
/
+201