summary refs log tree commit diff
path: root/compiler/rustc_traits/src/normalize_projection_ty.rs
AgeCommit message (Expand)AuthorLines
2024-01-12Remove redundant Code from FulfillmentErrorCode variantsMichael Goulet-1/+1
2023-11-13Remove `-Zperf-stats`.Nicholas Nethercote-3/+0
2023-09-13Detect cycle errors hidden by opaques during monomorphizationMichael Goulet-1/+25
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-2/+2
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-1/+33
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-1/+1
2023-05-04IAT: Introduce AliasKind::InherentLeón Orell Valerian Liehr-1/+28
2022-10-27(almost) Always use ObligationCtxt when dealing with canonical queriesMichael Goulet-4/+3
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2022-01-28Remove generalization over projectionkadmin-1/+4
2020-08-30mv compiler to compiler/mark-0/+42