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
Age
Commit message (
Expand
)
Author
Lines
2021-04-13
Refactor diagnostic item methods
Cameron Steffen
-14
/
+21
2021-04-12
Auto merge of #7064 - ThibsG:WrongSelfFix, r=giraffate
bors
-0
/
+8
2021-04-12
Auto merge of #7047 - camsteffen:lang-ctor, r=flip1995
bors
-6
/
+8
2021-04-11
Fix FP in `wrong_self_convention` lint
ThibsG
-0
/
+8
2021-04-10
Deprecate filter_map
Cameron Steffen
-92
/
+1
2021-04-06
Introduce is_lang_ctor
Cameron Steffen
-6
/
+8
2021-04-06
Symbol optimizations
Cameron Steffen
-3
/
+3
2021-04-06
Fix all occurences of `needless_borrow` internally
Jason Newcomb
-50
/
+48
2021-04-05
A new lint for shared code in if blocks
xFrednet
-32
/
+16
2021-04-02
Auto merge of #7016 - camsteffen:bind-map-paths, r=Manishearth
bors
-81
/
+78
2021-04-01
Remove paths from bind_instead_of_map
Cameron Steffen
-81
/
+78
2021-04-01
Auto merge of #7002 - mgacek8:issue6983_wrong_self_convention_inside_trait_im...
bors
-8
/
+34
2021-03-31
Eat dogfood
Cameron Steffen
-44
/
+33
2021-03-31
Destructure args in methods module
Cameron Steffen
-375
/
+412
2021-03-31
Auto merge of #6342 - bbqbaron:issue-6061, r=flip1995
bors
-69
/
+171
2021-03-31
Suggest `flatten` instead of `is_some` -> `unwrap`
Eric Loren
-69
/
+171
2021-03-29
wrong_self_convention: fix FP inside trait impl for `to_*` method
Mateusz Gacek
-8
/
+34
2021-03-29
Improve `clone_on_copy`
Jason Newcomb
-51
/
+67
2021-03-25
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-531
/
+862
2021-03-24
Rename `contains_adt` to `contains_adt_constructor`
Jason Newcomb
-3
/
+3
2021-03-24
Fix false positive with `new_ret_no_self` when returning `Self` with differen...
Jason Newcomb
-3
/
+11
2021-03-25
merge imports
Takayuki Maeda
-2
/
+1
2021-03-23
Auto merge of #6957 - camsteffen:eq-ty-kind, r=flip1995
bors
-10
/
+8
2021-03-23
Factor out eq_ty_kind
Cameron Steffen
-10
/
+8
2021-03-22
Auto merge of #6950 - Sciencentistguy:master, r=phansch
bors
-1
/
+1
2021-03-22
Auto merge of #6896 - TaKO8Ki:refactor-lints-in-methods-module, r=phansch
bors
-333
/
+388
2021-03-22
Ignore str::len() in or_fun_call lint.
Jamie Quigley
-1
/
+1
2021-03-21
search_is_some: check also when search is none
Mateusz Gacek
-40
/
+124
2021-03-20
Auto merge of #6924 - mgacek8:issue6727_copy_types, r=llogiq
bors
-56
/
+78
2021-03-19
wrong_self_convention: Enhance lint message
Mateusz Gacek
-12
/
+15
2021-03-18
Auto merge of #6928 - mgacek8:issue6675_or_fun_call_unsafe_blocks, r=phansch
bors
-2
/
+11
2021-03-18
or_fun_call: trigger on unsafe blocks
Mateusz Gacek
-2
/
+11
2021-03-17
wrong_self_convention: `to_` respects `Copy` types
Mateusz Gacek
-47
/
+66
2021-03-18
replace crate::methods::utils with super::utils
Takayuki Maeda
-5
/
+5
2021-03-18
remove the use of paths
Takayuki Maeda
-2
/
+2
2021-03-18
move get_hint_if_single_char_arg to methods/utils.rs
Takayuki Maeda
-35
/
+36
2021-03-18
move chars_last_cmp_with_unwrap to its own module
Takayuki Maeda
-10
/
+15
2021-03-18
extract conditions for single_char_pattern into its own module
Takayuki Maeda
-23
/
+25
2021-03-18
extract condition for into_iter_on_ref to its own module
Takayuki Maeda
-23
/
+31
2021-03-18
extract conditions for `from_iter_instead_of_collect` into its own module
Takayuki Maeda
-18
/
+14
2021-03-18
extract conditions into modules
Takayuki Maeda
-23
/
+26
2021-03-18
move single_char_add_str to its own module
Takayuki Maeda
-0
/
+15
2021-03-18
use clippy_utils::ty::is_type_diagnostic_item
Takayuki Maeda
-1
/
+1
2021-03-18
fmt
Takayuki Maeda
-1
/
+1
2021-03-18
remove unused arguments
Takayuki Maeda
-21
/
+6
2021-03-18
extract a condition into a function.
Takayuki Maeda
-6
/
+6
2021-03-18
remove a needless variable
Takayuki Maeda
-2
/
+1
2021-03-18
use derefs_to_slice in methods/utils.rs
Takayuki Maeda
-46
/
+6
2021-03-18
move derefs_to_slice to methods/utils.rs
Takayuki Maeda
-0
/
+46
2021-03-18
refactor string_extend_chars: return when obj type is not string
Takayuki Maeda
-28
/
+29
[next]