| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-12-30 | Remove excessive trailing newlines. | kennytm | -2/+0 | |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -7/+7 | |
| Add ..= to the parser Add ..= to libproc_macro Add ..= to ICH Highlight ..= in rustdoc Update impl Debug for RangeInclusive to ..= Replace `...` to `..=` in range docs Make the dotdoteq warning point to the ... Add warning for ... in expressions Updated more tests to the ..= syntax Updated even more tests to the ..= syntax Updated the inclusive_range entry in unstable book | ||||
| 2017-02-23 | Added test for inclusive_range_syntax in compile-fail test suite | Nikhil Shagrithaya | -0/+2 | |
| 2016-02-27 | test inclusive ranges | Alex Burka | -0/+74 | |
| Mostly copy the tests from half-open ranges, adding some more for DoubleEndedIterator and ExactSizeIterator. Also thoroughly (I think) test that the feature gates are working. | ||||
