about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2021-07-14test dynamic check for ptr-int-casts (unleashed)Ralf Jung-3/+21
2021-07-14adjust testsRalf Jung-196/+159
2021-07-11Fix ICE with unsized type in const patternFabian Wolff-0/+42
2021-07-10remove duplicate testRalf Jung-15/+0
2021-07-10remove const_raw_ptr_to_usize_cast featureRalf Jung-124/+45
2021-07-09Use #[track_caller] in const panic diagnostics.Mara Bos-15/+42
2021-07-08Rollup merge of #86838 - lambinoo:I-69630-rust_const_unstable_check_const, r=...Guillaume Gomez-0/+154
2021-07-08fn must be const if marked with stability attributLamb-0/+154
2021-07-06Add s to non_fmt_panicRyan Levick-1/+1
2021-07-06Revert "Revert "Update tests""bjorn3-2/+2
2021-07-04Auto merge of #86255 - Smittyvb:mir-alloc-oom, r=RalfJung,oli-obkbors-0/+33
2021-07-03Auto merge of #86571 - fee1-dead:const-trait-impl-fix, r=jackh726bors-0/+3
2021-06-29Test memory exhaustion in const evaluationSmitty-1/+13
2021-06-29Make memory exhaustion a hard errorSmitty-15/+5
2021-06-29Support allocation failures when interperting MIRSmitty-0/+31
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-0/+32
2021-06-29Auto merge of #86475 - crlf0710:miri_vtable_refactor, r=bjorn3bors-5/+5
2021-06-28Bless the test suite.Charles Lew-5/+5
2021-06-27Update and bless tests for copy intrinsicAlbin Hedman-67/+20
2021-06-27Fix the test copy-intrinsicAlbin Hedman-50/+31
2021-06-27Bring back tests removed in 'Revert PRs 81238 and 82967 (which made copy and ...Albin Hedman-0/+144
2021-06-23deny using default function in impl const TraitDeadbeef-0/+3
2021-06-22Rollup merge of #86381 - yerke:add-test-for-issue-39161, r=JohnTitorYuki Okushi-0/+13
2021-06-18improve test by using intrinsic directlyRalf Jung-54/+26
2021-06-18bless youRalf Jung-836/+340
2021-06-17Rollup merge of #86340 - Smittyvb:ctfe-hard-error-message, r=RalfJungYuki Okushi-88/+54
2021-06-16add regression test for issue #39161Yerkebulan Tulibergenov-0/+13
2021-06-16Rollup merge of #86280 - JohnTitor:issue-76510, r=oli-obkYuki Okushi-0/+90
2021-06-15Use better error message for hard errors in CTFESmitty-88/+54
2021-06-14Add a regression test for issue-76510Yuki Okushi-0/+90
2021-06-13update tests involving CTFE validationRémy Rakic-95/+95
2021-06-13Test invalid vtable size/alignment const UB errorsRémy Rakic-27/+129
2021-06-12Rollup merge of #86174 - lqd:const-ub-align, r=RalfJungYuki Okushi-0/+48
2021-06-11Auto merge of #85994 - tmiasko:monomorphic-needs-drop, r=RalfJungbors-0/+37
2021-06-09detect incorrect vtable alignment during const eval instead of ICE-ingRémy Rakic-0/+48
2021-06-09Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrumbors-114/+0
2021-06-07Revert "Update tests"bjorn3-2/+2
2021-06-05Disallow non-monomorphic calls to `needs_drop` in interpreterTomasz Miąsko-0/+37
2021-06-04Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics).Felix S. Klock II-114/+0
2021-05-31Auto merge of #85704 - Aaron1011:const-panic-hard-err, r=RalfJungbors-128/+56
2021-05-30Emit a hard error when a panic occurs during const-evalAaron Hill-128/+56
2021-05-30Update testsbjorn3-2/+2
2021-05-28const eval errors: display the current item instance if there are generics in...Rémy Rakic-2/+2
2021-05-27don't trim paths in collector PME messageRémy Rakic-2/+2
2021-05-26Rollup merge of #85633 - lqd:stackless_span_stacks, r=oli-obkDylan DPC-0/+56
2021-05-25add test for issue 85155 and similarRémy Rakic-0/+56
2021-05-25Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakisbors-10/+2
2021-05-22Remove some errors in UI testsLeSeulArtichaut-10/+2
2021-05-22const_fn_unsize: check that the cast behaves correctlyRalf Jung-3/+10
2021-05-22stabilize const_fn_unsizeRalf Jung-75/+31