summary refs log tree commit diff
path: root/src/liballoc/collections/btree/map.rs
AgeCommit message (Expand)AuthorLines
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-07-02add outlives annotations to `BTreeMap`Niko Matsakis-7/+10
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