about summary refs log tree commit diff
path: root/clippy_lints/src/len_zero.rs
AgeCommit message (Expand)AuthorLines
2020-01-18Rustup to rust-lang/rust#68204Yuki Okushi-1/+5
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-2/+2
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2019-12-30Rustup to rust-lang/rust#66942Yuki Okushi-2/+2
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-4/+4
2019-12-25Correct documentation for `len_zero`Yuki Okushi-4/+3
2019-12-22Add <'_> where necessaryflip1995-3/+3
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-3/+3
2019-09-26Rustup https://github.com/rust-lang/rust/pull/64513Lzu Tao-1/+1
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-5/+3
2019-08-01Add required negation in non_zero lintchansuke-1/+1
2019-07-06Rename hir::map::local_def_id_from_hir_id to local_def_idLzu Tao-4/+4
2019-05-25Rename "Associated*" to "Assoc*"Andrew Xu-6/+6
2019-05-18Dogfood and rustfmtOliver Scherer-2/+1
2019-05-17Prevent symbocalypseOliver Scherer-13/+11
2019-05-14Rustfmt all the thingsOliver Scherer-2/+3
2019-05-14Use symbols instead of stringsOliver Scherer-10/+12
2019-05-13Rustup to rustc 1.36.0-nightly (1764b2972 2019-05-12)Manish Goregaokar-7/+3
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-3/+5
2019-04-17Use lint pass macrosMatthew Kraai-13/+2
2019-03-23run cargo fmtMatthias Krüger-4/+1
2019-03-23rustup https://github.com/rust-lang/rust/pull/59096/Matthias Krüger-5/+3
2019-03-10Various cosmetic improvements.Alexander Regueiro-3/+3
2019-03-05fix or ignore failing doc testsAndy Russell-3/+3
2019-03-05move lint documentation into macro invocationsAndy Russell-52/+51
2019-03-03fmt fixesPhilipp Hansch-1/+4
2019-03-01align with rust-lang/rust/#58836ljedrz-7/+9
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-10Fix comments in clippy_lints/src/len_zero.rsGuillaume Endignoux-4/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2019-01-05rustup https://github.com/rust-lang/rust/pull/56837Matthias Krüger-4/+9
2018-12-30rustup https://github.com/rust-lang/rust/pull/56225/Matthias Krüger-1/+1
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-10/+10
2018-12-08rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )Matthias Krüger-4/+4
2018-11-27Run rustfmt on clippy_lintsflip1995-32/+49
2018-11-27Add applicability level to (nearly) every span_lint_and_sugg functionflip1995-4/+13
2018-11-27Add Applicability::Unspecified to span_lint_and_sugg functionsflip1995-1/+3
2018-10-16Fix issue #3322: reword help message for len_zeroGiorgio Gambino-1/+1
2018-10-14fix for rustc masterOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-1/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-9/+9
2018-09-12Change Hash{Map, Set} to FxHash{Map, Set}flip1995-3/+3
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-08-22rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581Matthias Krüger-4/+4
2018-08-19codemap -> source_mapManish Goregaokar-1/+1
2018-08-12docs: add more suggestions on how to fix clippy findings to the online lint l...Matthias Krüger-0/+6