summary refs log tree commit diff
path: root/tests/ui/consts/required-consts
AgeCommit message (Expand)AuthorLines
2024-04-23properly fill a promoted's required_constsRalf Jung-1/+89
2024-03-21make sure we don't inline these generic fn as that could monomorphize themRalf Jung-6/+12
2024-03-20explicitly set opt-level=0Ralf Jung-94/+109
2024-03-20mentioned_items: record all callee and coerced closure types, whether they ar...Ralf Jung-2/+229
2024-03-20mentioned items: also handle closure-to-fn-ptr coercionsRalf Jung-0/+75
2024-03-20mentioned items: also handle vtablesRalf Jung-13/+32
2024-03-20fix comments in required-consts testsRalf Jung-34/+29
2024-03-20collector: recursively traverse 'mentioned' items to evaluate their constantsRalf Jung-25/+230
2024-03-14preserve span when evaluating mir::ConstOperandRalf Jung-0/+36
2024-03-13const-eval: organize and extend tests for required-constsRalf Jung-0/+476