summary refs log tree commit diff
path: root/src/libstd/collections/mod.rs
AgeCommit message (Expand)AuthorLines
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-5/+5
2018-03-29Hide the Bound type in docs at its deprecated location in std::collectionsSimon Sapin-0/+1
2018-03-29Hide the deprecated std::collections::range module from docsSimon Sapin-0/+1
2018-03-29Move RangeArguments to {core::std}::ops and rename to RangeBoundsSimon Sapin-2/+6
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+2
2018-03-14implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf-0/+3
2018-01-19Update BTreeMap recommendationArthur Silva-2/+2
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-2/+0
2017-06-24Stabilize RangeArgumentSteven Fackler-0/+2
2017-06-13Merge crate `collections` into `alloc`Murarth-6/+6
2017-04-13Various consistency and phrasing fixes in std::collections' docslukaramu-4/+2
2017-04-13Various fixes throughout std::collections' docslukaramu-28/+28
2017-02-09Fix missing article.Henning Kowalk-1/+1
2017-02-09Fixed #39661Henning Kowalk-1/+1
2016-10-20Add missing urls in collections moduleGuillaume Gomez-55/+65
2016-10-17std::collections: Reexport libcollections's range moduleUlrik Sverdrup-0/+3
2016-06-17Add short summaries to btree modulesOliver Middleton-2/+4
2016-04-22Implement `append` for b-trees.Johannes Oertel-6/+4
2016-03-12std: Clean out deprecated APIsAlex Crichton-10/+0
2016-02-15clarify how insert() doesn't update keysJack O'Connor-3/+6
2016-01-26std: Stabilize custom hasher support in HashMapAlex Crichton-0/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-1/+9
2015-10-25Remove key duplication from `BTreeMap` example in `collections`Tobias Bucher-4/+4
2015-10-22Document replacement behavior in some collectionsSteve Klabnik-0/+46
2015-08-25collections doc: remove mention of BitVec, BitSet, VecMapGeorg Brandl-28/+6
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-4/+4
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