about summary refs log tree commit diff
path: root/src/libcore/iter/range.rs
AgeCommit message (Expand)AuthorLines
2020-04-25Bump rustfmt to most recently shippedMark Rousskov-1/+1
2020-04-20Stop accessing module level int consts via crate::<Ty>Linus Färnstrand-1/+0
2020-02-08Remove problematic specialization from RangeInclusiveCAD97-22/+12
2020-02-01Remove some unsound specializationsMatthew Jasper-0/+4
2019-12-22Format the worldMark Rousskov-11/+18
2019-11-20Clarify Step DocumentationPhlosioneer-2/+6
2019-06-09implement nth_back for RangeInclusiveAdrian Friedli-0/+28
2019-06-08implement nth_back for RangeAdrian Friedli-0/+13
2019-05-25Add Step::sub_usizeTim Vermeulen-0/+35
2019-04-18libcore => 2018Taiki Endo-5/+5
2019-03-26impl TrustedLen for 128-bit ranges tooJosh Stone-2/+2
2019-03-26Implement useful steps_between for all integersJosh Stone-49/+8
2019-02-23Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnayMazdak Farrokhzad-3/+58
2019-02-10libs: doc commentsAlexander Regueiro-5/+5
2019-02-09Fix exhaustion of inclusive range try_fold and try_rfoldMatthieu M-2/+12
2019-02-03RangeInclusive internal iteration performance improvement.Matthieu M-3/+48
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-09Fix #[cfg] for step impl on rangesDaniel Alley-4/+4
2018-08-30fix u32 steps_between for 16-bit systemsAndre Bogus-2/+10
2018-07-13Changed implementation of the third field to make LLVM optimize it better.kennytm-21/+21
2018-07-13Change RangeInclusive to a three-field struct.kennytm-70/+30
2018-06-06Revert "Remove TryFrom impls that might become conditionally-infallible with ...Simon Sapin-73/+2
2018-04-09Auto merge of #49673 - ollie27:stab, r=sfacklerbors-1/+1
2018-04-05Correct a few stability attributesOliver Middleton-1/+1
2018-04-03Fix warning when compilin libcore on 16bit targets.Vadzim Dambrouski-0/+1
2018-03-27Remove TryFrom impls that might become conditionally-infallible with a portab...Simon Sapin-2/+72
2018-03-15Stabilize `inclusive_range` library feature.kennytm-8/+4
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-3/+3
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-3/+3
2018-02-08Auto merge of #48057 - scottmcm:less-match-more-compare, r=dtolnaybors-16/+12
2018-02-07Simplify RangeInclusive::next[_back]Scott McMurray-16/+12
2018-02-07Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=blussManish Goregaokar-0/+3
2018-02-04Override try_[r]fold for RangeInclusiveScott McMurray-1/+45
2018-02-04Implement TrustedLen for Take<Repeat> and Take<RangeFrom>oberien-0/+3
2018-01-09Add `min` and `last` specialisations for `Range`varkor-0/+10
2018-01-06Use `next` and `next_back`varkor-16/+8
2018-01-05Fix behaviour after iterator exhaustionvarkor-3/+9
2018-01-04Remove min from RangeFromvarkor-5/+0
2018-01-04Remove RangeInclusive::sumvarkor-18/+1
2018-01-04Add max and sum specialisations for Rangevarkor-1/+25
2018-01-04Add min specialisation for RangeFrom and last for RangeInclusivevarkor-0/+10
2018-01-04Add min and max specialisations for RangeInclusivevarkor-0/+10
2017-08-29Add blanket TryFrom impl when From is implemented.Jimmy Cuadra-0/+2
2017-08-01Add an overflow check in the Iter::next() impl for Range<_>oyvindln-3/+10
2017-07-08Implement O(1)-time Iterator::nth for Range*Simon Sapin-5/+84
2017-07-08Factorize some macros in iter/range.rsSimon Sapin-57/+28
2017-07-08Remove Step::steps_between, rename steps_between_by_one to steps_betweenSimon Sapin-51/+10
2017-07-08Remove unused Step methodsSimon Sapin-34/+0
2017-07-08Remove unused Add bounds in iterator for ranges impls.Simon Sapin-23/+8
2017-07-01Delete deprecated & unstable range-specific `step_by`Scott McMurray-213/+0