about summary refs log tree commit diff
path: root/src/liballoc/range.rs
AgeCommit message (Collapse)AuthorLines
2018-03-29Move RangeArguments to {core::std}::ops and rename to RangeBoundsSimon Sapin-152/+0
These unstable items are deprecated: * The `std::collections::range::RangeArgument` reexport * The `std::collections::range` module.
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+1
The stable reexport `std::collections::Bound` is now deprecated. Another deprecated reexport could be added in `alloc`, but that crate is unstable.
2018-03-15Stabilize `inclusive_range` library feature.kennytm-2/+2
Stabilize std::ops::RangeInclusive and std::ops::RangeInclusiveTo.
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-2/+136
This reverts commit 143206d54d7558c2326212df99efc98110904fdb.
2017-06-24Stabilize RangeArgumentSteven Fackler-136/+2
Move it and Bound to core::ops while we're at it. Closes #30877
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+152