]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/methods.rs
Allow option_map_unwrap_or(_else)
[rust.git] / clippy_lints / src / methods.rs
2016-10-02 Andre BogusAllow option_map_unwrap_or(_else)
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
2016-09-18 mcartonFix markup in `SINGLE_CHAR_PATTERN` documentation
2016-09-10 Martin CartonMerge pull request #1221 from Manishearth/rustup
2016-09-10 mcartonRustup to *rustc 1.13.0-nightly (f1f40f850 2016-09...
2016-09-01 kennytmAdded a lint_without_lint_pass lint.
2016-08-29 Martin CartonMerge pull request #1200 from killercup/feature/gh...
2016-08-28 Martin CartonMerge pull request #1201 from Manishearth/rustup
2016-08-28 mcartonRustup to rustc 1.13.0-nightly (a23064af5 2016-08-27)
2016-08-18 Martin CartonMerge pull request #1176 from birkenfeld/master
2016-08-18 Georg Brandlrustup
2016-08-17 Oliver SchneiderMerge pull request #1173 from oli-obk/never_rustup
2016-08-17 Oliver Schneiderrustup for the ! type
2016-08-09 llogiqMerge pull request #1151 from oli-obk/clone_ref
2016-08-08 llogiqMerge pull request #1152 from oli-obk/wrong_self_conv_f...
2016-08-08 Oliver Schneiderenable changing wrong_self_convention's lint level...
2016-08-08 Oliver Schneideradd suggestions to clone_on_copy
2016-08-08 llogiqMerge pull request #1146 from birkenfeld/housekeeping
2016-08-07 Georg BrandlMake lint descriptions short and to the point; always...
2016-08-07 Georg BrandlMake the lint docstrings more consistent.
2016-08-01 Manish GoregaokarMerge pull request #1129 from oli-obk/needless_ref
2016-08-01 Oliver Schneiderlint on by ref patterns for references
2016-07-19 mcartonMerge branch 'feature/gh-pages-docs' of https://github...
2016-07-18 llogiqMerge pull request #1093 from oli-obk/serde_specific_lint
2016-07-15 mcartonImprove docs
2016-07-14 mcartonFormat code for methods lints
2016-07-14 llogiqMerge pull request #1099 from Manishearth/fix
2016-07-14 mcartonFix FP with `USELESS_VEC` and non-copy types
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-05 mcartonUse `utils::sugg` in methods lints
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