summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
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
2021-05-17Auto merge of #85353 - jonas-schievink:async-blocks-in-ctfe, r=oli-obkbors-11/+43
2021-05-16Add tracking issueJonas Schievink-0/+2
2021-05-16Allow `async {}` expressions in const contextsJonas Schievink-11/+41
2021-05-1532bit blessRalf Jung-38/+28
2021-05-15split ui test stderr by bitwidthRalf Jung-1/+17
2021-05-15get rid of a bunch of unnecessary NOTE in const testsRalf Jung-81/+46
2021-05-15handle pointers in strRalf Jung-0/+20
2021-05-13Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obkbors-139/+0
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-2/+24
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-42/+42
2021-05-12entirely remove rustc_args_required_const attributeRalf Jung-17/+0
2021-05-12rustc_args_required_const is no longer a promotion siteRalf Jung-122/+0
2021-05-11Test `-Zthir-unsafeck` for unsafe function callsLeSeulArtichaut-2/+24
2021-05-09more erroneous-const testsRalf Jung-3/+63
2021-05-09ensure failing promoteds in const/static bodies are handled correctlyRalf Jung-16/+38
2021-05-08Auto merge of #83278 - Amanieu:bump_stdarch, r=Mark-Simulacrumbors-33/+27
2021-05-08Bump stdarch submoduleAmanieu d'Antras-33/+27
2021-05-07bless 32bitRalf Jung-1/+1
2021-05-07fix null pointer error messagesRalf Jung-2/+2
2021-05-0632bit blessRalf Jung-1/+1
2021-05-06use CheckInAllocMsg::PointerArithmeticTest for ptr_offset errorRalf Jung-7/+7
2021-05-02Change 'NULL' to 'null'Brent Kerby-9/+9
2021-04-29re-bless on 32bitRalf Jung-7/+7
2021-04-29remove const_fn feature gate from const testsRalf Jung-102/+68
2021-04-26Auto merge of #84544 - RalfJung:const_fn_in_trait, r=oli-obkbors-1/+1
2021-04-25move core::hint::black_box under its own feature gateRalf Jung-2/+2
2021-04-25'const fn' in trait are rejected in the AST, this feature gate check is a NOPRalf Jung-1/+1
2021-04-19add gate tests and pacify tidyRalf Jung-0/+91
2021-04-18separate feature flag for unsizing casts in const fnRalf Jung-19/+18
2021-04-18move 'trait bounds on const fn' to separate feature gateRalf Jung-24/+26
2021-04-11stabilize const_cttzAndreas Jonson-1/+32
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-28/+25