]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/methods.rs
Merge branch 'master' into sugg
[rust.git] / clippy_lints / src / methods.rs
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-02 Martin CartonMerge pull request #1054 from Manishearth/rustup
2016-07-02 Manish GoregaokarMerge pull request #1065 from mathstuf/doc-typos
2016-07-02 Ben Boeckeltypo: use commas around "e.g."
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-07-01 mcartonCleanup
2016-06-27 llogiqMerge pull request #1046 from oli-obk/unify_span_lint_usage
2016-06-27 Oliver Schneideruse span_lint_and_then instead of adding to the `Diagno...
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 Schneiderupdate lint doc text
2016-06-22 Oliver Schneiderunify the lints
2016-06-21 Martin CartonMerge pull request #1012 from Manishearth/nohyg
2016-06-21 Oliver Schneiderlint message nits
2016-06-21 Oliver Schneiderdoc nits
2016-06-21 Oliver Schneidercreate a lint for each of the messages
2016-06-21 Oliver Schneiderlint on `filter(x).map(y)`, `filter(x).flat_map(y)...
2016-06-16 Martin CartonMerge pull request #1022 from devonhollowood/extend...
2016-06-16 Devon HollowoodRemove uneccessary, leftover comments in lint_iter_mut()
2016-06-16 Devon HollowoodExtend iter_nth lint to work with iter_mut() and VecDeque
2016-06-16 llogiqMerge pull request #994 from oli-obk/stuttter
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 mcartonRun rustfmt
2016-06-05 llogiqMerge pull request #984 from Manishearth/fix-swap
2016-06-05 mcartonCleanup, use `matches!` some more
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy