| Age | Commit message (Expand) | Author | Lines |
| 2022-02-20 | Implement LowerHex on Scalar to clean up their display in rustdoc | Guillaume Gomez | -1/+1 |
| 2022-02-19 | Fix pretty printing of enums without variants | Tomasz Miąsko | -0/+4 |
| 2022-02-19 | rustc_const_eval: adopt let else in more places | est31 | -123/+86 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -7/+8 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -22/+20 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -15/+15 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -9/+9 |
| 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 | -4/+41 |
| 2022-02-12 | Rebased and improved errors | Deadbeef | -4/+2 |
| 2022-02-12 | Improve error messages even more | Deadbeef | -126/+388 |
| 2022-02-12 | More informative error message for E0015 | Deadbeef | -49/+51 |
| 2022-02-11 | use body.tainted_by_error to skip loading MIR | Michael Goulet | -40/+17 |
| 2022-02-11 | add tainted_by_errors to mir::Body | Michael Goulet | -5/+8 |
| 2022-02-11 | rework borrowck errors so that it's harder to not set tainted | Michael Goulet | -4/+6 |
| 2022-02-11 | skip const eval if we have an error in borrowck | Michael Goulet | -1/+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-03 | Rollup merge of #92802 - compiler-errors:deduplicate-stack-trace, r=oli-obk | Yuki Okushi | -1/+29 |
| 2022-02-02 | Rollup merge of #93546 - tmiasko:validate-switch-int, r=oli-obk | Matthias Krüger | -0/+18 |
| 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 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-02-01 | Validate that values in switch int terminator are unique | Tomasz Miąsko | -0/+18 |
| 2022-01-30 | Rollup merge of #93358 - compiler-errors:is-not-const, r=fee1-dead | Matthias Krüger | -3/+2 |
| 2022-01-29 | Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obk | Matthias Krüger | -0/+27 |
| 2022-01-26 | drive-by: use is_const and is_const_if_const | Michael Goulet | -3/+2 |
| 2022-01-26 | `const_deallocate`: Don't deallocate memory allocated in an another const. Do... | woppopo | -5/+15 |
| 2022-01-24 | Auto merge of #93028 - compiler-errors:const_drop_bounds, r=fee1-dead | bors | -21/+39 |
| 2022-01-23 | Add `intrinsics::const_deallocate` | woppopo | -0/+17 |
| 2022-01-20 | update comments | lcnr | -1/+5 |
| 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 | -7/+0 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -22/+13 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -10/+9 |
| 2022-01-15 | initial revert | Ellen | -22/+13 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -7/+0 |
| 2022-01-12 | Rollup merge of #92432 - fee1-dead:constck-impl-constness, r=oli-obk | Matthias Krüger | -1/+5 |
| 2022-01-11 | Deduplicate lines in long const-eval stack trace | Michael Goulet | -1/+29 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -3/+3 |
| 2022-01-04 | rename StackPopClean::None to Root | Ralf Jung | -7/+13 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -21/+1 |
| 2021-12-31 | Extend check for UnsafeCell in consts to cover unions | Tomasz Miąsko | -1/+8 |
| 2021-12-30 | Error when selected impl is not const in constck | Deadbeef | -1/+5 |
| 2021-12-24 | Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obk | bors | -139/+222 |
| 2021-12-22 | Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt` | Aaron Hill | -4/+6 |
| 2021-12-20 | better name for AdjustForForeignAbiError error variant in InterpError | Ralf Jung | -1/+3 |