about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src/errors.rs
AgeCommit message (Expand)AuthorLines
2024-07-29Encapsulate the printing of `WitnessPat`Zalathar-9/+3
2024-07-28Don't store `thir::Pat` in error structsZalathar-27/+26
2024-04-21Pass translation closure to add_to_diag_with() as referenceXiretza-2/+2
2024-03-13Rename `RustcMatchCheckCtxt` -> `RustcPatCtxt`Nadrieril-2/+2
2024-03-11Rename `AddToDiagnostic` as `Subdiagnostic`.Nicholas Nethercote-5/+5
2024-03-09Lint small gaps between rangesNadrieril-0/+51
2024-03-05Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.Nicholas Nethercote-2/+2
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-2/+2
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-2/+6
2024-02-08Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errorsMatthias Krüger-5/+2
2024-02-08Add `SubdiagnosticMessageOp` as a trait alias.Nicholas Nethercote-5/+2
2024-01-31Remove `pattern_arena` from `RustcMatchCheckCtxt`Nadrieril-1/+4
2023-12-15s/RustcCtxt/RustcMatchCheckCtxt/Nadrieril-2/+2
2023-12-15Name rustc-specific things "rustc"Nadrieril-2/+2
2023-12-15Abstract `MatchCheckCtxt` into a traitNadrieril-3/+3
2023-12-11Gather rustc-specific functions around `MatchCheckCtxt`Nadrieril-4/+4
2023-12-11Extract exhaustiveness into its own crateNadrieril-0/+95