| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -17/+19 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -2/+4 |
| 2021-12-02 | Update passes with new interface | Dylan MacKenzie | -0/+4 |
| 2021-12-02 | Auto merge of #91469 - matthiaskrgr:rollup-xom3j55, r=matthiaskrgr | bors | -6/+2 |
| 2021-12-02 | Rollup merge of #91410 - ecstatic-morse:const-precise-live-drops-take-2, r=ol... | Matthias Krüger | -6/+2 |
| 2021-12-02 | Reduce boilerplate around infallible folders | Alan Egerton | -2/+1 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -4/+2 |
| 2021-11-30 | Handle `DropAndReplace` in const-checking | Dylan MacKenzie | -6/+2 |
| 2021-11-29 | Don't re-export `MirPass` | Dylan MacKenzie | -6/+2 |
| 2021-11-29 | Use the constness from the param env instead of having a separate dimension f... | Oli Scherer | -4/+2 |
| 2021-11-28 | Rollup merge of #91251 - oli-obk:wf_sync_statics, r=matthewjasper | Matthias Krüger | -27/+2 |
| 2021-11-26 | Print a suggestion when comparing references to primitive types in constant f... | Fabian Wolff | -10/+66 |
| 2021-11-26 | Perform Sync check on static items in wf-check instead of during const checks | Oli Scherer | -27/+2 |
| 2021-11-26 | Unwrap the results of type folders | LeSeulArtichaut | -1/+2 |
| 2021-11-24 | Debug | Deadbeef | -4/+5 |
| 2021-11-20 | Auto merge of #90535 - tmiasko:clone-from, r=oli-obk | bors | -1/+14 |
| 2021-11-19 | Rollup merge of #90633 - tmiasko:candidate-struct, r=nagisa | Yuki Okushi | -101/+82 |
| 2021-11-13 | Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk | bors | -7/+13 |
| 2021-11-08 | Make select_* methods return Vec for TraitEngine | Deadbeef | -2/+3 |
| 2021-11-06 | Stabilize `const_raw_ptr_deref` for `*const T` | Jacob Pratt | -7/+13 |