summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/effects
AgeCommit message (Expand)AuthorLines
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