about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-10-03Correctly align doc of mistyped literal suffixesMatthias Seiffert-3/+3
2019-10-03Remove assert_ne example from docMatthias Seiffert-6/+0
2019-10-03Mention asserts in doc for unit_cmp lintMatthias Seiffert-1/+16
2019-10-03Print assert macro name in backticksMatthias Seiffert-1/+1
2019-10-03extern rustc_indexShotaro Yamada-5/+4
2019-10-03Add commentsShotaro Yamada-14/+41
2019-10-03Resolve reviewsShotaro Yamada-14/+12
2019-10-03Apply suggestionShotaro Yamada-2/+1
2019-10-03Add run-rustfixShotaro Yamada-1/+9
2019-10-03Fix false-positive of redundant_clone and move to clippy::perfShotaro Yamada-72/+303
2019-10-02Allow casts from the result of `abs` to unsignedHMPerson1-0/+11
2019-10-02Add check for assert_eq macros to unit_cmp lintMatthias Seiffert-0/+26
2019-10-02New lint: unsound_collection_transmuteAndre Bogus-230/+302
2019-10-02account for doc visibilityAndre Bogus-18/+70
2019-10-02Auto merge of #4599 - lzutao:zero-ptr-suggestion, r=flip1995bors-10/+18
2019-10-02Add suggestion for zero-ptr lintLzu Tao-10/+18
2019-10-02New lint: needless_doc_mainAndre Bogus-10/+45
2019-10-02Fix ICE #4579flip1995-4/+6
2019-10-01Use new spans for expansion checking in loop lintsManish Goregaokar-8/+10
2019-09-29Clean up some unused varsLzu Tao-48/+23
2019-09-29Rustup rust-lang/rust#63492Lzu Tao-1/+0
2019-09-29Auto merge of #4593 - james9909:fix-multiple-inherent-impls, r=llogiqbors-2/+3
2019-09-28rustup https://github.com/rust-lang/rust/pull/64781/Matthias Krüger-2/+2
2019-09-27Ignore impls derived from macrosJames Wang-2/+3
2019-09-27Fix author lintflip1995-3/+3
2019-09-27Rustup to rust-lang/rust#64813flip1995-813/+813
2019-09-27Refactor `booleans`Michael Wright-8/+4
2019-09-27Detect assignment ops in integer_arithmeticMichael Sproul-1/+1
2019-09-26rustup https://github.com/rust-lang/rust/pull/64515Matthias Krüger-3/+3
2019-09-26Remove unused importLzu Tao-1/+0
2019-09-26Rustup https://github.com/rust-lang/rust/pull/64513Lzu Tao-124/+124
2019-09-26Auto merge of #4568 - mikerite:fix-4548, r=flip1995bors-49/+76
2019-09-26Auto merge of #4569 - james9909:add-comparison-chain, r=oli-obkbors-104/+214
2019-09-26Fix macro expansion in toplevel_ref_arg lintLzu Tao-15/+20
2019-09-25Downgrade op_ref to a MaybeIncorrect suggestionManish Goregaokar-2/+2
2019-09-25redundant_pattern_matching: make rustfixableManish Goregaokar-3/+13
2019-09-25redundant_closure_call: split tests into fixableManish Goregaokar-8/+6
2019-09-25map_unit_fn: fix applicabilityManish Goregaokar-6/+6
2019-09-25non_copy_const: remove incorrect suggestionManish Goregaokar-8/+2
2019-09-25needless_collect: fix suggestion, make test rustfixableManish Goregaokar-2/+7
2019-09-25needless_borrowed_ref: fix false positive, make rustfixableManish Goregaokar-4/+13
2019-09-25map_entry test: Fix semicolon, add run-rustfixManish Goregaokar-2/+3
2019-09-25Remove suggestion for complex map_entry casesManish Goregaokar-9/+9
2019-09-25ignore single-match for or patternsManish Goregaokar-0/+5
2019-09-25arm.pats -> arm.patManish Goregaokar-140/+103
2019-09-25Refactor `booleans`Michael Wright-8/+11
2019-09-24Update refactor according to code reviewJames Wang-9/+4
2019-09-24Fix example in docsJames Wang-1/+1
2019-09-24Add a new lint for comparison chainsJames Wang-106/+221
2019-09-24Fix `nonminimal-bool` false positiveMichael Wright-49/+73