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
/
clippy_lints
/
src
/
matches.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-04
Add wild and struct handling
ThibsG
-29
/
+59
2020-02-04
Use span_lint_and_sugg + move infaillible lint
ThibsG
-20
/
+110
2020-02-04
Add new lint: match with a single binding statement
ThibsG
-4
/
+56
2020-01-27
Rename `span_note_and_lint` to `span_lint_and_note`
Yuki Okushi
-3
/
+3
2020-01-27
Rename `span_help_and_lint` to `span_lint_and_help`
Yuki Okushi
-2
/
+2
2020-01-13
Extract visitor to utils
ThibsG
-43
/
+4
2020-01-13
Change note message
ThibsG
-3
/
+2
2020-01-13
Fix formatting
ThibsG
-6
/
+7
2020-01-13
Better binding name on Err for note
ThibsG
-26
/
+36
2020-01-13
Match underscore-prefixed variable also
ThibsG
-4
/
+41
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+2
2020-01-11
Apply review comments
Yuki Okushi
-35
/
+16
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-11
Apply review comments
Yuki Okushi
-15
/
+42
2020-01-11
Rustup to rust-lang/rust#67258
Yuki Okushi
-10
/
+12
2020-01-07
Span help without suggestion
ThibsG
-32
/
+6
2020-01-07
Change lint name to WILDCARD_IN_OR_PATTERNS
ThibsG
-5
/
+5
2020-01-07
Handle case for non-exhaustive enums
ThibsG
-10
/
+35
2020-01-07
Change group and use only func call
ThibsG
-2
/
+2
2020-01-07
Remove useless parameters in func call
ThibsG
-2
/
+2
2020-01-07
New lint: pats_with_wild_match_arm
ThibsG
-1
/
+42
2020-01-07
Normalize lint messages
Yuki Okushi
-11
/
+11
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-2
/
+2
2020-01-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-27
/
+27
2019-12-22
Remove trailling .s
Daniel Wagner-Hall
-2
/
+2
2019-12-22
Update wildcard enum match lint for non_exhaustive enums
Daniel Wagner-Hall
-2
/
+11
2019-12-21
rustup "Merge `ast::Mutability` and `mir::Mutability`"
Lzu Tao
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-27
Add BorrowKind::Ref
Manish Goregaokar
-1
/
+1
2019-11-25
Rustup to rust-lang/rust#66671
flip1995
-1
/
+1
2019-11-11
MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureBy
Manish Goregaokar
-1
/
+1
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-26
/
+26
2019-09-26
Rustup https://github.com/rust-lang/rust/pull/64513
Lzu Tao
-6
/
+6
2019-09-25
ignore single-match for or patterns
Manish Goregaokar
-0
/
+5
2019-09-25
arm.pats -> arm.pat
Manish Goregaokar
-51
/
+32
2019-08-25
Fix `match_as_ref` bad suggestion
Michael Wright
-2
/
+21
2019-08-19
Remove in_macro_or_desugar
KRAAI, MATTHEW [VISUS]
-3
/
+3
2019-08-16
Remove "a" from single_match_else description
KRAAI, MATTHEW [VISUS]
-2
/
+2
2019-08-05
Rollup merge of #4331 - phansch:doctests_restriction, r=flip1995
Philipp Krones
-0
/
+2
2019-08-03
Doctests: Enable running doc tests for restriction lints
Philipp Hansch
-0
/
+2
2019-08-03
Doctests: Enable running doc tests for pedantic lints
Philipp Hansch
-2
/
+8
2019-06-20
Fix warnings about unnecessary lifetime bounds
Lzu Tao
-1
/
+1
2019-05-17
Prevent symbocalypse
Oliver Scherer
-14
/
+13
2019-05-14
Rustfmt all the things
Oliver Scherer
-1
/
+1
2019-05-14
Use symbols instead of strings
Oliver Scherer
-13
/
+14
2019-05-11
Rename in_macro to in_macro_or_desugar
Manish Goregaokar
-3
/
+3
2019-05-03
Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
Matthias Krüger
-2
/
+2
2019-04-17
Use lint pass macros
Matthew Kraai
-24
/
+13
2019-04-15
Deny rustc internal lints
flip1995
-2
/
+2
[next]