about summary refs log tree commit diff
path: root/src/liballoc/range.rs
AgeCommit message (Expand)AuthorLines
2018-03-29Move RangeArguments to {core::std}::ops and rename to RangeBoundsSimon Sapin-152/+0
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+1
2018-03-15Stabilize `inclusive_range` library feature.kennytm-2/+2
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-2/+136
2017-06-24Stabilize RangeArgumentSteven Fackler-136/+2
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+152