| Age | Commit message (Expand) | Author | Lines |
| 2022-03-23 | separate const prop lint from optimizations | Carl Scherer | -22/+196 |
| 2022-03-23 | Auto merge of #94901 - fee1-dead:destructable, r=oli-obk | bors | -15/+19 |
| 2022-03-22 | bless 32bit | Ralf Jung | -1/+1 |
| 2022-03-22 | interpret/memory: simplify check_and_deref_ptr | Ralf Jung | -7/+7 |
| 2022-03-21 | move `adt_const_params` to its own tracking issue | lcnr | -1/+1 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -15/+19 |
| 2022-03-15 | Update stderrs referencing `IntoIterator` | mbartlett21 | -2/+2 |
| 2022-03-15 | Update const-fn-error.stderr | mbartlett21 | -2/+2 |
| 2022-03-11 | Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obk | Dylan DPC | -6/+50 |
| 2022-03-10 | adjust offset_from logic: check that both pointers are in-bounds | Ralf Jung | -6/+50 |
| 2022-03-10 | Revert accidental stabilization | Oli Scherer | -0/+15 |
| 2022-03-10 | Auto merge of #94059 - b-naber:constantkind-val-transformation, r=lcnr | bors | -1/+1 |
| 2022-03-09 | Rollup merge of #94739 - estebank:suggest-let-else, r=oli-obk | Matthias Krüger | -18/+18 |
| 2022-03-09 | keep ERROR in message | b-naber | -3/+3 |
| 2022-03-09 | manually bless 32-bit stderr | b-naber | -1/+0 |
| 2022-03-09 | normalization change and rebase | b-naber | -133/+65 |
| 2022-03-09 | bless tests | b-naber | -64/+133 |
| 2022-03-08 | Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkov | Dylan DPC | -0/+54 |
| 2022-03-08 | Do not suggest `let_else` if no bindings would be introduced | Esteban Kuber | -24/+0 |
| 2022-03-08 | Suggest `if let`/`let_else` for refutable pat in `let` | Esteban Kuber | -18/+42 |
| 2022-03-07 | Update tests | Eric Holk | -3/+3 |
| 2022-03-07 | Stabilize const_impl_trait as well | Eric Holk | -31/+0 |
| 2022-03-07 | Update tests after feature stabilization | Eric Holk | -537/+43 |
| 2022-03-06 | use impl substs in on_unimplemented | Michael Goulet | -0/+54 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -26/+17 |
| 2022-03-01 | Miri/CTFE: properly treat overflow in (signed) division/rem as UB | Ralf Jung | -2/+2 |
| 2022-02-26 | Rollup merge of #93870 - tmiasko:const-precise-live-drops-with-coverage, r=ec... | Matthias Krüger | -0/+16 |
| 2022-02-24 | Miri fn ptr check: don't use conservative null check | Ralf Jung | -2/+2 |
| 2022-02-23 | Miri: relax fn ptr check | Ralf Jung | -18/+92 |
| 2022-02-13 | update stderr messages | SaltyKitkat | -35/+35 |
| 2022-02-13 | stabilize const_ptr_offset | SaltyKitkat | -7/+2 |
| 2022-02-13 | Rollup merge of #93810 - matthewjasper:chalk-and-canonical-universes, r=jackh726 | Matthias Krüger | -0/+18 |
| 2022-02-12 | Update chalk tests | Matthew Jasper | -0/+18 |
| 2022-02-12 | Rebless | Deadbeef | -1/+0 |
| 2022-02-12 | Handle Fn family trait call errror | Deadbeef | -7/+14 |
| 2022-02-12 | Rebased and improved errors | Deadbeef | -9/+12 |
| 2022-02-12 | bless you | Deadbeef | -40/+92 |
| 2022-02-12 | Auto merge of #93691 - compiler-errors:mir-tainted-by-errors, r=oli-obk | bors | -56/+11 |
| 2022-02-11 | Rollup merge of #91607 - FabianWolff:issue-91560-const-span, r=jackh726 | Matthias Krüger | -0/+63 |
| 2022-02-11 | use body.tainted_by_error to skip loading MIR | Michael Goulet | -16/+3 |
| 2022-02-11 | fix tests, add new tests checking borrowck CFTE ICE | Michael Goulet | -40/+8 |
| 2022-02-10 | Fix switch on discriminant detection in a presence of coverage counters | Tomasz Miąsko | -0/+16 |
| 2022-02-07 | Rollup merge of #93682 - PatchMixolydic:where-in-the-world-is-const_fn_trait_... | Mara Bos | -17/+17 |
| 2022-02-07 | Rollup merge of #91530 - bobrippling:suggest-1-tuple-parens, r=camelid | Mara Bos | -0/+4 |
| 2022-02-07 | Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk | bors | -5/+5 |
| 2022-02-06 | Fix tracking issue for `const_fn_trait_bound` | Ruby Lazuli | -17/+17 |
| 2022-02-06 | Rollup merge of #91939 - GKFX:feature-91866, r=cjgillot | Matthias Krüger | -0/+6 |
| 2022-02-03 | Rollup merge of #92802 - compiler-errors:deduplicate-stack-trace, r=oli-obk | Yuki Okushi | -0/+42 |
| 2022-01-31 | Make `span_extend_to_prev_str()` more robust | Fabian Wolff | -0/+63 |
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -5/+5 |