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
/
map.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-1
/
+13
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
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 #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
-2
/
+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
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-11
/
+11
2015-01-06
Fallout
Nick Cameron
-13
/
+13
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
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
collections: fix fallout
Jorge Aparicio
-0
/
+28
2015-01-03
collections: fix fallout
Jorge Aparicio
-21
/
+36
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-2
/
+4
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-2
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-8
/
+11
2014-12-31
stabilize more of collections
Alexis Beingessner
-20
/
+43
2014-12-30
Stabilize cmp
Aaron Turon
-0
/
+4
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-0
/
+2
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-29
/
+29
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
/
+2
2014-12-22
Added missing renames:
Florian Wilkens
-29
/
+29
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-2
/
+2
2014-12-20
Fix more import_shadowing fallout in collections.
Eduard Burtescu
-10
/
+13
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+2
2014-12-17
rollup merge of #19770: csouth3/iterator-wrapperstructs
Alex Crichton
-6
/
+28
2014-12-16
auto merge of #19782 : gereeter/rust/cleanup-btree-node, r=Gankro
bors
-124
/
+118
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-15
Use wrapper structs for `BTreeMap`'s iterators.
Chase Southwood
-6
/
+28
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-1
/
+1
2014-12-13
libcollections: fix fallout
Jorge Aparicio
-4
/
+10
2014-12-13
auto merge of #19685 : jbranchaud/rust/add-btreemap-iter-doctests, r=Gankro
bors
-0
/
+33
2014-12-12
Make BTree's Handle system more generic and more powerful, removing some runt...
Jonathan S
-124
/
+118
2014-12-12
auto merge of #18028 : gereeter/rust/slimmer-btree-node, r=Gankro
bors
-193
/
+275
2014-12-12
Slimmify BTree by replacing its internal Node type, which previously…held t...
Jonathan S
-193
/
+275
2014-12-10
auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...
bors
-10
/
+10
2014-12-09
Add doctests for `iter_mut` and `into_iter` of BTreeMap.
jbranchaud
-0
/
+33
2014-12-09
rollup merge of #19592: jbranchaud/add-btreemap-iter-doctest
Alex Crichton
-0
/
+18
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-10
/
+10
2014-12-05
Add a doctest for BTreeMap's iter method.
jbranchaud
-0
/
+18
2014-12-05
Add doctests for keys() and values() of the BTreeMap collection.
jbranchaud
-0
/
+26
2014-11-25
Fallout from stabilization
Aaron Turon
-4
/
+4
[next]