| Age | Commit message (Expand) | Author | Lines |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -3/+3 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -2/+2 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -4/+4 |
| 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 | -2/+2 |
| 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 | -12/+8 |
| 2022-03-23 | use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_... | b-naber | -7/+6 |
| 2022-03-23 | use ParamConst in ExprKind::ConstParam | b-naber | -2/+4 |
| 2022-03-23 | remove thir::Visitor::visit_const | b-naber | -13/+3 |
| 2022-03-23 | change thir to lazily create constants | b-naber | -15/+138 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -2/+6 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -14/+14 |
| 2022-03-09 | treat all mir::Constant values as ConstantKind::Val | b-naber | -8/+8 |
| 2022-03-08 | treat literals in ExprKind::StaticRef as mir::ConstantKind::Val | b-naber | -2/+7 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -2/+2 |
| 2022-02-28 | 6 - Make more use of `let_chains` | Caio | -30/+24 |
| 2022-02-25 | Enable rustc_pass_by_value for Span | Mark Rousskov | -3/+3 |
| 2022-02-21 | Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoerister | bors | -1/+1 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -1/+1 |
| 2022-02-20 | Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk" | Mark Rousskov | -7/+2 |
| 2022-02-20 | Improve `unused_unsafe` lint | Frank Steffahn | -17/+5 |
| 2022-02-19 | Adopt let else in more places | est31 | -11/+6 |
| 2022-02-15 | use AllocId and Ty in ExprKind::StaticRef and delay ConstValue construction | b-naber | -5/+5 |
| 2022-02-15 | use ConstantKind::Val in StaticRef | b-naber | -1/+6 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -27/+21 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -1/+1 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -3/+3 |
| 2022-02-11 | add tainted_by_errors to mir::Body | Michael Goulet | -2/+5 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -4/+2 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -1/+1 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -2/+4 |
| 2022-02-03 | Rollup merge of #93589 - est31:option_then, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-02-02 | More let_else adoptions | est31 | -74/+67 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -2/+4 |
| 2022-02-02 | Use Option::then in two places | est31 | -1/+1 |
| 2022-01-21 | Rollup merge of #93046 - est31:let_else, r=davidtwco | Matthias Krüger | -21/+17 |
| 2022-01-18 | Formally implement let chains | Caio | -14/+23 |
| 2022-01-18 | Use let_else in even more places | est31 | -21/+17 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -39/+2 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -6/+4 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -4/+3 |
| 2022-01-15 | initial revert | Ellen | -6/+4 |
| 2022-01-13 | Auto merge of #89861 - nbdd0121:closure, r=wesleywiser | bors | -2/+2 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -39/+2 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -8/+3 |
| 2022-01-07 | Remove span from UpvarCapture::ByValue | Gary Guo | -2/+2 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -1/+1 |