about summary refs log tree commit diff
path: root/src/libcollections/btree/node.rs
AgeCommit message (Expand)AuthorLines
2015-01-21Fallout from stabilization.Aaron Turon-11/+10
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-3/+3
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-75/+215
2015-01-17Remove unnecessary explicit conversions to *const Twe-3/+3
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-2/+2
2015-01-06Fix misspelled comments.Joseph Crail-2/+2
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-1/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-1/+2
2015-01-06FalloutNick Cameron-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03collections: fix falloutJorge Aparicio-9/+11
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-16/+32
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-16/+32
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+4
2014-12-31Test fixes and rebase conflictsAlex Crichton-4/+4
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-33/+33
2014-12-30Fallout from stabilizationAaron Turon-33/+33
2014-12-29collections: use Unique in btree::NodeSean McArthur-15/+16
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-6/+6
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-0/+1
2014-12-20Stabilize cloneAaron Turon-0/+1
2014-12-20Fix more import_shadowing fallout in collections.Eduard Burtescu-29/+36
2014-12-17rollup merge of #19832: japaric/no-nocopyAlex Crichton-4/+0
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-4/+0
2014-12-12Make BTree's Handle system more generic and more powerful, removing some runt...Jonathan S-174/+141
2014-12-12Slimmify BTree by replacing its internal Node type, which previously…held t...Jonathan S-300/+1199
2014-12-06libcollections: remove unnecessary `as_mut_slice()` callsJorge Aparicio-8/+8
2014-12-06libcollections: remove unnecessary `as_slice()` callsJorge Aparicio-8/+8
2014-11-18rollup merge of #19008: alex/collections-typosJakub Bukaj-1/+1
2014-11-17libcollections: generalize BTree* to use BorrowFromAaron Turon-5/+6
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+4
2014-11-16Fixed several typos in libcollectionsAlex Gaynor-1/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-25Fix spelling mistakes in comments.Joseph Crail-9/+9
2014-09-27complete btree rewriteAlexis Beingessner-0/+552