summary refs log tree commit diff
path: root/src/test/ui/intrinsics
AgeCommit message (Expand)AuthorLines
2022-07-30Rollup merge of #99862 - WaffleLapkin:type_mismatch_fix, r=compiler-errorsDylan DPC-2/+4
2022-07-28--bless testsMaybe Waffle-2/+4
2022-07-26bless tests, remove nonexistent E0395Deadbeef-2/+2
2022-07-14Use constant eval to do strict validity checks5225225-22/+44
2022-07-08fix stderr output file after rebaseJane Losare-Lusby-23/+5
2022-07-08Support unstable moves via stable in unstable itemsJane Lusby-5/+27
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-5/+5
2022-07-07Shorten span for closures.Camille GILLOT-5/+5
2022-07-06interpret: use AllocRange in UninitByteAccessRalf Jung-1/+1
2022-06-28Rename/restructure memory ordering intrinsics.Mara Bos-119/+119
2022-05-24Add flag for stricter checks on uninit/zeroed5225225-6/+38
2022-04-26Revert "add `DefId` to unsafety violations and display function path in E0133"Oli Scherer-3/+3
2022-04-24only show a simple description in E0133 span labelEmil Gardström-6/+6
2022-04-24add `DefId` to unsafety violations and display function path in E0133Emil Gardström-12/+12
2022-04-09Rollup merge of #95374 - RalfJung:assert_uninit_valid, r=Mark-SimulacrumDylan DPC-0/+28
2022-04-06bless testsPietro Albini-2/+2
2022-03-27assert_uninit_valid: ensure we detect at least arrays of uninhabited typesRalf Jung-0/+28
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-2/+2
2022-01-26add note suggesting that predicate is satisfied but is not constMichael Goulet-0/+5
2022-01-26Improve selection errors for `~const` trait boundsDeadbeef-6/+6
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+1
2021-11-04treat illumos like solaris in failing ui tests which need itRichard Lowe-0/+1
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-8/+25
2021-10-14Revert "Stabilize `arbitrary_enum_discriminant`"Mark Rousskov-1/+1
2021-10-14Fix const stabilityDeadbeef-0/+30
2021-10-14Avoid tupling at the calleeDeadbeef-30/+32
2021-10-12Add const_eval_select intrinsicDeadbeef-0/+164
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-2/+1
2021-09-21Disable visible path calculation for PrettyPrinter in Ok path of compilerAlik Aslanyan-5/+6
2021-07-28Stabilize `arbitrary_enum_discriminant`Deadbeef-1/+1
2021-07-14adjust testsRalf Jung-1/+1
2021-07-08Bless a UI testScott McMurray-18/+5
2021-07-08Stop generating `alloca`s+`memcmp` for simple array equalityScott McMurray-0/+60
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-0/+191
2021-06-04Regression test for issue 84297.Felix S. Klock II-0/+9
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-0/+2
2021-05-21Check for use of mutable/extern statics in THIR unsafeckLeSeulArtichaut-1/+15
2021-05-11Test `-Zthir-unsafeck` for unsafe function callsLeSeulArtichaut-3/+33
2021-05-06Fix up/ignore failing ui tests on fuchsiaTyler Mandry-0/+1
2021-04-18Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkovbors-0/+53
2021-04-17Move some tests to more reasonable directories - 6Caio-0/+53
2021-04-16Remove #[main] attribute.Charles Lew-5/+5
2020-12-31remove move_val_init leftoversRalf Jung-272/+0
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2020-10-19Fix ui test for updated core::panic behaviour.Mara Bos-2/+2
2020-09-26might_permit_raw_init: also check aggregate fieldsRalf Jung-2/+38
2020-07-13Remove trailing whitespacewangtheo-0/+1
2020-07-13Removed trailing whitespaceTeddy_Wang-1/+1
2020-07-13Added ui tests for volatile and nearby intrinsicsTeddy_Wang-0/+54
2020-04-17Add test for issue-28575Yuki Okushi-0/+20