| Age | Commit message (Expand) | Author | Lines |
| 2021-07-14 | test dynamic check for ptr-int-casts (unleashed) | Ralf Jung | -3/+21 |
| 2021-07-14 | adjust tests | Ralf Jung | -196/+159 |
| 2021-07-11 | Fix ICE with unsized type in const pattern | Fabian Wolff | -0/+42 |
| 2021-07-10 | remove duplicate test | Ralf Jung | -15/+0 |
| 2021-07-10 | remove const_raw_ptr_to_usize_cast feature | Ralf Jung | -124/+45 |
| 2021-07-09 | Use #[track_caller] in const panic diagnostics. | Mara Bos | -15/+42 |
| 2021-07-08 | Rollup merge of #86838 - lambinoo:I-69630-rust_const_unstable_check_const, r=... | Guillaume Gomez | -0/+154 |
| 2021-07-08 | fn must be const if marked with stability attribut | Lamb | -0/+154 |
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -1/+1 |
| 2021-07-06 | Revert "Revert "Update tests"" | bjorn3 | -2/+2 |
| 2021-07-04 | Auto merge of #86255 - Smittyvb:mir-alloc-oom, r=RalfJung,oli-obk | bors | -0/+33 |
| 2021-07-03 | Auto merge of #86571 - fee1-dead:const-trait-impl-fix, r=jackh726 | bors | -0/+3 |
| 2021-06-29 | Test memory exhaustion in const evaluation | Smitty | -1/+13 |
| 2021-06-29 | Make memory exhaustion a hard error | Smitty | -15/+5 |
| 2021-06-29 | Support allocation failures when interperting MIR | Smitty | -0/+31 |
| 2021-06-30 | Move some UI tests to more suitable subdirs | Yuki Okushi | -0/+32 |
| 2021-06-29 | Auto merge of #86475 - crlf0710:miri_vtable_refactor, r=bjorn3 | bors | -5/+5 |
| 2021-06-28 | Bless the test suite. | Charles Lew | -5/+5 |
| 2021-06-27 | Update and bless tests for copy intrinsic | Albin Hedman | -67/+20 |
| 2021-06-27 | Fix the test copy-intrinsic | Albin Hedman | -50/+31 |
| 2021-06-27 | Bring back tests removed in 'Revert PRs 81238 and 82967 (which made copy and ... | Albin Hedman | -0/+144 |
| 2021-06-23 | deny using default function in impl const Trait | Deadbeef | -0/+3 |
| 2021-06-22 | Rollup merge of #86381 - yerke:add-test-for-issue-39161, r=JohnTitor | Yuki Okushi | -0/+13 |
| 2021-06-18 | improve test by using intrinsic directly | Ralf Jung | -54/+26 |
| 2021-06-18 | bless you | Ralf Jung | -836/+340 |
| 2021-06-17 | Rollup merge of #86340 - Smittyvb:ctfe-hard-error-message, r=RalfJung | Yuki Okushi | -88/+54 |
| 2021-06-16 | add regression test for issue #39161 | Yerkebulan Tulibergenov | -0/+13 |
| 2021-06-16 | Rollup merge of #86280 - JohnTitor:issue-76510, r=oli-obk | Yuki Okushi | -0/+90 |
| 2021-06-15 | Use better error message for hard errors in CTFE | Smitty | -88/+54 |
| 2021-06-14 | Add a regression test for issue-76510 | Yuki Okushi | -0/+90 |
| 2021-06-13 | update tests involving CTFE validation | Rémy Rakic | -95/+95 |
| 2021-06-13 | Test invalid vtable size/alignment const UB errors | Rémy Rakic | -27/+129 |
| 2021-06-12 | Rollup merge of #86174 - lqd:const-ub-align, r=RalfJung | Yuki Okushi | -0/+48 |
| 2021-06-11 | Auto merge of #85994 - tmiasko:monomorphic-needs-drop, r=RalfJung | bors | -0/+37 |
| 2021-06-09 | detect incorrect vtable alignment during const eval instead of ICE-ing | Rémy Rakic | -0/+48 |
| 2021-06-09 | Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrum | bors | -114/+0 |
| 2021-06-07 | Revert "Update tests" | bjorn3 | -2/+2 |
| 2021-06-05 | Disallow non-monomorphic calls to `needs_drop` in interpreter | Tomasz Miąsko | -0/+37 |
| 2021-06-04 | Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics). | Felix S. Klock II | -114/+0 |
| 2021-05-31 | Auto merge of #85704 - Aaron1011:const-panic-hard-err, r=RalfJung | bors | -128/+56 |
| 2021-05-30 | Emit a hard error when a panic occurs during const-eval | Aaron Hill | -128/+56 |
| 2021-05-30 | Update tests | bjorn3 | -2/+2 |
| 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-26 | Rollup merge of #85633 - lqd:stackless_span_stacks, r=oli-obk | Dylan DPC | -0/+56 |
| 2021-05-25 | add test for issue 85155 and similar | Rémy Rakic | -0/+56 |
| 2021-05-25 | Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakis | bors | -10/+2 |
| 2021-05-22 | Remove some errors in UI tests | LeSeulArtichaut | -10/+2 |
| 2021-05-22 | const_fn_unsize: check that the cast behaves correctly | Ralf Jung | -3/+10 |
| 2021-05-22 | stabilize const_fn_unsize | Ralf Jung | -75/+31 |