| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-04 | Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplett | Jubilee | -19/+0 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -19/+0 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -2/+2 |
| 2021-10-03 | Follow the diagnostic output style guide | Hirochika Matsumoto | -1/+1 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -5/+2 |
| 2021-09-25 | Report heap allocation instead of non-const fn for exchange_malloc call | Gary Guo | -0/+5 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -1/+5 |
| 2021-09-19 | Rollup merge of #89021 - WaffleLapkin:separate_error_for_dyn_trait_in_const_f... | Yuki Okushi | -5/+44 |
| 2021-09-18 | Start block is not allowed to have basic block predecessors | Tomasz Miąsko | -1/+4 |
| 2021-09-18 | Auto merge of #88965 - fee1-dead:const-drop-1, r=oli-obk | bors | -1/+11 |
| 2021-09-17 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -0/+14 |
| 2021-09-16 | Add a separate error for `dyn Trait` in `const fn` | Waffle | -5/+44 |
| 2021-09-15 | Rollup merge of #88907 - WaffleLapkin:targeted_const_fn_with_a_bound_in_impl_... | Manish Goregaokar | -2/+11 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -0/+14 |
| 2021-09-15 | Fast reject for NeedsNonConstDrop | Deadbeef | -1/+11 |
| 2021-09-15 | Coerce const FnDefs to implement const Fn traits | Deadbeef | -2/+1 |