| Age | Commit message (Expand) | Author | Lines |
| 2021-10-13 | Rollup merge of #89777 - pierwill:fix-88233, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-10-12 | Filter unstable and doc hidden variants in usefulness checking | Devin Ragotzy | -0/+185 |
| 2021-10-11 | Edit explanation of test for nested type ascriptions | pierwill | -1/+1 |
| 2021-10-04 | Rollup merge of #88090 - nbdd0121:inference, r=nikomatsakis | Jubilee | -12/+66 |
| 2021-10-01 | Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandry | Manish Goregaokar | -22/+56 |
| 2021-10-01 | Normalize after substituting via `field.ty()` | Nadrieril | -22/+56 |
| 2021-09-29 | Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk | bors | -16/+95 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -9/+9 |
| 2021-09-26 | Replace `Pat` with a new intermediate representation | Nadrieril | -14/+48 |
| 2021-09-26 | Rework `Fields` internals. | Nadrieril | -2/+2 |
| 2021-09-22 | Add tests | Nadrieril | -0/+45 |
| 2021-09-10 | Add a range pattern inference failing test | Gary Guo | -0/+49 |
| 2021-09-10 | Add ui test for issue 88074 | Gary Guo | -0/+16 |
| 2021-09-10 | Perform type inference in range pattern | Gary Guo | -12/+1 |
| 2021-08-30 | Handle irrufutable or unreachable let-else | Cameron Steffen | -12/+21 |
| 2021-08-26 | Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebank | Manish Goregaokar | -37/+1020 |
| 2021-08-25 | Adjust spans | Noah Lev | -69/+193 |
| 2021-08-21 | Bless tests | Noah Lev | -17/+17 |
| 2021-08-21 | Add cross-crate tuple field count error test | Noah Lev | -0/+613 |
| 2021-08-21 | Make E0023 spans even more precise | Noah Lev | -88/+58 |
| 2021-08-21 | Add more tuple pattern too many fields test cases | Noah Lev | -6/+258 |
| 2021-08-17 | Make spans for tuple patterns in E0023 more precise | Noah Lev | -24/+48 |
| 2021-08-16 | Don't mark `if_let_guard` as an incomplete feature | Léo Lanteri Thauvin | -5/+4 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -18/+20 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -26/+26 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -3/+3 |
| 2021-07-27 | Auto merge of #85305 - MarcusDunn:master, r=pnkfelix | bors | -259/+202 |
| 2021-07-18 | Remove impl trait bindings handling on const AST lowering | Santiago Pastorino | -18/+0 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -22/+0 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -22/+0 |
| 2021-07-02 | Improve error reporting for modifications behind `&` references | Fabian Wolff | -4/+4 |
| 2021-06-19 | Refactor `PatternError` structure | Yuki Okushi | -14/+46 |
| 2021-06-04 | updated line #'s on ui tests and removed feature flag test | marcusdunn | -217/+202 |
| 2021-06-04 | removed more uses of feature gate | marcusdunn | -2/+0 |
| 2021-06-04 | removed uses of feature gate | marcusdunn | -40/+0 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -1/+1 |
| 2021-05-02 | add suggestion for unit enum variant when matched with a patern | Aliénore Bouttefeux | -3/+13 |
| 2021-04-12 | Compiler error messages: reduce assertiveness of message E0384 | James Addison | -2/+2 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -4/+2 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -14/+10 |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -0/+30 |
| 2021-03-19 | update tests | mark | -14/+10 |
| 2021-03-07 | Account for `if (let pat = expr) {}` | Esteban Küber | -2/+1 |
| 2021-02-23 | Rollup merge of #82308 - estebank:issue-82290, r=lcnr | Dylan DPC | -0/+27 |
| 2021-02-19 | Lower condition of `if` expression before it's "then" block | Esteban Küber | -0/+27 |
| 2021-02-18 | Add explanations and suggestions to `irrefutable_let_patterns` lint | Camelid | -4/+26 |
| 2021-02-17 | replace if-let and while-let with `if let` and `while let` | Takayuki Maeda | -4/+4 |
| 2021-02-13 | Add match pattern diagnostics regression test | Bram van den Heuvel | -0/+29 |
| 2021-02-07 | Auto merge of #80632 - Nadrieril:fix-80501, r=varkor | bors | -0/+27 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -13/+13 |