index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_pattern_analysis
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-29
Encapsulate the printing of `WitnessPat`
Zalathar
-9
/
+3
2024-07-28
Don't store `thir::Pat` in error structs
Zalathar
-27
/
+26
2024-04-21
Pass translation closure to add_to_diag_with() as reference
Xiretza
-2
/
+2
2024-03-13
Rename `RustcMatchCheckCtxt` -> `RustcPatCtxt`
Nadrieril
-2
/
+2
2024-03-11
Rename `AddToDiagnostic` as `Subdiagnostic`.
Nicholas Nethercote
-5
/
+5
2024-03-09
Lint small gaps between ranges
Nadrieril
-0
/
+51
2024-03-05
Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.
Nicholas Nethercote
-2
/
+2
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-2
/
+6
2024-02-08
Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errors
Matthias Krüger
-5
/
+2
2024-02-08
Add `SubdiagnosticMessageOp` as a trait alias.
Nicholas Nethercote
-5
/
+2
2024-01-31
Remove `pattern_arena` from `RustcMatchCheckCtxt`
Nadrieril
-1
/
+4
2023-12-15
s/RustcCtxt/RustcMatchCheckCtxt/
Nadrieril
-2
/
+2
2023-12-15
Name rustc-specific things "rustc"
Nadrieril
-2
/
+2
2023-12-15
Abstract `MatchCheckCtxt` into a trait
Nadrieril
-3
/
+3
2023-12-11
Gather rustc-specific functions around `MatchCheckCtxt`
Nadrieril
-4
/
+4
2023-12-11
Extract exhaustiveness into its own crate
Nadrieril
-0
/
+95