summary refs log tree commit diff
path: root/src/libcollections/vec_map.rs
AgeCommit message (Expand)AuthorLines
2015-07-30Auto merge of #26734 - Gankro:deprecate-vecmap, r=alexcrichtonbors-2/+5
2015-07-29deprecate vecmapAlexis Beingessner-2/+5
2015-07-27Show appropriate feature flags in docsSteve Klabnik-21/+42
2015-06-17std: Stabilize vec_map::Entry::or_insert{,_with}Alex Crichton-8/+7
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-21/+21
2015-06-17collections: Split the `collections` featureAlex Crichton-9/+11
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-2/+2
2015-06-08Implement RFC 839Johannes Oertel-0/+7
2015-05-11Minor optimization for `VecMap::split_off`Johannes Oertel-1/+1
2015-04-28collections: Implement vec::drain(range) according to RFC 574Ulrik Sverdrup-1/+1
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-32/+26
2015-04-18Utilize if..let for get_mut doc-comment examplesCorey Farwell-6/+4
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-32/+26
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-2/+2
2015-04-10Fix some typosTibor Benke-1/+1
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-23/+0
2015-03-27default => or_insert per RFCAlexis Beingessner-4/+4
2015-03-26update everything to use Entry defaultsAlexis-11/+2
2015-03-26entry API v3: replace Entry::get with Entry::default and Entry::default_withAlexis-0/+24
2015-03-26Register new snapshotsAlex Crichton-23/+0
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+21
2015-03-23rollup merge of #23648: steveklabnik/rollupAlex Crichton-7/+9
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+21
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-1/+41
2015-03-18Stabilize Entry typesAaron Turon-7/+9
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-507/+0
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-02-25Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichtonManish Goregaokar-3/+3
2015-02-24Modify collection's `Debug` output to resemble in their content onlyTobias Bucher-3/+3
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-3/+3
2015-02-23Rollup merge of #22494 - msiemens:vec_map-append-split_off, r=GankroManish Goregaokar-2/+170
2015-02-22Implement append and split_off for VecMap (RFC 509)Markus Siemens-2/+170
2015-02-20Register new snapshotsAlex Crichton-15/+0
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-1/+1
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-2/+2
2015-02-18make FromIterator use IntoIteratorAlexis-1/+1
2015-02-18make Extend use IntoIteratorAlexis-1/+1
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+18
2015-02-18Fallout: Port Vec to use `Unique`Niko Matsakis-1/+1
2015-02-17Register new snapshotsAlex Crichton-33/+0
2015-02-17std: Stabilize the IntoIterator traitAlex Crichton-0/+3
2015-02-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+36
2015-02-11rollup merge of #22151: Gankro/macro-benchAlex Crichton-65/+8
2015-02-10fix and macro-ify map benches, fixes #22134Alexis-65/+8
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-3/+3
2015-02-06make `IndexMut` a super trait over `Index`Jorge Aparicio-2/+0
2015-02-06libcollections: unit test fixesManish Goregaokar-1/+2
2015-02-06remove int_uint feature from libcollectionsAlexis-2/+2
2015-02-06Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichtonManish Goregaokar-79/+77