| Age | Commit message (Expand) | Author | Lines |
| 2022-03-31 | obligation cause: `RepeatVec` -> `RepeatValueCopy` | lcnr | -1/+1 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -5/+5 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -5/+5 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -1/+1 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -12/+20 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-16 | Extend the irrefutable_let_patterns lint to let chains | est31 | -35/+180 |
| 2022-03-12 | Fix rebase conflicts with stderr files | Devin Ragotzy | -1/+1 |
| 2022-03-12 | Only filter doc(hidden) fields/variants when not crate local | Devin Ragotzy | -3/+3 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -32/+30 |
| 2022-03-08 | Do not suggest `let_else` if no bindings would be introduced | Esteban Kuber | -1/+1 |
| 2022-03-08 | Suggest `if let`/`let_else` for refutable pat in `let` | Esteban Kuber | -7/+79 |
| 2022-03-08 | Change wording of suggestion to add missing `match` arm | Esteban Kuber | -5/+24 |
| 2022-03-08 | Point at uncovered variants in enum definition in `note` instead of a `span_l... | Esteban Kuber | -7/+19 |
| 2022-03-08 | When finding a match expr with multiple arms that requires more, suggest it | Esteban Kuber | -0/+15 |
| 2022-03-08 | When finding a match expr with a single arm that requires more, suggest it | Esteban Kuber | -0/+15 |
| 2022-03-08 | When encountering a match expr with no arms, suggest it | Esteban Kuber | -12/+54 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -2/+2 |
| 2022-02-28 | 6 - Make more use of `let_chains` | Caio | -66/+54 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -2/+8 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -8/+3 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -6/+3 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -1/+1 |
| 2022-02-19 | Adopt let else in more places | est31 | -19/+12 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -1/+1 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -59/+72 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -8/+8 |
| 2022-02-12 | change to a struct variant | Ellen | -1/+1 |
| 2022-01-18 | Formally implement let chains | Caio | -8/+35 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -7/+1 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -1/+1 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -28/+26 |
| 2022-01-15 | initial revert | Ellen | -1/+1 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -3/+3 |
| 2021-12-13 | let-else: add hir::Let and type check it like a hir::Local | Cormac Relf | -3/+5 |
| 2021-12-05 | Evaluate inline const pat early and report error if too generic | Gary Guo | -31/+52 |
| 2021-11-23 | Fix stack overflow in `usefulness.rs` | Badel2 | -4/+7 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -7/+14 |
| 2021-11-12 | Auto merge of #90813 - notriddle:notriddle/vec-extend, r=GuillaumeGomez | bors | -3/+1 |
| 2021-11-11 | Use `Vec::extend`, instead of calling `Vec::push` in a loop | Michael Howell | -3/+1 |
| 2021-11-11 | Auto merge of #90746 - nnethercote:opt-pattern-matching, r=Nadrieril | bors | -1/+1 |
| 2021-11-09 | Change the `assert` in `is_useful` to a `debug_assert`. | Nicholas Nethercote | -1/+1 |
| 2021-11-07 | Implement type inference for inline consts | Gary Guo | -1/+1 |
| 2021-10-19 | Reject closures in patterns | Tomasz Miąsko | -0/+3 |
| 2021-10-12 | Filter unstable and doc hidden variants in usefulness checking | Devin Ragotzy | -35/+82 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -3/+1 |
| 2021-10-01 | Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandry | Manish Goregaokar | -3/+4 |
| 2021-10-01 | Normalize after substituting via `field.ty()` | Nadrieril | -3/+4 |