about summary refs log tree commit diff
path: root/compiler/rustc_ty_utils/src/common_traits.rs
AgeCommit message (Expand)AuthorLines
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-1/+2
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-0/+8
2025-03-06Account for UseCloned on expr_use_visitorSantiago Pastorino-1/+15
2024-11-19move `fn is_item_raw` to `TypingEnv`lcnr-9/+8
2024-10-29TypingMode :thinking:lcnr-2/+2
2024-05-29Start implementing needs_async_drop and relatedDaria Sukhonina-20/+1
2024-04-16Add simple async drop glue generationzetanumbers-1/+20
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-8/+3
2023-03-21remove some trait solver helperslcnr-2/+1
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-9/+2
2021-03-21Don't consider !Unpin references as noaliasNikita Popov-1/+11
2020-11-19Move `rustc_ty` -> `rustc_ty_utils`LeSeulArtichaut-0/+41