about summary refs log tree commit diff
path: root/src/liballoc/collections/btree/map.rs
AgeCommit message (Collapse)AuthorLines
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-16/+17
2019-02-02liballoc: cargo check passes on 2018Mazdak Farrokhzad-1/+1
2018-12-28Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centrilbors-0/+3
Add example of using the indexing operator to HashMap docs Fixes #52575
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Fix broken doc testCorey Farwell-1/+1
2018-12-05Fix typo in variable nameCorey Farwell-1/+1
2018-12-04Add example of using the indexing operator to BTreeMap docsCorey Farwell-0/+3
2018-11-06Format BtreeMap::range_mut examplekngwyu-3/+4
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-07-02add outlives annotations to `BTreeMap`Niko Matsakis-7/+10
nll requires these annotations, I believe because of https://github.com/rust-lang/rust/issues/29149
2018-07-02Make `BTreeMap::clone()` not allocate when cloning an empty tree.Nicholas Nethercote-1/+10
2018-06-29Move some alloc crate top-level items to a new alloc::collections moduleSimon Sapin-0/+2578
This matches std::collections