about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/structured_errors.rs
AgeCommit message (Expand)AuthorLines
2024-03-05Rename `StructuredDiagnostic` as `StructuredDiag`.Nicholas Nethercote-1/+1
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-5/+5
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-3/+3
2024-01-14Rework how diagnostic lints are stored.Nicholas Nethercote-2/+2
2023-12-23Give `DiagnosticBuilder` a default type.Nicholas Nethercote-11/+5
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+42