]> git.lizzy.rs Git - rust.git/history - clippy_lints
don't run clippy on dependencies when running cargo clippy
[rust.git] / clippy_lints /
2016-06-05 Martin CartonMerge pull request #987 from Manishearth/fix-985
2016-06-05 mcartonBump to 0.0.73
2016-06-05 mcartonFix false-positive in `USELESS_LET_IF_SEQ`
2016-06-05 llogiqMerge pull request #984 from Manishearth/fix-swap
2016-06-05 mcartonCleanup, use `matches!` some more
2016-06-05 mcartonRemove useless `if_let_chain`
2016-06-05 mcartonFix wrong suggestion with `MANUAL_SWAP` and slices
2016-06-05 Manish GoregaokarMerge pull request #982 from Manishearth/fix-swap
2016-06-05 mcartonFix wrong suggestion in `MANUAL_SWAP`
2016-06-04 Martin CartonMerge pull request #980 from dtolnay/release
2016-06-04 David TolnayRelease 0.0.72
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
2016-06-03 llogiqMerge pull request #979 from Manishearth/fx-975
2016-06-03 mcartonCorrectly check for variable use in `useless_let_if_seq`
2016-06-03 Martin CartonMerge pull request #978 from Manishearth/fx-977
2016-06-03 Manish GoregaokarMake new_without_default ignore const fns; fixes #977
2016-06-02 Martin CartonMerge pull request #974 from oli-obk/metadata2
2016-06-02 Oliver Schneiderprocess more kinds of metadata
2016-06-02 Martin CartonMerge pull request #972 from Manishearth/fix-953
2016-06-01 Andre Bogusonly lint `new_without_default` for public items
2016-05-31 Martin CartonMerge pull request #970 from Manishearth/rustup
2016-05-31 mcartonBump to 0.0.71
2016-05-31 Andre Bogusadded missing PatKind::Path + tests
2016-05-31 Andre Bogusanother one. Somehow I failed to correctly commit
2016-05-31 Andre Bogusdogfood error in consts fixed
2016-05-31 Andre Boguss/PatKind::Ident/PatKind::Binding/g
2016-05-31 llogiqMerge pull request #960 from oli-obk/libbin
2016-05-30 Oliver Schneideradd version check to the unit tests
2016-05-29 Manish GoregaokarMerge pull request #814 from Manishearth/let_mut_if
2016-05-29 mcartonAdd a `USELESS_LET_IF_SEQ` lint
2016-05-29 Andre BogusMerge branch 'pr-961'
2016-05-28 mcartonAdd a README for `clippy_lints`
2016-05-28 Martin CartonMerge pull request #958 from Manishearth/rustup
2016-05-28 mcartonBump to 0.0.70
2016-05-28 mcartonRustup to *1.10.0-nightly (7bddce693 2016-05-27)*
2016-05-28 mcartonFix `doc_markdown` and multiline quotes and links
2016-05-28 mcartonImprove markdown parsing for the doc lint
2016-05-27 Georg BrandlEnsure the correct clippy_lints dependency version.
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy