| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-05-30 | Emit a hard error when a panic occurs during const-eval | Aaron Hill | -119/+52 |
| 2021-05-28 | const eval errors: display the current item instance if there are generics in... | Rémy Rakic | -2/+2 |
| 2021-05-27 | don't trim paths in collector PME message | Rémy Rakic | -2/+2 |
| 2021-05-25 | add test for issue 85155 and similar | Rémy Rakic | -0/+56 |
| 2021-05-15 | get rid of a bunch of unnecessary NOTE in const tests | Ralf Jung | -5/+2 |
| 2021-05-13 | Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obk | bors | -17/+0 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -19/+19 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -17/+0 |
| 2021-05-09 | more erroneous-const tests | Ralf Jung | -3/+63 |
| 2021-05-09 | ensure failing promoteds in const/static bodies are handled correctly | Ralf Jung | -16/+38 |