about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2019-09-24Add a new lint for comparison chainsJames Wang-0/+44
2019-09-22Merge branch 'master' into unneeded_wildcard_patternMichael Wright-0/+15
2019-09-20new lint: mem-replace-with-uninitAndre Bogus-0/+2
2019-09-18Work around qpath_res issueMichael Wright-0/+13
2019-09-12Fix lint warningsMichael Wright-1/+1
2019-09-11run rustfmtMatthias Krüger-4/+6
2019-09-10New `is_integer_const` to check more const intsAndre Bogus-0/+17
2019-09-09Use diagnostic item forAndre Bogus-0/+8
2019-09-06Auto merge of #4508 - rust-lang:reduced-symbolism, r=phanschbors-3/+2
2019-09-06Simplify , removing a FIXMEAndre Bogus-3/+2
2019-09-04Refactor option handlingJeremy Stucki-4/+3
2019-09-04Auto merge of #4490 - mikerite:fix-4364, r=flip1995bors-0/+2
2019-09-04Auto merge of #4454 - BO41:search_is_some, r=flip1995bors-7/+9
2019-09-03Try to fix .fixedBO41-1/+1
2019-09-03Auto merge of #4479 - rust-lang:uninit_assume_init, r=flip1995bors-0/+2
2019-09-03lint against `MaybeUninit::uninit().assume_init()`Andre Bogus-0/+2
2019-09-03Fix occurrences of `too_many_lines` violationsMichael Wright-0/+2
2019-08-30Fix cast_lossless false positive in impl const fnPhilipp Hansch-0/+4
2019-08-29Use the spans returned by utils::method_callsflip1995-3/+3
2019-08-29Also return the method spans in utils::method_callsflip1995-3/+5
2019-08-28Replace `Arg` with `Param`Yuki Okushi-5/+5
2019-08-25Account for trait alias when looking for defidLzu Tao-1/+3
2019-08-25Rustup to https://github.com/rust-lang/rust/pull/63854Philipp Hansch-2/+2
2019-08-23Add missing field to LitKind::StrLzu Tao-1/+1
2019-08-23Re-factor useless_format lintLzu Tao-2/+3
2019-08-21Fix `temporary_cstring_as_ptr` false negativeMichael Wright-1/+1
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-11/+6
2019-08-18Fix breakage due to rust-lang/rust#61708Michael Wright-1/+13
2019-08-16Run rustfmtflip1995-4/+1
2019-08-16Use outer_expn_data instead of outer_expn_infoKRAAI, MATTHEW [VISUS]-31/+43
2019-08-16Rustup "Remove `Spanned` from `{ast,hir}::FieldPat`"Lzu Tao-4/+4
2019-08-15Rustup to rust-lang/rust#63543flip1995-1/+1
2019-08-11Handle calls with 'std::convert::identity'Jeremy Stucki-0/+1
2019-08-11deprecate invalid_ref lintRalf Jung-4/+0
2019-08-05Rustup to https://github.com/rust-lang/rust/pull/63213Philipp Hansch-2/+2
2019-08-03Auto merge of #4325 - phansch:doctests_complexity, r=flip1995bors-9/+10
2019-08-03Rustup to latest rustc masterPhilipp Hansch-2/+2
2019-08-02Doctests: Fix all complexity lint docsPhilipp Hansch-9/+10
2019-07-31Update all the code to pass the updated `use_self` lint.Jakub Wieczorek-3/+3
2019-07-28Fix dogfood testxd009642-7/+3
2019-07-27Hash discriminant of lifetime.namexd009642-0/+1
2019-07-27Hash discriminant of Lifetime::Namexd009642-1/+2
2019-07-27Respond to review commentsxd009642-18/+12
2019-07-27Respond to comments and improve printoutxd009642-6/+0
2019-07-26Responded to comments and fixed compile bugxd009642-3/+1
2019-07-24Fixed more compile errorsxd009642-7/+11
2019-07-24Fix some of the compile errorsxd009642-16/+16
2019-07-24Changed Ty to ty, added lifetime 'tcxxd009642-17/+17
2019-07-24Lint for type repetition in trait bounds.xd009642-4/+115
2019-07-21Fix breakage due to rust-lang/rust#62705Michael Wright-6/+6