about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2021-08-16Update docs for `expl_impl_clone_on_copy`. Bug was fixed in 879fa5c9721c89c27...Jason Newcomb-3/+0
2021-08-16Check `if let` expr usage in `manual_flatten`dswij-2/+5
2021-08-16Auto merge of #7531 - Jarcho:manual_map_7413, r=camsteffenbors-14/+53
2021-08-14Improve `manual_map`Jason Newcomb-6/+30
2021-08-14Improve `manual_map` and `map_entry`Jason Newcomb-8/+23
2021-08-14Downgrade option_if_let_else to nurseryDavid Tolnay-2/+2
2021-08-13Fix false positive on `filter_next`dswij-2/+5
2021-08-12Use `avoid_breaking_exported_api` for `types` module lintsxFrednet-19/+71
2021-08-12Updated lint message for `rc_mutex`xFrednet-5/+6
2021-08-12Merge remote-tracking branch 'upstream/master' into rustupflip1995-277/+498
2021-08-12Auto merge of #7546 - mgeier:patch-1, r=giraffatebors-0/+1
2021-08-12Auto merge of #7516 - lf-:unwrap-or-default, r=xFrednetbors-8/+96
2021-08-12Correctly report inclusive range in no_effect lintF3real-7/+9
2021-08-11Auto merge of #7541 - LeSeulArtichaut:for-never-loop, r=camsteffenbors-4/+38
2021-08-11`never_loop`: suggest using an `if let` instead of a `for` loopLeSeulArtichaut-4/+38
2021-08-10tree-wide: Fix all the rustdoc warningsJade-2/+2
2021-08-10Add is_trait_item, refactor or_fun_call and unwrap_or_else_defaultJade-16/+10
2021-08-10Add unwrap_or_else_default lintJade-6/+100
2021-08-10Auto merge of #7535 - LeSeulArtichaut:7518-self-ty-arg, r=xFrednetbors-2/+2
2021-08-10Auto merge of #7478 - DevinR528:preemtive, r=llogiqbors-1/+12
2021-08-09Auto merge of #7542 - LeSeulArtichaut:cleanups, r=flip1995bors-34/+36
2021-08-09Auto merge of #7506 - HKalbasi:add-xor-swap, r=camsteffenbors-115/+101
2021-08-09merge XOR_SWAP with MANUAL_SWAPhamidreza kalbasi-195/+67
2021-08-07similar_names: allow "iter" and "item"Matthias Geier-0/+1
2021-08-07Auto merge of #7536 - LeSeulArtichaut:redundant-allocation-doc, r=giraffatebors-1/+1
2021-08-07Auto merge of #7534 - LeSeulArtichaut:7517-closure-too-many-lines, r=flip1995bors-3/+12
2021-08-07Use `EarlyContext::sess` instead of `LintContext::sess()`LeSeulArtichaut-16/+16
2021-08-07Replace `span_to_snippet` calls with `snippet_opt` from `clippy_utils`LeSeulArtichaut-18/+20
2021-08-05Add missing backtick in docs for `redundant_allocation`LeSeulArtichaut-1/+1
2021-08-05Properly handle `Self` type for `trivially_copy_pass_by_ref`LeSeulArtichaut-2/+2
2021-08-05fixed bug that had to deal with mut and non mut suggestionvalentine-mario-2/+6
2021-08-05Don't emit `too_many_lines` for closuresLeSeulArtichaut-3/+12
2021-08-04Auto merge of #87568 - petrochenkov:localevel, r=cjgillotbors-47/+47
2021-08-04needless_borrow: try to make lint example a bit more illustratingMatthias Krüger-0/+4
2021-08-03fixup! Lint inside macro when owned by current crateDevin Ragotzy-3/+6
2021-08-02Updated `define_Conf!` to support multi-line doc commentsxFrednet-36/+107
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-1/+0
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-2/+0
2021-08-01Handle `Result` on `map_flatten` lintDharma Saputra Wijaya-14/+28
2021-07-31Fix clippyVadim Petrochenkov-47/+47
2021-07-31Fix `while_let_on_iterator`Jason Newcomb-1/+1
2021-07-31Fix `while_let_on_iterator`Jason Newcomb-2/+11
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-29Remove `or_patterns` feature gate in exampleLéo Lanteri Thauvin-2/+0
2021-07-29add xor-swap lintHrishi Dharam-3/+117
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-2681/+2934
2021-07-29Rename two lints to comply with our lint naming conventionflip1995-18/+18
2021-07-29Bump Clippy Version -> 0.1.56flip1995-1/+1
2021-07-29Merge remote-tracking branch 'upstream/master' into rustupflip1995-2678/+2936
2021-07-28Rollup merge of #7420 - xFrednet:7172-update-lint-documentation, r=flip1995Philipp Krones-2458/+2706