| Age | Commit message (Expand) | Author | Lines |
| 2022-06-14 | fix clippy test failures | b-naber | -1/+1 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -4/+6 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -2/+2 |
| 2022-06-09 | thir: wrap hir id of vars into local var id | Ding Xiang Fei | -3/+3 |
| 2022-05-24 | give correct error message on structural match violation | b-naber | -9/+9 |
| 2022-05-21 | Auto merge of #96515 - lcnr:user-types-in-pat, r=nikomatsakis | bors | -20/+22 |
| 2022-05-21 | correctly deal with user type ascriptions in pat | lcnr | -20/+22 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -31/+31 |
| 2022-05-18 | Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk | bors | -58/+81 |
| 2022-05-18 | Auto merge of #96863 - SparrowLii:let, r=michaelwoerister | bors | -6/+6 |
| 2022-05-16 | use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons... | b-naber | -58/+81 |
| 2022-05-09 | use hir::Let in hir::Guard | SparrowLii | -6/+6 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -17/+34 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -17/+34 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -2/+2 |
| 2022-04-13 | couple of clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-04-13 | Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obk | bors | -14/+15 |
| 2022-04-07 | interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal | Ralf Jung | -1/+1 |
| 2022-04-06 | get rid of visit_constant in thir visitor | b-naber | -4/+2 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -2/+2 |
| 2022-04-02 | rebase and remove dead code | b-naber | -3/+1 |
| 2022-04-02 | do use ty::Const in patterns and abstract consts | b-naber | -80/+60 |
| 2022-04-02 | change thir to use mir::ConstantKind instead of ty::Const | b-naber | -56/+81 |
| 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 |