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
/
libcollections
/
btree
/
node.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
Fallout from stabilization.
Aaron Turon
-11
/
+10
2015-01-21
Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton
Barosl LEE
-3
/
+3
2015-01-19
Implement range and range_mut for BTree
Piotr Czarnecki
-75
/
+215
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-3
/
+3
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-2
/
+2
2015-01-06
Fix misspelled comments.
Joseph Crail
-2
/
+2
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-1
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
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-06
Fallout
Nick Cameron
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
collections: fix fallout
Jorge Aparicio
-9
/
+11
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-16
/
+32
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-16
/
+32
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+4
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-29
collections: use Unique in btree::Node
Sean McArthur
-15
/
+16
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-6
/
+6
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 more import_shadowing fallout in collections.
Eduard Burtescu
-29
/
+36
2014-12-17
rollup merge of #19832: japaric/no-nocopy
Alex Crichton
-4
/
+0
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-4
/
+0
2014-12-12
Make BTree's Handle system more generic and more powerful, removing some runt...
Jonathan S
-174
/
+141
2014-12-12
Slimmify BTree by replacing its internal Node type, which previously…held t...
Jonathan S
-300
/
+1199
2014-12-06
libcollections: remove unnecessary `as_mut_slice()` calls
Jorge Aparicio
-8
/
+8
2014-12-06
libcollections: remove unnecessary `as_slice()` calls
Jorge Aparicio
-8
/
+8
2014-11-18
rollup merge of #19008: alex/collections-typos
Jakub Bukaj
-1
/
+1
2014-11-17
libcollections: generalize BTree* to use BorrowFrom
Aaron Turon
-5
/
+6
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+4
2014-11-16
Fixed several typos in libcollections
Alex Gaynor
-1
/
+1
2014-11-01
collections: Remove all collections traits
Alex Crichton
-1
/
+0
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-25
Fix spelling mistakes in comments.
Joseph Crail
-9
/
+9
2014-09-27
complete btree rewrite
Alexis Beingessner
-0
/
+552