about summary refs log tree commit diff
path: root/clippy_lints/src/lifetimes.rs
AgeCommit message (Expand)AuthorLines
2018-07-16TyKindcsmoe-2/+2
2018-07-06Merge branch 'pr-2889'Manish Goregaokar-7/+14
2018-07-05RustupOliver Schneider-7/+14
2018-07-01Use slightly neater check for static lifetimesMichael Wright-3/+3
2018-06-29RustupMateusz Mikuła-9/+9
2018-06-25Fix the tests that got broken by the fixesflip1995-29/+31
2018-06-25Resolve conflicts produced by GenericArgsflip1995-13/+22
2018-06-25Resolve field, struct and function renamingflip1995-27/+30
2018-06-19Check lifetimes in Fn traits in generic bounds.uHOOCCOOHu-0/+5
2018-06-19Version bumpOliver Schneider-4/+6
2018-05-30Run rustfixMateusz Mikuła-2/+2
2018-05-26RustupOliver Schneider-3/+3
2018-05-17Rustup to 2018-05-16Mateusz Mikuła-2/+2
2018-03-28Categorize all the lints!Oliver Schneider-4/+4
2018-03-16Apply clippy suggestionsMateusz Mikuła-1/+1
2017-12-21Universal impl traits get removed earlier nowManish Goregaokar-5/+0
2017-12-21Update to handle GenericParamManish Goregaokar-13/+17
2017-11-22RustupOliver Schneider-2/+8
2017-11-15Split TyImplTrait into Universal and ExistentialChristopher Vittal-1/+2
2017-10-15Updated clippy to account for changes from rust-lang/rust#44766Sunjay Varma-2/+2
2017-09-25Rustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25)Manish Goregaokar-24/+26
2017-09-23Rust upgrade to rustc 1.22.0-nightly (14039a42a 2017-09-22)Manish Goregaokar-9/+9
2017-09-05Run nightly rustfmtOliver Schneider-22/+23
2017-08-25fix PathParameters usageFrederick Zhang-21/+19
2017-08-21Run Dogfood for `use_self`Oliver Schneider-2/+2
2017-08-15RustupOliver Schneider-1/+2
2017-08-14Handfix dogfood issues with the rustfmt changesOliver Schneider-3/+3
2017-08-14RustfmtOliver Schneider-10/+17
2017-05-01Rustup to *rustc 1.19.0-nightly (06fb4d256 2017-04-30)*mcarton-1/+1
2017-04-27Update to latest rustc versionOliver Schneider-2/+2
2017-04-12Run rustfmtOliver Schneider-10/+14
2017-04-11Add newline at end of fileOliver Schneider-1/+1
2017-04-11Don't lint for lifetime bounds required by traitsOliver Schneider-21/+23
2017-04-11Don't lint lifetimes after trait objectsOliver Schneider-9/+24
2017-04-11Don't lint about unused lifetimes if the lifetimes are used in the body of th...Oliver Schneider-8/+39
2017-03-30Do some additional cleanup around `InternedString` and `Symbol`Oliver Schneider-2/+2
2017-03-30Fix falloutOliver Schneider-2/+2
2017-03-01Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)Enrico Schmitz-1/+1
2017-02-04don't record elided lifetimes on trait objectsOliver Schneider-1/+9
2017-02-03Rustup to nightly from 2017-01-31Mrmaxmeier-1/+4
2017-01-18rustup to rustc 1.16.0-nightly (c07a6ae77 2017-01-17)Mrmaxmeier-1/+2
2017-01-13rustup to 2017-01-12Oliver Schneider-1/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Dogfood fixesManish Goregaokar-1/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustupJosh Holmer-1/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Fix various type error...Manish Goregaokar-1/+1
2016-12-25fix rustfmtOliver Schneider-1/+1
2016-12-22support impl trait for needless lifetimesOliver Schneider-0/+7
2016-12-21function definition style simplificationOliver Schneider-2/+6
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-4/+2
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-33/+22