about summary refs log tree commit diff
path: root/clippy_lints/src/functions.rs
AgeCommit message (Expand)AuthorLines
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Dogfood fixesManish Goregaokar-5/+5
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Borrow and spelling fixesManish Goregaokar-1/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): More u128 fixesManish Goregaokar-2/+2
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from ...Manish Goregaokar-8/+11
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustupJosh Holmer-7/+7
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Fix various type error...Manish Goregaokar-1/+1
2016-12-21function definition style simplificationOliver Schneider-3/+12
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-4/+8
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-19/+6
2016-12-07update to the rust-PR that unblocks clippyOliver Schneider-5/+5
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-7/+26
2016-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-5/+6
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-8/+8
2016-08-08extern fns often need to adhere to a specific api -> don't suggest api-changesOliver Schneider-2/+11
2016-08-07Make the lint docstrings more consistent.Georg Brandl-14/+14
2016-08-01lint on by ref patterns for referencesOliver Schneider-1/+1
2016-07-03Make #991 work with current rustManish Goregaokar-2/+2
2016-07-03Improve `NOT_UNSAFE_PTR_ARG_DEREF` with functionsmcarton-20/+31
2016-07-03Add a new `not_unsafe_ptr_arg_deref` lintmcarton-15/+113
2016-06-10Run rustfmtmcarton-1/+2
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+76