| Age | Commit message (Expand) | Author | Lines |
| 2022-06-07 | Remove arg_matrix.rs, bless tests | Michael Goulet | -9/+1 |
| 2022-04-27 | Make [e]println macros eagerly drop temporaries (for backport) | David Tolnay | -1/+1 |
| 2022-04-26 | Move some tests to more reasonable places | Caio | -0/+44 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -1/+9 |
| 2022-04-10 | Delay a bug when we see SelfCtor in ref pattern | Michael Goulet | -0/+20 |
| 2022-03-30 | Restore `impl Future<Output = Type>` to async blocks | Michael Goulet | -1/+1 |
| 2022-03-27 | Point (again) to more expressions with their type, even if not fully resolved | Esteban Kuber | -1/+8 |
| 2022-03-22 | remove [async output] from impl Future | Michael Goulet | -1/+1 |
| 2022-03-16 | Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-03-12 | Fix rebase conflicts with stderr files | Devin Ragotzy | -53/+160 |
| 2022-03-12 | Only filter doc(hidden) fields/variants when not crate local | Devin Ragotzy | -9/+65 |
| 2022-03-12 | Update output for doc hidden usefulness ui test output | Devin Ragotzy | -62/+64 |
| 2022-03-12 | Add struct to doc hidden usefulness ui tests | Devin Ragotzy | -11/+35 |
| 2022-03-12 | Add struct to stability ui tests in usefulness | Devin Ragotzy | -15/+60 |
| 2022-03-11 | Format core and std macro rules, removing needless surrounding blocks | David Tolnay | -1/+1 |
| 2022-03-08 | Do not suggest `let_else` if no bindings would be introduced | Esteban Kuber | -16/+0 |
| 2022-03-08 | Suggest `if let`/`let_else` for refutable pat in `let` | Esteban Kuber | -14/+38 |
| 2022-03-08 | Change wording of suggestion to add missing `match` arm | Esteban Kuber | -146/+146 |
| 2022-03-08 | Point at uncovered variants in enum definition in `note` instead of a `span_l... | Esteban Kuber | -523/+654 |
| 2022-03-08 | When finding a match expr with multiple arms that requires more, suggest it | Esteban Kuber | -47/+235 |
| 2022-03-08 | When finding a match expr with a single arm that requires more, suggest it | Esteban Kuber | -76/+377 |
| 2022-03-08 | When encountering a match expr with no arms, suggest it | Esteban Kuber | -146/+181 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -13/+12 |
| 2022-01-18 | Formally implement let chains | Caio | -30/+0 |
| 2022-01-01 | Move `PatKind::Lit` checking from ast_validation to ast lowering | Aaron Hill | -0/+71 |
| 2021-12-14 | Make TyS::is_suggestable more structual | Michael Goulet | -8/+1 |
| 2021-11-26 | Auto merge of #91164 - Badel2:usefulness-stack-overflow, r=davidtwco | bors | -0/+14 |
| 2021-11-25 | Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebank | Matthias Krüger | -1/+1 |
| 2021-11-23 | Fix stack overflow in `usefulness.rs` | Badel2 | -0/+14 |
| 2021-11-23 | Update test outputs | Michael Goulet | -1/+1 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -1/+1 |
| 2021-11-20 | Rollup merge of #90575 - m-ou-se:compatible-variant-improvements, r=estebank | Matthias Krüger | -4/+6 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -0/+44 |
| 2021-11-16 | Update tests. | Mara Bos | -4/+6 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+121 |
| 2021-10-19 | Reject closures in patterns | Tomasz Miąsko | -0/+28 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 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 |