about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2020-02-02Rustup to rust-lang/rust#68133Yuki Okushi-2/+2
2020-01-30lint all guard types, not just lock functionsAreredify-3/+3
2020-01-30add lintMikhail Babenko-0/+3
2020-01-27Rename `span_note_and_lint` to `span_lint_and_note`Yuki Okushi-2/+2
2020-01-27Rename `span_help_and_lint` to `span_lint_and_help`Yuki Okushi-4/+4
2020-01-26Don't use ExpnKind::descr to get the name of a bang macro.Eduard-Mihai Burtescu-13/+13
2020-01-25Auto merge of #5081 - Areredify:vec_box_threshold, r=flip1995bors-0/+2
2020-01-25add size parameter for lintMikhail Babenko-0/+2
2020-01-24don't fire empty_loop in no_std cratesMikhail Babenko-1/+11
2020-01-23add `option_as_ref_deref` lintAreredify-0/+8
2020-01-22Rustup to rust-lang/rust#68140Yuki Okushi-1/+1
2020-01-18Rustup to rust-lang/rust#68204Yuki Okushi-4/+12
2020-01-15Add lint for default lint descriptionBrad Sherman-4/+49
2020-01-15Auto merge of #5034 - ThibsG:MatchWildErrArmImprove5024, r=flip1995bors-0/+43
2020-01-13Auto merge of #4543 - xiongmao86:issue4503, r=flip1995bors-0/+1
2020-01-13Extract visitor to utilsThibsG-0/+43
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-10/+10
2020-01-12Add lint logic.xiongmao86-0/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-8/+6
2020-01-11Apply review commentsYuki Okushi-11/+5
2020-01-11Rustup to rust-lang/rust#68101Yuki Okushi-2/+1
2020-01-11Rustup to rust-lang/rust#67258Yuki Okushi-5/+16
2020-01-09Rustup to rust-lang/rust#67979Yuki Okushi-8/+20
2020-01-08Fix useless attribute suggestionflip1995-2/+11
2020-01-08Rustup to rust-lang/rust#67970Yuki Okushi-1/+3
2020-01-07Make utils::remove_blocks non-recursiveLzu Tao-6/+5
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-24/+25
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-8/+9
2020-01-03No #[no_mangle] must_use_candidate functionsAndre Bogus-6/+9
2020-01-02Move `is_normalizable` into utilsYuki Okushi-0/+9
2019-12-31Rustup to rust-lang/rust#67707Yuki Okushi-5/+5
2019-12-30Rustup to rust-lang/rust#66942Yuki Okushi-34/+34
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-101/+130
2019-12-24rustup "Add span information to `ExprKind::Assign`"Lzu Tao-5/+8
2019-12-24do minor cleanupsLzu Tao-4/+0
2019-12-23Auto merge of #4823 - Areredify:must_use_res, r=flip1995bors-1/+69
2019-12-23a few small cleanupsLzu Tao-11/+7
2019-12-22implemented `let_underscore` lintMikhail Babenko-1/+23
2019-12-22move is_must_use_ty to utilsMikhail Babenko-1/+47
2019-12-22Add <'_> where necessaryflip1995-13/+13
2019-12-21rustup "Merge `ast::Mutability` and `mir::Mutability`"Lzu Tao-2/+2
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-4/+7
2019-11-29fmtPhilipp Hansch-1/+1
2019-11-29Make triggering this lint less likely :paperclip:Philipp Hansch-1/+1
2019-11-29Add custom ICE message that points to Clippy repoPhilipp Hansch-0/+39
2019-11-29Use infer_ctxtflip1995-9/+4
2019-11-28Fix categorizationsManish Goregaokar-7/+6
2019-11-28Fix arguments on ExprUseVisitor::newManish Goregaokar-2/+0
2019-11-28euv moved from middle to typeckManish Goregaokar-3/+1
2019-11-28cmt_ -> PlaceManish Goregaokar-4/+4