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
/
lints.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-03
Remove `LintExpectationId` from `Level` variants
Oli Scherer
-1
/
+1
2025-04-03
Make LevelAndSource a struct
Oli Scherer
-5
/
+6
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-1
/
+0
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-3
/
+3
2024-03-13
Rename `RustcMatchCheckCtxt` -> `RustcPatCtxt`
Nadrieril
-6
/
+6
2024-03-11
`DeconstructedPat.data` is always present now
Nadrieril
-1
/
+1
2024-03-11
Rename `DecorateLint` as `LintDiagnostic`.
Nicholas Nethercote
-1
/
+1
2024-02-02
Remove dead args from functions
Michael Goulet
-1
/
+1
2024-01-30
Make `PatternColumn` part of the public API
Nadrieril
-84
/
+3
2024-01-30
Limit the use of `PlaceCtxt`
Nadrieril
-18
/
+16
2024-01-30
Make `PatternColumn` generic in `Cx`
Nadrieril
-23
/
+20
2024-01-23
Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.
Nicholas Nethercote
-1
/
+1
2024-01-20
Remove Ty: Copy bound
Nadrieril
-2
/
+2
2024-01-19
Rollup merge of #119835 - Nadrieril:simplify-empty-logic, r=compiler-errors
Matthias Krüger
-1
/
+1
2024-01-15
Lint overlapping ranges directly from exhaustiveness
Nadrieril
-29
/
+3
2024-01-15
Make all the empty pattern decisions in `usefulness`
Nadrieril
-1
/
+1
2024-01-11
Only lint ranges that really overlap
Nadrieril
-85
/
+2
2024-01-11
Factor out collection of overlapping ranges
Nadrieril
-29
/
+49
2024-01-11
Auto merge of #119837 - matthiaskrgr:rollup-l2olpad, r=matthiaskrgr
bors
-15
/
+21
2024-01-09
Document the new `expand_and_push` method
Nadrieril
-3
/
+5
2024-01-07
Abort analysis on type error
Nadrieril
-4
/
+8
2024-01-07
Add an error path to the algorithm
Nadrieril
-11
/
+13
2024-01-07
We only need the arity of the subtype list now
Nadrieril
-2
/
+1
2024-01-07
Use special enum to represent algorithm-generated wildcards in the matrix
Nadrieril
-8
/
+9
2024-01-07
Remove incorrect `assert`
Nadrieril
-6
/
+0
2024-01-07
Factor out pushing onto `PatternColumn`
Nadrieril
-12
/
+12
2024-01-06
Reuse `ctor_sub_tys` when we have one around
Nadrieril
-1
/
+2
2024-01-06
Auto merge of #119329 - Nadrieril:reveal-opaques-early, r=compiler-errors
bors
-15
/
+8
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-1
/
+1
2024-01-01
Statically enforce revealing of opaques
Nadrieril
-15
/
+8
2023-12-26
Keep reference to the original `Pat` in `DeconstructedPat`
Nadrieril
-2
/
+2
2023-12-26
Rollup merge of #119307 - compiler-errors:pat-lifetimes, r=Nadrieril
Michael Goulet
-10
/
+10
2023-12-26
Elide more lifetimes
Michael Goulet
-1
/
+1
2023-12-26
Yeet some lifetimes
Michael Goulet
-10
/
+10
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-23
Clarify the situation with dummy patterns and `PatData`
Nadrieril
-2
/
+2
2023-12-20
Reveal opaque types in exhaustiveness checking
Nadrieril
-15
/
+7
2023-12-15
s/MatchCx/TypeCx/
Nadrieril
-1
/
+1
2023-12-15
Introduce `MatchCtxt`
Nadrieril
-29
/
+27
2023-12-15
s/PatCtxt/PlaceCtxt/
Nadrieril
-5
/
+5
2023-12-15
`pattern_analysis` doesn't need to know what spans are
Nadrieril
-2
/
+2
2023-12-15
Address review comments
Nadrieril
-6
/
+3
2023-12-15
s/RustcCtxt/RustcMatchCheckCtxt/
Nadrieril
-6
/
+7
2023-12-15
Iron out last rustc-specific details
Nadrieril
-1
/
+1
2023-12-15
Name rustc-specific things "rustc"
Nadrieril
-9
/
+8
2023-12-15
Abstract `MatchCheckCtxt` into a trait
Nadrieril
-12
/
+13
2023-12-15
Disentangle the arena from `MatchCheckCtxt`
Nadrieril
-18
/
+29
2023-12-15
Remove all matching on `ty.kind()` outside `cx`
Nadrieril
-3
/
+2
[next]