| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-12-14 | Move compile-fail tests with NOTE/HELP annotations to UI | Vadim Petrochenkov | -29/+0 | |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -4/+4 | |
| 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 | ||||
| 2016-03-24 | address nits | Alex Burka | -2/+2 | |
| 2016-03-24 | error during parsing for malformed inclusive range | Alex Burka | -1/+3 | |
| Now it is impossible for `...` or `a...` to reach HIR lowering without a rogue syntax extension in play. | ||||
| 2016-03-24 | test errors for malformed inclusive ranges | Alex Burka | -0/+27 | |
