]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/collapsible_if.rs
rustfmt fallout in doc comments
[rust.git] / clippy_lints / src / collapsible_if.rs
2016-12-21 Oliver Schneiderrustfmt fallout in doc comments
2016-12-20 Oliver Schneideralso run rustfmt on clippy-lints
2016-08-08 llogiqMerge pull request #1146 from birkenfeld/housekeeping
2016-08-07 Georg BrandlMake the lint docstrings more consistent.
2016-07-29 mcartons/```/```rust when relevant
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-17 mcartonDogfood
2016-07-15 mcartonImprove docs
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-09 Martin CartonMerge pull request #1080 from sourcefrog/patch-2
2016-07-09 Martin PoolFix Markdown syntax in description of collapsible_if
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-02 Martin CartonMerge pull request #1054 from Manishearth/rustup
2016-07-01 mcartonAdd more sugggestion-building functions
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-07-01 mcartonRustup to ea0dc9297283daff6486807f43e190b4eb561412 II
2016-07-01 mcartonUse `utils::sugg` in `COLLAPSIBLE_IF`
2016-06-29 llogiqMerge pull request #1032 from Manishearth/mut_mut
2016-06-29 mcartonMake `COLLAPSIBLE_IF` consider `if let`
2016-06-29 mcartonMake `CollapsibleIf` an `EarlyLintPass`
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy