| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -2/+2 |
| 2021-08-27 | Fix more tests | Deadbeef | -1/+1 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -11/+2 |
| 2021-08-19 | Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli... | Erik Desjardins | -8/+1 |
| 2021-08-15 | Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk" | Erik Desjardins | -1/+8 |
| 2021-08-14 | Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk | bors | -8/+1 |
| 2021-08-13 | Fix tests | Deadbeef | -2/+4 |
| 2021-08-07 | Run RemoveZsts at mir-opt-level=1 | Erik Desjardins | -8/+1 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -7/+6 |
| 2021-07-31 | add a test | Ralf Jung | -0/+35 |
| 2021-07-28 | Add test for const panic in Rust 2021. | Mara Bos | -0/+94 |
| 2021-07-27 | Update tests | Jacob Pratt | -52/+21 |
| 2021-07-15 | tweak pointer out-of-bounds error message | Ralf Jung | -4/+4 |
| 2021-07-14 | more precise message for the ptr access check on deref | Ralf Jung | -2/+2 |
| 2021-07-14 | adjust tests | Ralf Jung | -82/+72 |
| 2021-07-10 | remove duplicate test | Ralf Jung | -15/+0 |
| 2021-07-10 | remove const_raw_ptr_to_usize_cast feature | Ralf Jung | -34/+17 |
| 2021-07-09 | Use #[track_caller] in const panic diagnostics. | Mara Bos | -0/+38 |
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -1/+1 |
| 2021-06-28 | Bless the test suite. | Charles Lew | -2/+2 |
| 2021-06-18 | bless you | Ralf Jung | -160/+61 |
| 2021-06-17 | Rollup merge of #86340 - Smittyvb:ctfe-hard-error-message, r=RalfJung | Yuki Okushi | -79/+48 |
| 2021-06-15 | Use better error message for hard errors in CTFE | Smitty | -79/+48 |
| 2021-06-13 | update tests involving CTFE validation | Rémy Rakic | -79/+79 |
| 2021-06-13 | Test invalid vtable size/alignment const UB errors | Rémy Rakic | -27/+129 |
| 2021-06-09 | detect incorrect vtable alignment during const eval instead of ICE-ing | Rémy Rakic | -0/+48 |