| Age | Commit message (Expand) | Author | Lines |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -2/+2 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -6/+5 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -1/+0 |
| 2022-05-11 | Remove `PartialOrd`/`Ord` impl for `PlaceRef` | Aaron Hill | -2/+4 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -4/+5 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -1/+0 |
| 2022-05-09 | Use `FxIndexSet` to avoid sorting fake borrows | Aaron Hill | -11/+9 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -29/+34 |
| 2022-05-04 | Generate an intermediate temporary for `Drop` constants. | Oli Scherer | -30/+100 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -29/+34 |
| 2022-04-20 | Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry | Dylan DPC | -5/+13 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -3/+9 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -7/+3 |
| 2022-04-14 | Update issue-92893.stderr | ouz-a | -4/+6 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -3/+9 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -7/+3 |
| 2022-04-08 | dont make lit_to_mir_constant a query | b-naber | -1/+56 |
| 2022-04-02 | rebase and use ty::Const in patterns again | b-naber | -61/+3 |
| 2022-04-02 | do use ty::Const in patterns and abstract consts | b-naber | -16/+19 |
| 2022-04-02 | change thir to use mir::ConstantKind instead of ty::Const | b-naber | -18/+23 |
| 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-24 | Check if call return type is visibly uninhabited when building MIR | Tomasz Miąsko | -5/+13 |
| 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 |