| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -35/+0 | |
| 2018-06-23 | structured suggestion and rewording for `...` expression syntax error | Zack M. Davis | -13/+12 | |
| Now that `..=` inclusive ranges are stabilized, people probably shouldn't be using `...` even in patterns, even if it's still legal there (see #51043). To avoid drawing attention to `...` being a real thing, let's reword this message to just say "unexpected token" rather "cannot be used in expressions". | ||||
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -2/+0 | |
| Stabilize the syntax `a..=b` and `..=b`. | ||||
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -1/+1 | |
| Stabilize std::ops::RangeInclusive and std::ops::RangeInclusiveTo. | ||||
| 2017-11-06 | Test error for `...` in expressions | Badel2 | -0/+38 | |
