summary refs log tree commit diff
path: root/src/libcore/ops/range.rs
AgeCommit message (Expand)AuthorLines
2018-03-29impl RangeBounds<T> for Range{,From,To,Inclusive,ToInclusive}<&T>Simon Sapin-0/+60
2018-03-29Move RangeArguments to {core::std}::ops and rename to RangeBoundsSimon Sapin-1/+154
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-0/+51
2018-03-15Keep the fields of RangeInclusive unstable.kennytm-2/+4
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-13/+6
2018-03-15Stabilize `inclusive_range` library feature.kennytm-15/+9
2018-02-14Rollup merge of #48151 - echochamber:update_range_example, r=estebankkennytm-5/+5
2018-02-11Update ops range example to avoid confusion between indexes and values.Jason Schein-5/+5
2018-02-10Add the emptiness condition to the docs; add a PartialOrd example with NANScott McMurray-2/+24
2018-02-09range_is_empty tracking issue is #48111Scott McMurray-2/+2
2018-02-09Use is_empty in range iteration exhaustion testsScott McMurray-0/+18
2018-02-09Add Range[Inclusive]::is_emptyScott McMurray-2/+34
2017-09-22Add support for `..=` syntaxAlex Burka-25/+25
2017-08-12std::ops docs: incorporated changes suggested in reviewlukaramu-15/+6
2017-08-08Revised core::ops::range::* docslukaramu-95/+120
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-165/+9
2017-06-24Stabilize RangeArgumentSteven Fackler-9/+165
2017-06-23Removed as many "```ignore" as possible.kennytm-3/+4
2017-06-07Move Range to module.Clar Charr-0/+366