| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-23 | Reset qualifs when a storage of a local ends | Tomasz Miąsko | -1/+10 |
| 2021-10-22 | Rollup merge of #90069 - tmiasko:promoted-const-qualif, r=oli-obk | Yuki Okushi | -2/+9 |
| 2021-10-21 | Verify that only NeedsNonConstDrop expects promoteds | Tomasz Miąsko | -4/+10 |
| 2021-10-20 | Add polarity to TraitPredicate | Santiago Pastorino | -0/+2 |
| 2021-10-20 | Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -3/+1 |
| 2021-10-19 | Deduplicate panic_fmt | Gary Guo | -1/+0 |
| 2021-10-19 | Fix const qualification when executed after promotion | Tomasz Miąsko | -2/+3 |
| 2021-10-18 | Do not promote values with const drop that need to be dropped | Tomasz Miąsko | -5/+57 |
| 2021-10-18 | Rename `needs_drop` to `needs_non_const_drop` | Tomasz Miąsko | -14/+14 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -3/+1 |
| 2021-10-14 | Fix const stability | Deadbeef | -2/+5 |
| 2021-10-12 | Add const_eval_select intrinsic | Deadbeef | -9/+21 |
| 2021-10-04 | Rollup merge of #89482 - hkmatsumoto:patch-diagnostics, r=joshtriplett | Manish Goregaokar | -1/+1 |