about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/errors
AgeCommit message (Expand)AuthorLines
2025-07-04Fix elided lifetimes in rustdocMichael Goulet-1/+1
2025-07-04Remove Symbol for Named LateParam/Bound variantsMichael Goulet-2/+3
2025-06-25Add runtime check to avoid overwrite arg easily in diag and store and restore...xizheyin-0/+2
2025-04-16Move eager translation to a method on `Diag`Jake Goulding-7/+3
2025-04-08clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`xizheyin-1/+1
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