summary refs log tree commit diff
path: root/src/libstd/collections/mod.rs
AgeCommit message (Expand)AuthorLines
2015-06-18Auto merge of #26192 - alexcrichton:features-clean, r=aturonbors-1/+1
2015-06-17std: Split the `std_misc` featureAlex Crichton-1/+1
2015-06-17collections: fix a couple of typosIvan Ukhov-3/+3
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-3/+4
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-04-07std: Deny most warnings in doctestsAlex Crichton-155/+180
2015-03-27default => or_insert per RFCAlexis Beingessner-2/+2
2015-03-26update everything to use Entry defaultsAlexis-8/+2
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+2
2015-03-02Added note that method names in tables may differ from actual collectionsDavid Mally-1/+2
2015-03-02Fixed references to set & take ; minor wording & syntax fixesDavid Mally-5/+5
2015-02-21Remove last traces of BitV and BitVSet from documentationFlorian Hartwig-4/+4
2015-02-18Implement RFC 580Aaron Turon-21/+21
2015-02-13more int and cloned cleanup in collectionsAlexis-3/+3
2015-02-07fix outdated docsAlexis-1/+1
2015-02-07fix outdated docsAlexis-9/+9
2015-02-06More libcollections fixesManish Goregaokar-3/+3
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+52
2015-01-23grandfathered -> rust1Brian Anderson-3/+3
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-22Rollup merge of #21217 - Gankro:docadoca, r=steveklabnikSteve Klabnik-2/+52
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-4/+4
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-0/+1
2015-01-15add a section on performance to collection docsAlexis-2/+52
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-0/+7
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-2/+2
2015-01-05Stabilize collection modulesAaron Turon-1/+3
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-5/+5
2015-01-03Remove deprecated functionalityAlex Crichton-8/+0
2014-12-18remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ...Alexis Beingessner-26/+13
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-1/+1
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-14/+27
2014-11-01collections: Remove all collections traitsAlex Crichton-2/+0
2014-10-06library-level docs for collectionsAlexis Beingessner-3/+317
2014-09-27complete btree rewriteAlexis Beingessner-1/+1
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-2/+4
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+25