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
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-3
/
+15
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-3
/
+15
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-2
/
+2
2015-01-06
More test fixes
Alex Crichton
-4
/
+4
2015-01-06
Fix misspelled comments.
Joseph Crail
-2
/
+2
2015-01-06
rollup merge of #20656: japaric/at-clean
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-1
/
+2
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-28
/
+26
2015-01-07
markers -> marker
Nick Cameron
-5
/
+5
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-5
/
+5
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-1
/
+2
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-5
/
+5
2015-01-06
std: Revert stability of Entry-based APIs
Alex Crichton
-10
/
+10
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-18
/
+16
2015-01-06
cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)
Jorge Aparicio
-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
-15
/
+15
2015-01-05
rollup merge of #20434: steveklabnik/five_eye
Alex Crichton
-10
/
+10
2015-01-06
Fallout
Nick Cameron
-17
/
+17
2015-01-05
Remove i suffix in docs
Steve Klabnik
-10
/
+10
2015-01-05
register snapshot
Jorge Aparicio
-24
/
+0
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-21
/
+45
2015-01-03
Remove deprecated functionality
Alex Crichton
-26
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
collections: fix fallout
Jorge Aparicio
-0
/
+28
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-4
/
+12
2015-01-03
collections: fix fallout
Jorge Aparicio
-42
/
+72
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-18
/
+36
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-18
/
+36
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-14
/
+22
2014-12-31
stabilize more of collections
Alexis Beingessner
-42
/
+85
2014-12-31
Test fixes and rebase conflicts
Alex Crichton
-4
/
+4
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-33
/
+33
2014-12-30
Fallout from stabilization
Aaron Turon
-33
/
+33
2014-12-30
rollup merge of #20316: seanmonstar/patch-1
Alex Crichton
-15
/
+16
2014-12-30
Stabilize cmp
Aaron Turon
-0
/
+4
2014-12-29
collections: use Unique in btree::Node
Sean McArthur
-15
/
+16
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-0
/
+3
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-73
/
+73
2014-12-22
Add a doctest for the btreemap's entry method.
jbranchaud
-0
/
+24
2014-12-22
Insert coercions to fn pointer types required for the new types
Niko Matsakis
-0
/
+3
2014-12-22
Added missing renames:
Florian Wilkens
-47
/
+47
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-26
/
+26
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-96
/
+0
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-0
/
+1
2014-12-20
Stabilize clone
Aaron Turon
-0
/
+1
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-3
/
+3
2014-12-20
Fix more import_shadowing fallout in collections.
Eduard Burtescu
-39
/
+49
[next]