summary refs log tree commit diff
path: root/src/libcollections/btree/map.rs
AgeCommit message (Expand)AuthorLines
2017-04-23Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichtonbors-7/+0
2017-04-22Fix invalid linkageGuillaume Gomez-1/+1
2017-04-20Remove OccupiedEntry::remove_pairJosh Stone-7/+0
2017-04-18Fix a few stability attributesOliver Middleton-0/+5
2017-04-13Various consistency and phrasing fixes in std::collections' docslukaramu-5/+8
2017-04-13Update std::collections' docs to use iterator (etc.) boilerplatelukaramu-8/+56
2017-04-10Apply clippy's doc_markdown improvements to libcollectionsAndre Bogus-12/+12
2017-03-24Unnecessary iteration in BTreeMap::dropStepan Koltsov-2/+1
2017-03-22Various fixes to wording consistency in the docsStjepan Glavina-2/+2
2017-03-17Minor fixups to fix tidy errorsAlex Crichton-0/+2
2017-03-17Stabilize btree_range, closes #27787Aaron Turon-10/+2
2017-02-10Dont segfault if btree range is not in orderBrian Vincent-113/+91
2017-02-05Replace PlaceBack Debug implementation with deriveGuillaume Gomez-20/+8
2017-01-20Remove Debug implementations specializationGuillaume Gomez-56/+0
2017-01-20Add Debug implementations for libcollection structsGuillaume Gomez-0/+120
2017-01-16libcollections: btree/map: fix typosIvan Stankovic-2/+2
2017-01-14update docs with new syntaxdjzin-6/+6
2017-01-14update docs with new syntaxdjzin-8/+12
2017-01-14fix warnings in doctestsdjzin-3/+2
2017-01-14simplify some rangesdjzin-2/+2
2017-01-14add type annotations to doctestdjzin-1/+1
2017-01-14use rangeargument for range_mutdjzin-7/+6
2017-01-14fix up testsdjzin-2/+2
2017-01-14change argument for btree_rangedjzin-5/+5
2017-01-13Change `to_owned` to `to_string` in docsStjepan Glavina-2/+2
2016-12-28Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`Andrew Paseltiner-2/+1
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-0/+35
2016-09-11Documentation of what does for each typeathulappadan-0/+1
2016-09-03Add missing urlsGuillaume Gomez-4/+8
2016-08-23Auto merge of #35656 - Stebalien:fused, r=alexcrichtonbors-1/+26
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-8/+11
2016-08-18Add a FusedIterator trait.Steven Allen-1/+26
2016-07-20Add doc for btree_map typesggomez-2/+189
2016-07-19Add debug for btree_map::{Entry, VacantEntry, OccupiedEntry}Guillaume Gomez-0/+33
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-7/+2
2016-06-15Map::Entry::take() method to recover key and value togetherSean McArthur-0/+12
2016-06-10Update tracking issue for `{BTreeMap, BTreeSet}::{append, split_off}`Andrew Paseltiner-2/+2
2016-06-10Rollup merge of #34175 - rwz:patch-2, r=alexcrichtonSeo Sanghyeon-1/+1
2016-06-08Fix BTreeMap example typoPavel Pravosud-1/+1
2016-06-05run rustfmt on map.rs in libcollections/btree folderSrinivas Reddy Thatiparthy-220/+274
2016-06-01Implement split_off for BTreeMap and BTreeSet (RFC 509)Andrey Tonkih-2/+170
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-10/+9
2016-04-29Auto merge of #33148 - sfackler:entry-key, r=alexcrichtonbors-0/+9
2016-04-22Implement `append` for b-trees.Johannes Oertel-24/+165
2016-04-21Add Entry::keySteven Fackler-0/+9
2016-04-01Implement `values_mut` on `BTreeMap`.Corey Farwell-0/+60
2016-03-15Use issue number from rust-lang/rust, not rust-lang/rfcs.Stu Black-2/+2
2016-03-14Expose the key of Entry variants for HashMap and BTreeMap.Stu Black-0/+13
2016-03-09collections: Fix broken doc exampleAlex Crichton-1/+1
2016-03-09Add missing "basic usage" sections to docs, fix review comments.Nathan Kleyn-1/+36