| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -9/+7 |
| 2021-11-05 | Remove `Candidate::source_info` | Tomasz Miąsko | -7/+1 |
| 2021-11-05 | Refactor single variant `Candidate` enum into a struct | Tomasz Miąsko | -95/+82 |
| 2021-11-03 | `addr_of!` grants mutable access, maybe? | Tomasz Miąsko | -6/+5 |
| 2021-11-03 | Remove `MaybeMutBorrowedLocals` | Tomasz Miąsko | -0/+9 |
| 2021-11-03 | Implement `clone_from` for `State` | Tomasz Miąsko | -1/+14 |
| 2021-10-31 | Remove unnecessary `Option` from `promote_candidate` return type | Tomasz Miąsko | -11/+5 |
| 2021-10-29 | Auto merge of #90373 - tmiasko:union-qualification, r=oli-obk | bors | -1/+14 |
| 2021-10-29 | Auto merge of #90214 - tmiasko:indirect-mutation-qualif, r=ecstatic-morse,oli... | bors | -63/+157 |
| 2021-10-28 | Use type based qualification for unions | Tomasz Miąsko | -1/+14 |
| 2021-10-26 | Consider indirect mutation during const qualification dataflow | Tomasz Miąsko | -63/+157 |
| 2021-10-25 | Clean up special function const checks | Gary Guo | -45/+21 |
| 2021-10-23 | Auto merge of #90203 - matthiaskrgr:rollup-v215wew, r=matthiaskrgr | bors | -1/+10 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -0/+2 |