about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/effects
AgeCommit message (Expand)AuthorLines
2024-12-22Flatten effects directory now that it doesn't really test anything specificMichael Goulet-1406/+0
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-0/+10
2024-12-10Tweak wording of non-const traits used as const boundsEsteban Küber-12/+26
2024-12-01Adjust HostEffect error spans correctly to point at argsMichael Goulet-4/+12
2024-11-23Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnrbors-4/+119
2024-11-22Check drop is trivial before checking ty needs dropMichael Goulet-2/+2
2024-11-22Deduplicate checking drop terminatorMichael Goulet-1/+2
2024-11-22Gate const drop behind const_destruct feature, and fix const_precise_live_dro...Michael Goulet-2/+43
2024-11-22Implement ~const Destruct in new solverMichael Goulet-3/+76
2024-11-22Bail in effects in old solver if self ty is ty varMichael Goulet-0/+16
2024-11-21Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-deadMatthias Krüger-4/+13
2024-11-19Implement ~const Fn trait goals in the new solverMichael Goulet-0/+58
2024-11-19Implement ~const opaquesMichael Goulet-4/+13
2024-11-04Fix minicore, add tests based off of itMichael Goulet-129/+97
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-2/+2
2024-11-03Yeet effects featureMichael Goulet-117/+38
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-1/+1
2024-10-28Hack out effects support for old solverMichael Goulet-54/+13
2024-10-26Pass constness with span into lower_poly_trait_refMichael Goulet-6/+6
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-4/+24
2024-10-25Re-do recursive const stability checksRalf Jung-1/+1
2024-10-24Be better at enforcing that const_conditions is only called on const itemsMichael Goulet-17/+1
2024-10-24Implement const effect predicate in new solverMichael Goulet-46/+42
2024-10-24Remove associated type based effects logicMichael Goulet-32/+0
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-5/+5
2024-10-22Move testsMichael Goulet-0/+1360