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
/
libcollections
/
btree
/
set.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-3
/
+3
2015-02-18
Stabilize std::borrow
Aaron Turon
-3
/
+3
2015-02-18
make FromIterator use IntoIterator
Alexis
-1
/
+1
2015-02-18
make Extend use IntoIterator
Alexis
-1
/
+1
2015-02-17
Register new snapshots
Alex Crichton
-22
/
+0
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+2
2015-02-17
Rollup merge of #22313 - japaric:iter, r=aturon
Manish Goregaokar
-0
/
+24
2015-02-13
add an associated `Item` type to `IntoIterator`
Jorge Aparicio
-0
/
+24
2015-02-13
more int and cloned cleanup in collections
Alexis
-27
/
+27
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-2
/
+2
2015-02-07
fix outdated docs
Alexis
-26
/
+26
2015-02-06
remove int_uint feature from libcollections
Alexis
-3
/
+3
2015-02-05
misc collections code cleanup
Alexis
-32
/
+30
2015-02-02
rollup merge of #21842: alexcrichton/issue-21839
Alex Crichton
-10
/
+10
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-10
/
+10
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-14
/
+14
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-1
/
+17
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-14
/
+14
2015-01-28
Move return type an associated type of the `Fn*` traits. Mostly this involves...
Niko Matsakis
-1
/
+3
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-6
/
+3
2015-01-23
grandfathered -> rust1
Brian Anderson
-42
/
+42
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-44
/
+46
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-3
/
+3
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-3
/
+3
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-3
/
+0
2015-01-19
Implement range and range_mut for BTree
Piotr Czarnecki
-0
/
+46
2015-01-14
use UFCS in `#[deriving(Hash)]`
Jorge Aparicio
-0
/
+2
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-2
/
+2
2015-01-06
More test fixes
Alex Crichton
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-10
/
+10
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-2
/
+2
2015-01-06
Fallout
Nick Cameron
-2
/
+2
2015-01-05
Remove i suffix in docs
Steve Klabnik
-10
/
+10
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-4
/
+12
2015-01-03
collections: fix fallout
Jorge Aparicio
-12
/
+25
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-4
/
+7
2014-12-31
stabilize more of collections
Alexis Beingessner
-22
/
+42
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-0
/
+1
2014-12-22
Insert coercions to fn pointer types required for the new types
Niko Matsakis
-0
/
+1
2014-12-22
Added missing renames:
Florian Wilkens
-18
/
+18
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-20
/
+20
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-96
/
+0
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-1
/
+1
[next]