about summary refs log tree commit diff
path: root/clippy_lints/src/len_zero.rs
AgeCommit message (Expand)AuthorLines
2018-07-23RustupOliver Schneider-10/+10
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16Update for hir renamings in rustcOliver Schneider-2/+2
2018-07-16BinOpKindcsmoe-6/+6
2018-07-16ExprKindcsmoe-2/+2
2018-07-15Remove use of ty_to_def_idOliver Schneider-4/+3
2018-06-29RustupMateusz Mikuła-5/+5
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-05-06Update len_zero to handle comparisions with oneNiekGr-21/+42
2018-03-28Categorize all the lints!Oliver Schneider-4/+4
2017-11-06Merge pull request #2202 from topecongiro/formatOliver Schneider-2/+2
2017-11-05Fix compilation errors with rustc 1.23.0-nightly (d762b1d6c 2017-11-04)Matt Kraai-1/+1
2017-11-05Cargo fmttopecongiro-2/+2
2017-09-05Run nightly rustfmtOliver Schneider-37/+29
2017-09-04Fix `len_zero` ICEOliver Schneider-18/+12
2017-09-03Run rustfmtManish Goregaokar-5/+1
2017-08-28len_without_is_empty false positive #1740Tim Nielens-10/+45
2017-08-14RustfmtOliver Schneider-36/+48
2017-08-13some small doc improvementsAndre Bogus-3/+4
2017-07-24Get rid of double double colonsOliver Schneider-1/+1
2017-07-10Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*Oliver Schneider-3/+3
2017-06-29Run rustfmtOliver Schneider-1/+4
2017-06-29Fix compilation on rustc 1.20.0-nightly (69c65d296 2017-06-28)messense-5/+3
2017-06-22Use span_lint_and_suggSeo Sanghyeon-6/+4
2017-06-02Try to fix compilation error on rustc 1.19.0-nightly (4ed2edaaf 2017-06-01)messense-2/+2
2017-05-03Run rustfmtOliver Schneider-1/+2
2017-05-03Update to `rustc 1.19.0-nightly (6a5fc9eec 2017-05-02)`Oliver Schneider-1/+1
2017-05-01Rustup to *rustc 1.19.0-nightly (06fb4d256 2017-04-30)*mcarton-3/+3
2017-04-28RustupOliver Schneider-1/+1
2017-04-27Update to latest rustc versionOliver Schneider-4/+4
2017-04-01Remove unused cs parameter for is_macro and friendsEnrico Schmitz-2/+2
2017-03-30Do some additional cleanup around `InternedString` and `Symbol`Oliver Schneider-7/+7
2017-03-30Fix falloutOliver Schneider-5/+5
2017-03-01Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)Enrico Schmitz-2/+3
2017-02-25Enable `len_zero` for slicessinkuu-1/+1
2017-02-19Use span of impl/trait in len_without_is_empty error message, rather than the...Phil Ellison-2/+2
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-3/+3
2017-01-13rustup to 2017-01-12Oliver Schneider-1/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from ...Manish Goregaokar-1/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Eliminate has_self utilManish Goregaokar-9/+15
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustupJosh Holmer-9/+4
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-15/+11
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-3/+3
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-3/+3
2016-11-23Rustup to *rustc 1.15.0-nightly (3bf2be9ce 2016-11-22)*mcarton-2/+1
2016-11-23Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*mcarton-5/+5
2016-11-20Rustup to *rustc 1.15.0-nightly (ac635aa95 2016-11-18)*mcarton-17/+17
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-12/+17