about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/mentioned_items.rs
AgeCommit message (Expand)AuthorLines
2024-05-09Make builtin_deref just return a TyMichael Goulet-2/+2
2024-03-20mentioned_items: avoid adding str/slice unsizing castsRalf Jung-9/+16
2024-03-20mentioned_items: record all callee and coerced closure types, whether they ar...Ralf Jung-29/+42
2024-03-20mentioned items: also handle closure-to-fn-ptr coercionsRalf Jung-0/+16
2024-03-20mentioned items: also handle vtablesRalf Jung-1/+25
2024-03-20collector: recursively traverse 'mentioned' items to evaluate their constantsRalf Jung-0/+57