index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
range_inclusive.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-122
/
+0
2019-07-27
tests: Add missing run-pass annotations
Vadim Petrochenkov
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-07-13
Fix some RangeInclusive test cases.
kennytm
-10
/
+19
2018-06-02
Stabilize Iterator::step_by
Thayne McCombs
-2
/
+0
2018-03-15
Stabilize `inclusive_range_syntax` language feature.
kennytm
-1
/
+1
2018-03-15
Stabilize `inclusive_range` library feature.
kennytm
-1
/
+1
2017-09-22
Add support for `..=` syntax
Alex Burka
-34
/
+34
2017-07-01
Delete deprecated & unstable range-specific `step_by`
Scott McMurray
-1
/
+1
2017-05-21
Return a correct size_hint for degenerate inclusive ranges
Scott McMurray
-7
/
+7
2016-09-12
remove ExactSizeIterator from RangeInclusive<u/isize>
Alex Burka
-1
/
+1
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-5
/
+0
2016-03-04
add underflow/overflow tests
Alex Burka
-0
/
+8
2016-02-27
fix underflow in DoubleEndedIterator::next_back
Alex Burka
-0
/
+5
2016-02-27
add indexing with RangeInclusive in libcore and libcollections
Alex Burka
-0
/
+18
2016-02-27
add StepBy for RangeInclusive
Alex Burka
-3
/
+1
2016-02-27
test inclusive ranges
Alex Burka
-0
/
+100