| Age | Commit message (Expand) | Author | Lines |
| 2022-04-30 | Also report the call site of PME errors locally. | Oli Scherer | -0/+12 |
| 2022-04-21 | Update `validate_uninhabited_zsts.rs` test after MIR building changes | Tomasz Miąsko | -34/+55 |
| 2022-04-20 | Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry | Dylan DPC | -47/+21 |
| 2022-04-11 | Add const eval tests ensuring padding gets correctly marked as deinit on deag... | Jakob Degen | -0/+37 |
| 2022-04-11 | Bless tests that broke in a trivial way due to change in deaggregation | Jakob Degen | -8/+8 |
| 2022-04-04 | Refer to the TraitRef::identity in the message to be clearer | Esteban Kuber | -2/+2 |
| 2022-04-04 | Dedup logic and improve output for other types that impl trait | Esteban Kuber | -10/+10 |
| 2022-04-04 | Fix list length | Esteban Kuber | -0/+8 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -0/+12 |
| 2022-04-02 | diagnostics: add test case for bogus T:Sized suggestion | Michael Howell | -0/+24 |
| 2022-04-02 | Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr | Dylan DPC | -1/+1 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -1/+1 |
| 2022-03-31 | catch overflow in slice size computation | Ralf Jung | -42/+67 |
| 2022-03-24 | Check if call return type is visibly uninhabited when building MIR | Tomasz Miąsko | -47/+21 |
| 2022-03-24 | Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obk | bors | -16/+162 |
| 2022-03-23 | separate const prop lint from optimizations | Carl Scherer | -16/+162 |
| 2022-03-22 | bless 32bit | Ralf Jung | -1/+1 |
| 2022-03-22 | interpret/memory: simplify check_and_deref_ptr | Ralf Jung | -3/+3 |
| 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 | -18/+8 |
| 2022-03-09 | bless tests | b-naber | -7/+18 |
| 2022-03-07 | Update tests after feature stabilization | Eric Holk | -27/+2 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -3/+1 |
| 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-12 | Update chalk tests | Matthew Jasper | -0/+18 |
| 2022-02-07 | Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk | bors | -5/+5 |
| 2022-02-06 | Rollup merge of #91939 - GKFX:feature-91866, r=cjgillot | Matthias Krüger | -0/+6 |
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -5/+5 |
| 2022-01-29 | Document about some behaviors of `const_(de)allocate` and add some tests. | woppopo | -0/+33 |
| 2022-01-26 | `const_deallocate`: Don't deallocate memory allocated in an another const. Do... | woppopo | -4/+27 |
| 2022-01-25 | #91939: integer to char cast error, make more targeted | George Bateman | -0/+6 |
| 2022-01-23 | Add `intrinsics::const_deallocate` | woppopo | -0/+127 |
| 2021-12-21 | Use panic() instead of panic!() in some places in core. | Mara Bos | -10/+10 |
| 2021-12-15 | miri: lift restriction on extern types being the only field in a struct | Tomasz Miąsko | -0/+58 |
| 2021-12-05 | add test and bless existing ones | b-naber | -1/+1 |
| 2021-11-28 | Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot | Matthias Krüger | -0/+3 |
| 2021-11-20 | Rollup merge of #90999 - RalfJung:miri_simd, r=oli-obk | Matthias Krüger | -6/+16 |
| 2021-11-18 | CTFE SIMD: also test 1-element array | Ralf Jung | -1/+10 |
| 2021-11-18 | fix CTFE/Miri simd_insert/extract on array-style repr(simd) types | Ralf Jung | -6/+7 |
| 2021-11-17 | Rollup merge of #90687 - jhpratt:const_panic, r=oli-obk | Matthias Krüger | -0/+46 |
| 2021-11-08 | Permit const assertions in stdlib | Jacob Pratt | -0/+46 |
| 2021-11-06 | Stabilize `const_raw_ptr_deref` for `*const T` | Jacob Pratt | -66/+21 |
| 2021-10-29 | Fix a format_args span to be expansion | Cameron Steffen | -0/+3 |
| 2021-10-18 | add test for issue 84957 | cameron | -0/+28 |
| 2021-10-04 | Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplett | Jubilee | -108/+59 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -108/+59 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -3/+3 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -37/+83 |