| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -2/+2 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -2/+2 |
| 2022-03-28 | Normalize all projections in mir validation again | Oli Scherer | -1/+6 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -8/+16 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -2/+2 |
| 2022-03-23 | Clarify which kinds of MIR are allowed during which phases. | Jakob Degen | -28/+48 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -9/+7 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -2/+2 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -3/+3 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -6/+6 |
| 2022-03-07 | Stabilize const_impl_trait as well | Eric Holk | -22/+0 |
| 2022-03-07 | Remove dead/useless code | Eric Holk | -58/+0 |
| 2022-03-07 | Update tests after feature stabilization | Eric Holk | -59/+0 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -125/+4 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -34/+34 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -28/+136 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -9/+11 |
| 2022-02-21 | Rollup merge of #94143 - est31:let_else_const_eval, r=lcnr | Matthias Krüger | -14/+8 |
| 2022-02-19 | rustc_const_eval: adopt let else in more places | est31 | -14/+8 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -3/+4 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -2/+2 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -2/+2 |
| 2022-02-12 | Report the selection error when possible | Deadbeef | -15/+36 |
| 2022-02-12 | Adapt new change | Deadbeef | -4/+11 |
| 2022-02-12 | Handle Fn family trait call errror | Deadbeef | -2/+39 |
| 2022-02-12 | Rebased and improved errors | Deadbeef | -1/+1 |
| 2022-02-12 | Improve error messages even more | Deadbeef | -126/+241 |
| 2022-02-12 | More informative error message for E0015 | Deadbeef | -49/+51 |
| 2022-02-11 | add tainted_by_errors to mir::Body | Michael Goulet | -5/+8 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -17/+8 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -8/+17 |
| 2022-02-02 | Fixup changes that aren't neccessary anymore | Oli Scherer | -2/+2 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -8/+17 |
| 2022-02-01 | Validate that values in switch int terminator are unique | Tomasz Miąsko | -0/+18 |
| 2022-01-19 | Foreign types are trivially drop | Michael Goulet | -1/+1 |
| 2022-01-18 | Short-circuit some trivially const Drop types | Michael Goulet | -10/+9 |
| 2022-01-18 | Check const Drop impls considering ConstIfConst bounds | Michael Goulet | -12/+31 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -5/+0 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -14/+9 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -4/+2 |
| 2022-01-15 | initial revert | Ellen | -14/+9 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -5/+0 |
| 2022-01-12 | Rollup merge of #92432 - fee1-dead:constck-impl-constness, r=oli-obk | Matthias Krüger | -1/+5 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -2/+0 |
| 2021-12-30 | Error when selected impl is not const in constck | Deadbeef | -1/+5 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -1/+2 |
| 2021-12-13 | Remove `in_band_lifetimes` from `rustc_const_eval` | LegionMammal978 | -66/+106 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -4/+2 |
| 2021-12-08 | Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiser | Matthias Krüger | -10/+66 |
| 2021-12-05 | Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk | bors | -0/+4 |