about summary refs log tree commit diff
path: root/clippy_lints/src/methods
AgeCommit message (Expand)AuthorLines
2024-02-25correct wrong doc syntaxlucarlig-1/+1
2024-02-25Remove `clippy_utils::get_parent_node`Alex Macleod-5/+4
2024-02-24Add new `unnecessary_get_then_check` clippy lintGuillaume Gomez-5/+127
2024-02-22Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-137/+290
2024-02-21Extend `unnecessary_to_owned` to handle `Borrow` trait in map typesGuillaume Gomez-2/+96
2024-05-21Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...Philipp Krones-16/+79
2024-05-19Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errorsMatthias Krüger-1/+1
2024-05-18Fix typos (taking into account review comments)blyxyas-1/+1
2024-05-17Rename Unsafe to SafetySantiago Pastorino-4/+2
2024-02-19Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.Nicholas Nethercote-2/+2
2024-02-14[`case_sensitive_file_extension_comparisons`]: Don't trigger on digits-only e...Ethiraric-0/+1
2024-02-10hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`Vadim Petrochenkov-5/+5
2024-02-09Auto merge of #12070 - roife:fix/issue-12034, r=Centri3bors-41/+100
2024-02-08Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyupPhilipp Krones-2/+358
2024-02-08Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-3/+360
2024-02-08Merging the calculation of sugg and applicabilityroife-13/+12
2024-02-07hir: Remove `fn opt_hir_id` and `fn opt_span`Vadim Petrochenkov-3/+3
2024-02-05new lint: `manual_c_str_literals`y21-0/+234
2024-02-03Remove wildcard usage for patternsroife-13/+8
2024-02-03Refactor machine_applicable_sugg in unnecessary_fallible_conversionsroife-17/+24
2024-02-02Refactor sugg builder in unnecessary_fallible_conversionsroife-47/+72
2024-02-02Move qpath_spans into FunctionKindroife-26/+23
2024-01-30hir: Remove `hir::Map::{owner,expect_owner}`Vadim Petrochenkov-1/+1
2024-01-29Remove fixed FIXMEGuillaume Gomez-1/+0
2024-01-27Auto merge of #12169 - GuillaumeGomez:unnecessary_result_map_or_else, r=llogiqbors-1/+124
2024-01-25Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u...Philipp Krones-136/+215
2024-01-25Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-137/+217
2024-01-23Add new `unnecessary_result_map_or_else` lintGuillaume Gomez-1/+124
2024-01-20Improve wording for suggestion messagesGuillaume Gomez-10/+10
2024-01-19Pack the u128 in LitKind::IntJosh Stone-7/+12
2024-01-17Fix clippyOli Scherer-1/+2
2024-01-16Auto merge of #11608 - atwam:suspicious-open-options, r=y21bors-101/+168
2024-01-16Auto merge of #12149 - GuillaumeGomez:core-std-suggestions, r=llogiqbors-10/+6
2024-01-15Use `std_or_core` instead of doing check by hand every timeGuillaume Gomez-2/+2
2024-01-15fix false positive in `suspicious_open_options`, make paths worky21-13/+47
2024-01-15Fix conflictsatwam-7/+24
2024-01-15Add suggestion/fix to suspicious_open_optionsatwam-31/+35
2024-01-15PR Fixesatwam-23/+14
2024-01-15More helpful text, small style changes.atwam-33/+50
2024-01-15Add suspicious_open_options lint.atwam-92/+96
2024-01-15Auto merge of #12136 - y21:issue12135, r=Jarchobors-5/+13
2024-01-14Correctly suggest `std` or `core` path depending if this is a `no_std` crateGuillaume Gomez-9/+5
2024-01-13lint on `.map(|&x| x.clone())`y21-22/+10
2024-01-12Improve help message for `search_is_some` lintGuillaume Gomez-4/+4
2024-01-12[`useless_asref`]: check that the clone receiver is the localy21-3/+23
2024-01-11Auto merge of #12129 - GuillaumeGomez:map-clone-copy, r=llogiqbors-6/+14
2024-01-11Fix suggestion for `map_clone` on types implementing `Copy`Guillaume Gomez-6/+14
2024-01-11Merge commit '26ac6aab023393c94edf42f38f6ad31196009643'Philipp Krones-104/+641
2024-01-11Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-105/+643
2024-01-09Fix dogfood and add code commentsGuillaume Gomez-7/+12