summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/errors
AgeCommit message (Expand)AuthorLines
2025-02-25Teach structured errors to display short `Ty`Esteban Küber-2/+2
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-3/+2
2024-12-18introduce `LateParamRegionKind`lcnr-4/+4
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-17small refactor to region error handlinglcnr-2/+1
2024-11-04ty::BrK -> ty::BoundRegionKind::KMichael Goulet-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+5
2024-07-21Move all error reporting into rustc_trait_selectionMichael Goulet-0/+183