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
/
traits
/
collect.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-366
/
+0
2020-05-29
Add extend_one tracking issue 72631
Josh Stone
-2
/
+2
2020-05-29
Use a canonical name for extend_reserve(additional)
Josh Stone
-1
/
+3
2020-05-29
Add Extend::{extend_one,extend_reserve}
Josh Stone
-1
/
+14
2019-12-06
Format libcore with rustfmt (including tests and benches)
David Tolnay
-6
/
+6
2019-12-03
Tweak wording of `collect()` on bad target type
Esteban Küber
-2
/
+2
2019-11-06
Add future incompatibility lint for `array.into_iter()`
Lukas Kalbertodt
-0
/
+1
2019-10-20
Remove leading :: from paths in doc examples
Mikko Rantanen
-1
/
+1
2019-08-09
Don't use associated type bounds in docs until it is stable
Ilija Tovilo
-3
/
+2
2019-08-09
Add missing #![feature(associated_type_bounds)]
Ilija Tovilo
-0
/
+2
2019-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-2
/
+2
2019-06-28
doc(libcore) Fix CS
Ivan Enderlin
-1
/
+1
2019-03-18
Replaced self-reflective explicit types with clearer `Self` or `Self::…` in...
Vincent Esche
-1
/
+1
2019-01-22
Move FromIterator, IntoIterator, Extend into own module
Clar Fon
-0
/
+349