about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-08-14Merge branch 'origin/master' into flat-mapJeremy Stucki-5/+6
2019-08-13Use correct spanJeremy Stucki-1/+1
2019-08-12Run 'update_lints'Jeremy Stucki-1/+2
2019-08-12Use 'span_lint_and_sugg'Jeremy Stucki-5/+13
2019-08-12Minor refactoringJeremy Stucki-27/+22
2019-08-12Fix invalid_ref deprecationPhilipp Hansch-1/+5
2019-08-12Keep old deprecated lints deprecated as non-tool, tooPhilipp Hansch-0/+50
2019-08-12Update lint deprecation for tool lintsPhilipp Hansch-11/+11
2019-08-12Change lint type from 'pedantic' → 'complexity'Jeremy Stucki-1/+1
2019-08-12Auto merge of #4365 - lukas-code:async_new_ret_no_self, r=flip1995bors-4/+5
2019-08-11Update rustdocJeremy Stucki-2/+4
2019-08-11Refactor if_chainJeremy Stucki-24/+25
2019-08-11Rename 'flat_map' → 'flat_map_identity'Jeremy Stucki-7/+11
2019-08-11Handle calls with 'std::convert::identity'Jeremy Stucki-0/+19
2019-08-11Merge branch 'origin/master' into flat-mapJeremy Stucki-504/+1219
2019-08-11Fixed repeated wordVallentin-1/+1
2019-08-11deprecate invalid_ref lintRalf Jung-63/+9
2019-08-10Fix `wrong_self_convention` issueMichael Wright-1/+17
2019-08-10Simplify `wrong_self_convention` codeMichael Wright-153/+76
2019-08-10Rename implitem to impl_itemMichael Wright-12/+12
2019-08-09new_ret_no_self: walk associated types in impl Trait return typesLukas Markeffsky-4/+5
2019-08-09Auto merge of #4362 - lzutao:expect-on-cstring_as_ptr, r=flip1995bors-1/+3
2019-08-09Fix lint_cstring_as_ptr for expectLzu Tao-1/+3
2019-08-09Fix lint_single_char_pattern on raw string literalLzu Tao-3/+10
2019-08-08Auto merge of #4358 - lzutao:cleanup_implicit_return, r=flip1995bors-10/+2
2019-08-08Auto merge of #4355 - lzutao:macro_expn_try_err, r=flip1995bors-3/+8
2019-08-08Use source_callsite() instead of recursive outer_expn_info()Lzu Tao-10/+2
2019-08-08Use snippet_with_macro_callsite suggested by flip1995Lzu Tao-15/+6
2019-08-08Fix macro expansion in try_err lintLzu Tao-3/+17
2019-08-07Auto merge of #4345 - phansch:enum_variants_fix, r=flip1995bors-0/+4
2019-08-06Don't emit enum_variant_names if remainder starts with a numericPhilipp Hansch-0/+4
2019-08-06Rustup https://github.com/rust-lang/rust/pull/59369Lzu Tao-6/+6
2019-08-05fmtPhilipp Hansch-7/+3
2019-08-05Fix needless_bool suggestion with if-else-if-elsePhilipp Hansch-6/+8
2019-08-05Move expression check to LateLintPassVincent Dal Maso-25/+34
2019-08-05Add recursion check on main functionVincent Dal Maso-0/+57
2019-08-05Auto merge of #4338 - flip1995:rollup-9cm4jbr, r=flip1995bors-53/+159
2019-08-05Rollup merge of #4331 - phansch:doctests_restriction, r=flip1995Philipp Krones-16/+57
2019-08-05Rollup merge of #4330 - phansch:doctests_nursery, r=flip1995Philipp Krones-10/+29
2019-08-05Rollup merge of #4329 - phansch:doctests_pedantic, r=flip1995Philipp Krones-27/+73
2019-08-05Auto merge of #4337 - flip1995:let_unit, r=phanschbors-10/+12
2019-08-05Make let_unit lint suggestion auto applicableflip1995-10/+12
2019-08-05Rustup to https://github.com/rust-lang/rust/pull/63213Philipp Hansch-7/+7
2019-08-03Doctests: Enable running doc tests for restriction lintsPhilipp Hansch-16/+57
2019-08-03Doctests: Enable running doc tests for nursery lintsPhilipp Hansch-10/+29
2019-08-03Doctests: Enable running doc tests for pedantic lintsPhilipp Hansch-27/+73
2019-08-03Auto merge of #4327 - phansch:doctests_perf, r=flip1995bors-32/+65
2019-08-03Auto merge of #4325 - phansch:doctests_complexity, r=flip1995bors-85/+157
2019-08-03Rustup to latest rustc masterPhilipp Hansch-7/+9
2019-08-03Also enable doc tests for internal lintsPhilipp Hansch-2/+2