| 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 | -8/+8 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -5/+5 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -3/+3 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -9/+9 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -5/+5 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -2/+4 |
| 2022-03-23 | dont use a query for lit_to_constant | b-naber | -13/+8 |
| 2022-03-23 | use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_... | b-naber | -9/+8 |
| 2022-03-23 | use ParamConst in ExprKind::ConstParam | b-naber | -11/+7 |
| 2022-03-23 | remove thir::Visitor::visit_const | b-naber | -14/+3 |
| 2022-03-23 | change thir to lazily create constants | b-naber | -117/+200 |
| 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 | -21/+42 |
| 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-15 | fix typos | Dylan DPC | -1/+1 |
| 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 | -55/+53 |
| 2022-03-10 | Auto merge of #94059 - b-naber:constantkind-val-transformation, r=lcnr | bors | -8/+11 |
| 2022-03-09 | Rollup merge of #94739 - estebank:suggest-let-else, r=oli-obk | Matthias Krüger | -7/+79 |
| 2022-03-09 | treat all mir::Constant values as ConstantKind::Val | b-naber | -8/+11 |
| 2022-03-08 | Auto merge of #94702 - b-naber:static-refs-mir, r=lcnr | bors | -12/+9 |
| 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 | treat literals in ExprKind::StaticRef as mir::ConstantKind::Val | b-naber | -12/+9 |
| 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 | -4/+4 |
| 2022-02-28 | 6 - Make more use of `let_chains` | Caio | -118/+97 |
| 2022-02-25 | Enable rustc_pass_by_value for Span | Mark Rousskov | -3/+3 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 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 | Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoerister | bors | -7/+4 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -7/+4 |
| 2022-02-20 | Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk" | Mark Rousskov | -9/+12 |
| 2022-02-20 | Auto merge of #93678 - steffahn:better_unsafe_diagnostics, r=nagisa | bors | -17/+5 |
| 2022-02-20 | Improve `unused_unsafe` lint | Frank Steffahn | -17/+5 |
| 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 | -48/+27 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -1/+1 |
| 2022-02-15 | use AllocId and Ty in ExprKind::StaticRef and delay ConstValue construction | b-naber | -15/+7 |
| 2022-02-15 | use ConstantKind::Val in StaticRef | b-naber | -1/+6 |