about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2019-08-15Auto merge of #4382 - jeremystucki:unnecessary_fold_span, r=flip1995bors-12/+11
2019-08-15Auto merge of #4348 - phansch:deprecate-unused-unused-collect, r=flip1995bors-40/+12
2019-08-15Rustup to rust-lang/rust#63543flip1995-7/+6
2019-08-14Deprecate unused_collect lintPhilipp Hansch-40/+12
2019-08-14Remove unused importJeremy Stucki-1/+1
2019-08-14Use different spanJeremy Stucki-11/+10
2019-08-14Auto merge of #4379 - matthiaskrgr:url_dep, r=phanschbors-1/+1
2019-08-14Auto merge of #4363 - phansch:fix_lint_deprecation, r=flip1995bors-12/+66
2019-08-14update url dependency from 1.7.0 to 2.1.0Matthias Krüger-1/+1
2019-08-14Auto merge of #4369 - mikerite:fix-4293, r=flip1995bors-160/+99
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-505/+1220
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