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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
iter
/
adapters
Age
Commit message (
Expand
)
Author
Lines
2019-05-29
Add custom nth_back for Skip
Andrea Corradi
-0
/
+14
2019-04-27
Stabilize Iterator::copied in 1.36.0.
Mazdak Farrokhzad
-6
/
+7
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-04-19
Rollup merge of #60098 - Centril:libcore-deny-more, r=varkor
Mazdak Farrokhzad
-10
/
+9
2019-04-19
Rollup merge of #60023 - koalatux:nth-back, r=scottmcm
Mazdak Farrokhzad
-0
/
+26
2019-04-19
libcore: deny more...
Mazdak Farrokhzad
-10
/
+9
2019-04-18
libcore => 2018
Taiki Endo
-10
/
+14
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
-2
/
+4
2019-01-22
Move super_nth out of ZipImpl
Clar Fon
-7
/
+9
2019-01-22
Don't expose FlattenCompat to Iterator
Clar Fon
-9
/
+20
2019-01-22
Don't expose ChainState to Iterator
Clar Fon
-5
/
+9
2019-01-22
Move Flatten and FlatMap to own module
Clar Fon
-313
/
+321
2019-01-22
Move Chain and ChainState to own module
Clar Fon
-251
/
+258
2019-01-22
Move TrustedRandomAccess into Zip module
Clar Fon
-2
/
+18
2019-01-22
Move Zip and ZipImpl to own module
Clar Fon
-258
/
+266
2019-01-22
Move core::iter adapters to adapters.rs
Clar Fon
-0
/
+2772