| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -30/+0 | |
| This feature adds `X..`, `..X`, and `..=X` patterns. | ||||
| 2019-12-30 | MatchExpressionArmPattern: Use more generic wording. | Mazdak Farrokhzad | -1/+1 | |
| The existing wording was inappropriate for e.g. `if let Ok(_) = expr { .. }`. The diagnostic would leak the fact that we desugar to a `match`. | ||||
| 2019-12-30 | note other end-point when typeck range pats | Mazdak Farrokhzad | -1/+1 | |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -1/+1 | |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -2/+2 | |
| 2019-10-31 | Revert "pre-expansion gate exclusive_range_pattern" | Eduard-Mihai Burtescu | -2/+2 | |
| This reverts commit 665a876e307933c6480a6c55a3e38e88937aff2c. | ||||
| 2019-10-24 | pre-expansion gate exclusive_range_pattern | Mazdak Farrokhzad | -2/+2 | |
| 2019-07-28 | And --bless tests accordingly for those exceptions. | Mazdak Farrokhzad | -26/+16 | |
| 2019-07-28 | --bless tests after rebase. | Mazdak Farrokhzad | -1/+1 | |
| 2019-07-28 | And also --bless those recovery tests. | Mazdak Farrokhzad | -4/+36 | |
| 2019-05-11 | Move literal parsing code into a separate file | Vadim Petrochenkov | -2/+2 | |
| Remove some dead code | ||||
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+8 | |
