]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/lib.rs
Merge remote-tracking branch 'origin/master' into sugg
[rust.git] / clippy_lints / src / lib.rs
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-06 mcartonRemove useless feature attribute
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-03 Manish GoregaokarMerge pull request #1067 from Manishearth/pr-991
2016-07-03 mcartonAdd a new `not_unsafe_ptr_arg_deref` lint
2016-07-01 mcartonIntroduce `multispan_sugg`
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-07-01 mcartonAdd a module to pretty-print suggestions
2016-06-30 Manish GoregaokarMerge pull request #1061 from Manishearth/double_neg
2016-06-29 Andre Bogusnew lint: double_neg
2016-06-29 llogiqMerge pull request #1032 from Manishearth/mut_mut
2016-06-29 mcartonMake `CollapsibleIf` an `EarlyLintPass`
2016-06-28 Oliver SchneiderMerge pull request #1053 from oli-obk/char_float_transmute
2016-06-28 Oliver Schneiderlint on unnecessary and plain wrong transmutes
2016-06-22 Martin CartonMerge pull request #1031 from oli-obk/travis2pointOH
2016-06-22 llogiqMerge pull request #995 from oli-obk/oh_the_horror
2016-06-22 Oliver Schneiderunify the lints
2016-06-21 Martin CartonMerge pull request #1012 from Manishearth/nohyg
2016-06-21 Oliver Schneiderupdate lints
2016-06-16 llogiqMerge pull request #994 from oli-obk/stuttter
2016-06-16 Oliver 'ker' Schneiderallow by default
2016-06-16 Martin CartonMerge pull request #1021 from Manishearth/issue1017
2016-06-16 Oliver Schneiderround 1
2016-06-16 Manish GoregaokarMerge pull request #1016 from devonhollowood/slice...
2016-06-16 Devon HollowoodMake iter_nth work for `Vec`s too
2016-06-16 Devon HollowoodAdd slice_iter_nth lint
2016-06-09 Martin CartonMerge pull request #1000 from Manishearth/doc_whitelist
2016-06-09 llogiqMerge pull request #990 from Manishearth/rustfmt
2016-06-09 mcartonCleanup dependencies and features
2016-06-05 llogiqMerge pull request #984 from Manishearth/fix-swap
2016-06-05 mcartonFix wrong suggestion with `MANUAL_SWAP` and slices
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
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-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy