summary refs log tree commit diff
path: root/src/liballoc/btree/set.rs
AgeCommit message (Expand)AuthorLines
2018-03-29Move RangeArguments to {core::std}::ops and rename to RangeBoundsSimon Sapin-3/+2
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+1
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-7/+7
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-7/+7
2018-01-20fix doctests for BTreeSet to use BTreeSet (not BTreeMap)Andrew Straw-12/+12
2018-01-05Write examples for {BTree,Hash}Set::{get,replace,take}Stjepan Glavina-0/+33
2018-01-03Remove `T: Ord` bound from `BTreeSet::{is_empty, len}`Stjepan Glavina-72/+68
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-10/+4
2017-09-13Remove unneeded `loop`.Corey Farwell-8/+6
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-1/+2
2017-06-24Stabilize RangeArgumentSteven Fackler-2/+1
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+1133