| Age | Commit message (Expand) | Author | Lines |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -5/+5 |
| 2022-04-30 | When encountering a binding that could be a const or unit variant, suggest th... | Esteban Kuber | -16/+16 |
| 2022-03-27 | Point (again) to more expressions with their type, even if not fully resolved | Esteban Kuber | -4/+6 |
| 2022-03-08 | Do not suggest `let_else` if no bindings would be introduced | Esteban Kuber | -4/+0 |
| 2022-03-08 | Suggest `if let`/`let_else` for refutable pat in `let` | Esteban Kuber | -3/+7 |
| 2022-03-08 | Change wording of suggestion to add missing `match` arm | Esteban Kuber | -4/+4 |
| 2022-03-08 | When finding a match expr with a single arm that requires more, suggest it | Esteban Kuber | -4/+20 |
| 2022-03-08 | When encountering a match expr with no arms, suggest it | Esteban Kuber | -4/+4 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -16/+12 |
| 2021-12-14 | Make TyS::is_suggestable more structual | Michael Goulet | -6/+4 |
| 2021-10-05 | Consider unfulfilled obligations in binop errors | Esteban Kuber | -1/+16 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -1/+1 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -1/+1 |
| 2021-04-28 | fix test | mark | -0/+1 |
| 2021-04-27 | unignore a couple of tests | mark | -4/+0 |
| 2021-03-19 | update tests | mark | -479/+136 |
| 2021-03-05 | use pat<no_top_alt> for patterns in let bindings | mark | -275/+457 |
| 2021-02-15 | Simplify pattern grammar by allowing nested leading vert | mark | -211/+73 |
| 2021-02-07 | Auto merge of #80632 - Nadrieril:fix-80501, r=varkor | bors | -12/+67 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -1/+1 |
| 2021-02-03 | move test to be with the others | mark | -0/+44 |
| 2021-01-24 | Identify subpatterns by the path to them instead of spans | Nadrieril | -3/+14 |
| 2021-01-24 | Factor or-pattern expansion | Nadrieril | -13/+22 |
| 2021-01-24 | Add tests | Nadrieril | -10/+45 |
| 2020-12-20 | Auto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkov | bors | -43/+64 |
| 2020-12-19 | implement edition-specific :pat behavior for 2015/18 | mark | -43/+64 |
| 2020-12-18 | Merge unreachable subpatterns correctly | Nadrieril | -16/+8 |
| 2020-12-18 | Rewrite usefulness merging using `SpanSet` | Nadrieril | -2/+8 |
| 2020-12-18 | Add tests | Nadrieril | -5/+48 |
| 2020-11-05 | Emit lints in the order in which they occur in the file. | Nadrieril | -4/+4 |
| 2020-11-05 | Fix unreachable sub-branch detection | Nadrieril | -6/+12 |
| 2020-11-05 | Add test | Nadrieril | -4/+11 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -15/+15 |
| 2020-07-04 | Fix #71977 | Nadrieril | -12/+51 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -63/+1 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -13/+13 |
| 2020-06-13 | Prefer the associated consts for pattern matching error | Lzu Tao | -13/+13 |
| 2020-06-04 | resolve: Sort E0408 errors by Symbol str | Tom Eccles | -13/+13 |
| 2020-05-10 | Auto merge of #71557 - matthewjasper:mir-asymmetric-or-pattern, r=oli-obk | bors | -0/+51 |
| 2020-04-29 | Bless tests | Dylan MacKenzie | -17/+2 |
| 2020-04-19 | Fix ICE for broken or-pattern in async fn | Matthew Jasper | -0/+51 |
| 2020-03-27 | Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebank | Mazdak Farrokhzad | -0/+5 |
| 2020-03-27 | non-exhastive diagnostic: add note re. scrutinee type | Mazdak Farrokhzad | -0/+5 |
| 2020-03-26 | Add tests based on issue #70372 comments | Amin Arria | -0/+22 |
| 2020-03-10 | Matrix::push: recursively expand or-patterns | Mazdak Farrokhzad | -0/+43 |
| 2020-03-08 | Rollup merge of #69599 - Centril:typeck-tweak-wording, r=davidtwco | Mazdak Farrokhzad | -8/+8 |
| 2020-03-07 | Rollup merge of #69687 - Centril:bm-inconsistent-wording, r=estebank | Mazdak Farrokhzad | -20/+20 |
| 2020-03-04 | fix tidy error | Matthew Kuo | -1/+2 |
| 2020-03-04 | test(pattern): harden tests for or-patterns with slice-patterns | Matthew Kuo | -2/+12 |
| 2020-03-04 | test(pattern): add tests for combinations of pattern features | Matthew Kuo | -0/+79 |