about summary refs log tree commit diff
path: root/src/test/ui/intrinsics
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1650/+0
2022-12-24ignore some targetsRalf Jung-0/+2
2022-12-22abort immediately on bad mem::zeroed/uninitRalf Jung-16/+34
2022-12-13Avoid rendering empty annotationsOli Scherer-16/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-12/+16
2022-10-22Stabilize arbitrary_enum_discriminant, take 2Deadbeef-1/+1
2022-10-07make const_err a hard errorRalf Jung-3/+1
2022-10-05change might_permit_raw_init to fully detect LLVM UB, but not more than thatRalf Jung-82/+168
2022-09-28rustc_safe_intrinsic: Add UI testArthur Cohen-0/+25
2022-09-27core: Mark all safe intrinsics with #[rustc_safe_intrinsic]Arthur Cohen-0/+1
2022-09-27attributes: Add #[rustc_safe_intrinsic] builtinArthur Cohen-0/+6
2022-09-23Rollup merge of #102134 - flba-eb:master, r=bjorn3Matthias Krüger-1/+0
2022-09-23Restore ignore tagFlorian Bartels-1/+0
2022-09-21Set 'exec-env:RUST_BACKTRACE=0' in const-eval-select testsAaron Hill-2/+4
2022-09-04Make `const_eval_select` a real intrinsicDeadbeef-30/+89
2022-08-29Make the trait bound is not satisfied specify kindObei Sideg-1/+1
2022-08-14Point to argument if it's self type of unsatisfied projection predicateMichael Goulet-2/+4
2022-08-08Adjust wordingMichael Goulet-2/+2
2022-08-07Implement special-cased projection error message for some common traitsMichael Goulet-2/+2
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