about summary refs log tree commit diff
path: root/clippy_lints/src/len_zero.rs
AgeCommit message (Expand)AuthorLines
2016-11-10fix ice in `len_zero` lint when type has no inherent impls at allOliver 'ker' Schneider-2/+2
2016-09-28Rustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09-26)*mcarton-18/+14
2016-09-10Rustup to *rustc 1.13.0-nightly (f1f40f850 2016-09-09)*mcarton-3/+1
2016-09-04Revert "Remove all `union` stuffs"mcarton-2/+2
2016-09-02Restrict `len_without_is_empty` to exported itemsmcarton-19/+25
2016-08-31Remove all `union` stuffsmcarton-2/+2
2016-08-31Support unions here and theremcarton-1/+2
2016-08-07Make lint descriptions short and to the point; always fitting the column "tri...Georg Brandl-2/+4
2016-08-07Make the lint docstrings more consistent.Georg Brandl-12/+15
2016-08-01lint on by ref patterns for referencesOliver Schneider-2/+2
2016-07-16Improve docsmcarton-5/+14
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+202