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
/
methods
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-05-14
Rustfmt all the things
Oliver Scherer
-13
/
+28
2019-05-14
Use symbols instead of strings
Oliver Scherer
-120
/
+128
2019-05-12
Fix comments; minor refactoring
Michael Wright
-3
/
+4
2019-05-12
Fix #4019
Michael Wright
-12
/
+50
2019-05-10
Remove some unnecessary If arms
Manish Goregaokar
-1
/
+0
2019-05-03
Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
Matthias Krüger
-2
/
+2
2019-05-03
Fix link in into_iter_on_array documentation
Jean Mertz
-4
/
+3
2019-05-02
Auto merge of #4049 - airt:fix-4033-search_is_some, r=flip1995
bors
-2
/
+17
2019-05-01
check closure arguments before use it
airt
-1
/
+2
2019-05-01
format code
airt
-13
/
+13
2019-04-30
Add lints for find_map
André Luis Leal Cardoso Junior
-0
/
+84
2019-05-01
fix suggestion for search_is_some
airt
-4
/
+10
2019-05-01
fix suggestion for search_is_some naively
airt
-2
/
+10
2019-04-23
Ignore all enum and struct constructors in lints about `*or(call())`
Manish Goregaokar
-5
/
+10
2019-04-18
Typo
Felix Rabe
-1
/
+1
2019-04-17
Use lint pass macros
Matthew Kraai
-50
/
+39
2019-04-17
Use {get,match}_def_path from LateContext
flip1995
-5
/
+5
2019-04-08
Escape a single quote in single_char_pattern hint
Klemen Košir
-1
/
+2
2019-04-04
NFC: fix typos
Matthias Krüger
-1
/
+1
2019-03-23
rustup https://github.com/rust-lang/rust/pull/59096/
Matthias Krüger
-2
/
+1
2019-03-18
Replace most of ty:Ty with Ty
Mateusz Mikuła
-2
/
+2
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-22
/
+24
2019-03-09
Move get_unwrap to restriction
Manish Goregaokar
-1
/
+1
2019-03-06
Renamed: Cyclomatic Complexity -> Cognitive Complexity
Félix Fischer
-1
/
+1
2019-03-05
fix or ignore failing doc tests
Andy Russell
-9
/
+9
2019-03-05
move lint documentation into macro invocations
Andy Russell
-549
/
+548
2019-03-01
enable rust-lang/rust#58754
ljedrz
-5
/
+6
2019-02-26
Move lint_map_unwrap_or to its own file
Wilco Kusee
-44
/
+2
2019-02-26
Only suggest map_or for copy types
Wilco Kusee
-1
/
+2
2019-02-24
HirIdify some lints
ljedrz
-3
/
+3
2019-02-21
Auto merge of #3789 - bzzzzzz:needless_range_loop_bugfix, r=oli-obk
bors
-45
/
+21
2019-02-20
Fixed formatting and typo
bzzzz
-5
/
+5
2019-02-20
Make needless_range_loop not applicable to structures without iter method
bzzzz
-41
/
+17
2019-02-18
Format
Michael Wright
-1
/
+5
2019-02-18
Improve `iter_cloned_collect` suggestions
Michael Wright
-18
/
+23
2019-02-10
removing redundant closures in the whole project
Grzegorz
-2
/
+2
2019-02-01
Adding lint for too many lines.
Araam Borhanian
-0
/
+2
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57907/
Matthias Krüger
-5
/
+5
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
2019-01-26
Incorporate review suggestions
Michael Wright
-35
/
+44
2019-01-24
Fix `expect_fun_call` lint suggestions
Michael Wright
-93
/
+93
2019-01-20
Run rustfmt
Michael Wright
-4
/
+4
2019-01-20
Fixed breakage due to rust-lang/rust#57489
Michael Wright
-3
/
+1
2019-01-19
Catch up with `format_args` change
Shotaro Yamada
-14
/
+13
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2019-01-07
Update `unwrap_get` code review suggestions
Michael Wright
-8
/
+7
2019-01-06
Improve `get_unwrap` suggestion
Michael Wright
-2
/
+19
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-9
/
+9
2018-12-17
Do not mark as_ref as useless if it's followed by a method call
Wilco Kusee
-7
/
+17
2018-12-14
rustup rust-lang/rust#52994
flip1995
-2
/
+2
[prev]
[next]