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
/
src
/
libcore
/
iter
/
adapters
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-27
Stabilize Iterator::copied in 1.36.0.
Mazdak Farrokhzad
-6
/
+7
2019-04-19
Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...
Kyle Huey
-0
/
+5
2019-04-19
Rollup merge of #60098 - Centril:libcore-deny-more, r=varkor
Mazdak Farrokhzad
-7
/
+7
2019-04-19
Rollup merge of #60023 - koalatux:nth-back, r=scottmcm
Mazdak Farrokhzad
-0
/
+26
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-7
/
+7
2019-04-18
libcore => 2018
Taiki Endo
-5
/
+6
2019-04-16
implement nth_back for Enumerate
Adrian Friedli
-0
/
+10
2019-04-16
implement nth_back for Fuse
Adrian Friedli
-0
/
+16
2019-03-11
Improvements to comments in libstd, libcore, liballoc.
Alexander Regueiro
-2
/
+2
2019-02-25
Have all methods of Filter and FilterMap use internal iteration
Tim Vermeulen
-30
/
+7
2019-02-02
Update visibility of intermediate use items.
David Wood
-0
/
+1
2019-01-22
Move trivial constructors to inherent methods
Clar Fon
-16
/
+66
2019-01-22
Move nontrivial constructors to inherent methods
Clar Fon
-17
/
+53
2019-01-22
Don't expose ZipImpl to Iterator
Clar Fon
-1
/
+0
2019-01-22
Don't expose FlattenCompat to Iterator
Clar Fon
-1
/
+0
2019-01-22
Don't expose ChainState to Iterator
Clar Fon
-1
/
+0
2019-01-22
Move Flatten and FlatMap to own module
Clar Fon
-313
/
+3
2019-01-22
Move Chain and ChainState to own module
Clar Fon
-251
/
+3
2019-01-22
Move TrustedRandomAccess into Zip module
Clar Fon
-1
/
+1
2019-01-22
Move Zip and ZipImpl to own module
Clar Fon
-258
/
+5
2019-01-22
Move core::iter adapters to adapters.rs
Clar Fon
-0
/
+2772
[prev]