about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2018-01-27Fix compilationMichael Wright-10/+10
2018-01-25Add misaligned_transmute lintDevon Hollowood-1/+6
2018-01-24Enable more patterns in the author lintOliver Schneider-10/+39
2018-01-23Merge pull request #2362 from flip1995/masterOliver Schneider-0/+2
2018-01-23Apply requested changesflip1995-1/+1
2018-01-23Add configurable threshold, default: 4096flip1995-0/+2
2018-01-19Merge branch 'master' of github.com:Manishearth/rust-clippy into fold_anyOliver Schneider-3/+32
2018-01-19Merge pull request #2367 from etaoins/inline-fn-without-body-lintOliver Schneider-0/+31
2018-01-18Suggest removing inline attributesRyan Cumming-0/+31
2018-01-18needless_pass_by_value: Whitelist RangeArgument (fixes #2357)Manish Goregaokar-0/+1
2018-01-17Add some reviewer commentsPhil Ellison-2/+2
2018-01-16Fix error span to play nicely with rustfixPhil Ellison-2/+2
2018-01-15RustupOliver Schneider-3/+0
2018-01-14Address some review commentsPhil Ellison-0/+14
2018-01-14Move get_arg_name into utilsPhil Ellison-0/+8
2018-01-02Add "NaNs" and "GitLab" to `doc-valid-idents`Trevor Spiteri-2/+2
2017-12-15Rustup and lazy_static version mismatch fixOliver Schneider-0/+4
2017-11-21fix usage of LayoutDetailsFrederick Zhang-2/+3
2017-11-18Ignore identifier 'OpenStreetMap' for DOC_MARKDOWN lintJohannes Hofmann-1/+1
2017-11-15RustupOliver Schneider-4/+3
2017-11-10RustupOliver Schneider-8/+12
2017-11-06Merge pull request #2202 from topecongiro/formatOliver Schneider-61/+69
2017-11-05Fix compilation errors with rustc 1.23.0-nightly (d762b1d6c 2017-11-04)Matt Kraai-5/+5
2017-11-05Cargo fmttopecongiro-61/+69
2017-11-03&Selfsinkuu-6/+6
2017-11-03Fix testsinkuu-6/+6
2017-10-31Fix lint_without_lint_passkennytm-6/+3
2017-10-29Handle TyForeignManish Goregaokar-0/+1
2017-10-23remove if_let_chainAlex Burka-57/+0
2017-10-23manual fixups if_let_chain -> if_chainAlex Burka-67/+69
2017-10-23mechanically swap if_let_chain -> if_chainAlex Burka-76/+84
2017-10-20Add lint for `From<String>`HMPerson1-0/+2
2017-10-20Fixed some code in clippy to pass the new, removed formatting changes.Paul Florence-92/+92
2017-10-17Merge pull request #2120 from sinkuu/implicit_hasherOliver Schneider-1/+4
2017-10-13Fix panic with fake `Range` typesinkuu-9/+8
2017-10-11Apply suggestionssinkuu-1/+4
2017-10-08Merge pull request #2117 from sinkuu/improve_take_by_valueOliver Schneider-0/+84
2017-10-08Duplicate ptr_arg's suggestion logicsinkuu-0/+84
2017-10-07Merge branch 'master' into no_effect_with_dropChris Emerson-10/+28
2017-10-04Add identity_conversion lint (fixes #1051)sinkuu-0/+2
2017-09-29alphabetize paths to pass dogfoodLaura Peskin-1/+1
2017-09-29add lint for creation of invalid referencesLaura Peskin-0/+4
2017-09-29Merge pull request #2084 from ykrivopalov/bit_mask_verbosity_thresholdOliver Schneider-0/+2
2017-09-28Use ..= in the suggestionManish Goregaokar-1/+1
2017-09-28Rust upgrade to rustc 1.22.0-nightly (0e6f4cf51 2017-09-27)Manish Goregaokar-4/+4
2017-09-27Clarify verbose_bit_mask_threshold descriptionYury Krivopalov-1/+1
2017-09-25Rustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25)Manish Goregaokar-1/+8
2017-09-25Configuration option for VERBOSE_BIT_MASK thresholdYury Krivopalov-0/+2
2017-09-20avoid linting `ptr_arg` if `.capacity()` is called. Also suggest removing `.a...Andre Bogus-3/+6
2017-09-19Move has_drop to the utils module.Chris Emerson-0/+9