| Age | Commit message (Expand) | Author | Lines |
| 2019-10-04 | Auto merge of #4613 - Lythenas:lint-assert_eq-unit_exprs, r=flip1995 | bors | -1/+36 |
| 2019-10-04 | Fix typo in inherent_to_string documentation | Edgars Baduns | -2/+2 |
| 2019-10-04 | Auto merge of #4625 - phansch:rollup-qp7ki0h, r=phansch | bors | -84/+357 |
| 2019-10-04 | Rollup merge of #4614 - HMPerson1:abs_cast_unsigned, r=flip1995 | Phil Hansch | -0/+11 |
| 2019-10-03 | Correctly align doc of mistyped literal suffixes | Matthias Seiffert | -3/+3 |
| 2019-10-03 | Fix license in Cargo.toml files | Mateusz Mikuła | -1/+1 |
| 2019-10-03 | Remove assert_ne example from doc | Matthias Seiffert | -6/+0 |
| 2019-10-03 | Mention asserts in doc for unit_cmp lint | Matthias Seiffert | -1/+16 |
| 2019-10-03 | Print assert macro name in backticks | Matthias Seiffert | -1/+1 |
| 2019-10-03 | extern rustc_index | Shotaro Yamada | -5/+4 |
| 2019-10-03 | Add comments | Shotaro Yamada | -14/+41 |
| 2019-10-03 | Resolve reviews | Shotaro Yamada | -14/+12 |
| 2019-10-03 | Apply suggestion | Shotaro Yamada | -2/+1 |
| 2019-10-03 | Add run-rustfix | Shotaro Yamada | -1/+9 |
| 2019-10-03 | Fix false-positive of redundant_clone and move to clippy::perf | Shotaro Yamada | -72/+303 |
| 2019-10-02 | Allow casts from the result of `abs` to unsigned | HMPerson1 | -0/+11 |
| 2019-10-02 | Add check for assert_eq macros to unit_cmp lint | Matthias Seiffert | -0/+26 |
| 2019-10-02 | New lint: unsound_collection_transmute | Andre Bogus | -230/+302 |
| 2019-10-02 | account for doc visibility | Andre Bogus | -18/+70 |
| 2019-10-02 | Auto merge of #4599 - lzutao:zero-ptr-suggestion, r=flip1995 | bors | -10/+18 |
| 2019-10-02 | Add suggestion for zero-ptr lint | Lzu Tao | -10/+18 |
| 2019-10-02 | New lint: needless_doc_main | Andre Bogus | -10/+45 |
| 2019-10-02 | Fix ICE #4579 | flip1995 | -4/+6 |
| 2019-10-01 | Use new spans for expansion checking in loop lints | Manish Goregaokar | -8/+10 |
| 2019-09-29 | Clean up some unused vars | Lzu Tao | -48/+23 |
| 2019-09-29 | Rustup rust-lang/rust#63492 | Lzu Tao | -1/+0 |
| 2019-09-29 | Auto merge of #4593 - james9909:fix-multiple-inherent-impls, r=llogiq | bors | -2/+3 |
| 2019-09-28 | rustup https://github.com/rust-lang/rust/pull/64781/ | Matthias Krüger | -2/+2 |
| 2019-09-27 | Ignore impls derived from macros | James Wang | -2/+3 |
| 2019-09-27 | Fix author lint | flip1995 | -3/+3 |
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -813/+813 |
| 2019-09-27 | Refactor `booleans` | Michael Wright | -8/+4 |
| 2019-09-27 | Detect assignment ops in integer_arithmetic | Michael Sproul | -1/+1 |
| 2019-09-26 | rustup https://github.com/rust-lang/rust/pull/64515 | Matthias Krüger | -3/+3 |
| 2019-09-26 | Remove unused import | Lzu Tao | -1/+0 |
| 2019-09-26 | Rustup https://github.com/rust-lang/rust/pull/64513 | Lzu Tao | -124/+124 |
| 2019-09-26 | Auto merge of #4568 - mikerite:fix-4548, r=flip1995 | bors | -49/+76 |
| 2019-09-26 | Auto merge of #4569 - james9909:add-comparison-chain, r=oli-obk | bors | -104/+214 |
| 2019-09-26 | Fix macro expansion in toplevel_ref_arg lint | Lzu Tao | -15/+20 |
| 2019-09-25 | Downgrade op_ref to a MaybeIncorrect suggestion | Manish Goregaokar | -2/+2 |
| 2019-09-25 | redundant_pattern_matching: make rustfixable | Manish Goregaokar | -3/+13 |
| 2019-09-25 | redundant_closure_call: split tests into fixable | Manish Goregaokar | -8/+6 |
| 2019-09-25 | map_unit_fn: fix applicability | Manish Goregaokar | -6/+6 |
| 2019-09-25 | non_copy_const: remove incorrect suggestion | Manish Goregaokar | -8/+2 |
| 2019-09-25 | needless_collect: fix suggestion, make test rustfixable | Manish Goregaokar | -2/+7 |
| 2019-09-25 | needless_borrowed_ref: fix false positive, make rustfixable | Manish Goregaokar | -4/+13 |
| 2019-09-25 | map_entry test: Fix semicolon, add run-rustfix | Manish Goregaokar | -2/+3 |
| 2019-09-25 | Remove suggestion for complex map_entry cases | Manish Goregaokar | -9/+9 |
| 2019-09-25 | ignore single-match for or patterns | Manish Goregaokar | -0/+5 |
| 2019-09-25 | arm.pats -> arm.pat | Manish Goregaokar | -140/+103 |