summary refs log tree commit diff
path: root/src/liballoc/btree/map.rs
AgeCommit message (Expand)AuthorLines
2018-04-19Tweak some stabilizations in libstdAlex Crichton-2/+2
2018-04-16Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundibors-2/+1
2018-04-04Replace manual iter exhaust with for_each(drop).Clar Charr-2/+1
2018-03-29Move RangeArguments to {core::std}::ops and rename to RangeBoundsSimon Sapin-4/+4
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-2/+2
2018-03-25Implement get_key_value for HashMap, BTreeMapDiggory Blake-0/+27
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-8/+8
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-8/+8
2018-02-251.25.0 -> 1.26.-Manish Goregaokar-1/+1
2018-02-12Stabilize 'entry_and_modify' feature for BTreeMaphedgehog1024-2/+1
2018-01-28Document that `Index` ops can panic on `HashMap` & `BTreeMap`.Corey Farwell-0/+5
2017-10-06Implement `entry_and_modify`mchlrhw-0/+34
2017-09-05Avoid weird or_insert_with exampleJon Gjengset-3/+1
2017-09-05Add or_default to Entry APIsJon Gjengset-0/+29
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-7/+7
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-2/+3
2017-06-24Stabilize RangeArgumentSteven Fackler-3/+2
2017-06-23Relax Debug constraints when debugging {HashMap,BTreeMap}::{Keys,Values}.Federico Ravasio-2/+2
2017-06-23Correctly iterate on keys/values when debugging BTreeMap::{Keys,Values}.Federico Ravasio-2/+2
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+2460