about summary refs log tree commit diff
path: root/clippy_lints/src/ptr.rs
AgeCommit message (Expand)AuthorLines
2018-07-16TyKindcsmoe-4/+4
2018-07-16BinOpKindcsmoe-1/+1
2018-07-16ExprKindcsmoe-3/+3
2018-06-25Fix the tests that got broken by the fixesflip1995-2/+4
2018-06-25Resolve conflicts produced by GenericArgsflip1995-3/+9
2018-06-25Resolve field, struct and function renamingflip1995-3/+3
2018-05-30Run rustfixMateusz Mikuła-2/+2
2018-05-11Reintroduce the lost (im)mutability checksOliver Schneider-1/+1
2018-05-11Rustup to 2018-05-11Philipp Hansch-4/+2
2018-03-28Categorize all the lints!Oliver Schneider-6/+6
2018-03-16Apply clippy suggestionsMateusz Mikuła-13/+10
2018-03-03Change recomendation to: &[type] from Cow<type>bootandy-14/+27
2018-02-28Lint passing Cow by referencebootandy-0/+15
2017-11-05Cargo fmttopecongiro-19/+26
2017-10-23mechanically swap if_let_chain -> if_chainAlex Burka-7/+8
2017-10-08Duplicate ptr_arg's suggestion logicsinkuu-66/+5
2017-09-25Rustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25)Manish Goregaokar-1/+1
2017-09-20avoid linting `ptr_arg` if `.capacity()` is called. Also suggest removing `.a...Andre Bogus-47/+64
2017-09-16add suggestions for .clone() in ptr_arg fnsAndre Bogus-22/+101
2017-09-10suggestion for ptr_argAndre Bogus-6/+24
2017-09-05Run nightly rustfmtOliver Schneider-11/+13
2017-08-24Rename `match_path_old` to `match_path`Alexey Zabelin-2/+2
2017-08-14RustfmtOliver Schneider-29/+49
2017-06-29Fix compilation on rustc 1.20.0-nightly (69c65d296 2017-06-28)messense-1/+1
2017-04-28RustupOliver Schneider-1/+1
2017-04-27Update to latest rustc versionOliver Schneider-1/+1
2017-03-01Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)Enrico Schmitz-1/+2
2017-02-12rustfmtAndre Bogus-14/+15
2017-02-12add notes for immutable inputsAndre Bogus-18/+22
2017-02-11added test, fixed message & description, rustfmtAndre Bogus-11/+19
2017-02-10New mut_from_ref lintAndre Bogus-1/+40
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-2/+2
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustupJosh Holmer-2/+2
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Fix various type error...Manish Goregaokar-1/+1
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-1/+1
2016-12-10Use inputs/output getters for rustc::ty::FnSig instead of the now non-existen...Arnavion-1/+1
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-4/+4
2016-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-2/+2
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-1/+2
2016-08-22New cmp_null lint (fixes #1184) (#1186)llogiq-0/+124