]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/utils/higher.rs
Auto merge of #3680 - g-bartoszek:needless-bool-else-if-brackets, r=oli-obk
[rust.git] / clippy_lints / src / utils / higher.rs
2017-08-15 Oliver SchneiderRustup
2017-08-14 Oliver SchneiderMerge branch 'master' into move_links
2017-08-14 Oliver SchneiderRustfmt
2017-07-04 Oliver SchneiderMerge pull request #1847 from Manishearth/nested_while_let
2017-07-03 Oliver SchneiderMerge pull request #1852 from Manishearth/notrans
2017-06-28 Oliver SchneiderMerge pull request #1536 from CBenoit/master
2017-06-28 Oliver SchneiderMerge pull request #1855 from Manishearth/for_loop
2017-06-28 Oliver SchneiderUpdate for latest master
2017-06-11 Cameron SteffenMerge branch 'master' into never_loop
2017-06-11 Manish GoregaokarBump to 0.0.139
2017-06-08 Martin CartonMerge pull request #1819 from Manishearth/fix-1814
2017-06-08 mcartonCheck for `for` loop desugaring in highering
2017-06-05 Martin CartonMerge pull request #1814 from Manishearth/rustup
2017-06-05 mcartonRustup to *rustc 1.19.0-nightly (0418fa9d3 2017-06...
2017-05-26 Georg BrandlMerge pull request #1784 from birkenfeld/update
2017-05-26 Georg BrandlUpdate to fix array_indexing failures: RangeInclusive...
2017-04-07 Oliver SchneiderMerge pull request #1649 from ensch/master
2017-03-31 Enrico SchmitzRemove unused cs parameter for is_macro and friends
2017-01-13 Martin CartonMerge pull request #1441 from Manishearth/rustup
2017-01-13 Oliver Schneiderrustup to 2017-01-12
2016-12-21 Oliver SchneiderMerge branch 'master' into allow_deprecated
2016-12-21 Oliver SchneiderMerge pull request #1392 from oli-obk/rustfmt
2016-12-20 Oliver Schneideralso run rustfmt on clippy-lints
2016-12-19 Manish GoregaokarMerge pull request #1345 from EpocSquadron/epocsquadron...
2016-12-19 Manish GoregaokarMerge pull request #1355 from philipturnbull/deref...
2016-12-17 Martin CartonMerge pull request #1373 from Manishearth/rustup
2016-12-02 Oliver Schneider`enum glob use` and `copies` left
2016-12-01 Oliver SchneiderWIP compiles and doesn't crash (much) but tests are...
2016-11-25 Oliver SchneiderMerge pull request #1367 from Manishearth/rustup
2016-11-25 Oliver Schneiderrustup to rustc 1.15.0-nightly (d5814b03e 2016-11-23)
2016-11-24 Martin CartonMerge pull request #1360 from Manishearth/rustup
2016-11-23 mcartonRustup to *rustc 1.15.0-nightly (3bf2be9ce 2016-11...
2016-11-23 Martin CartonMerge pull request #1357 from Manishearth/rustup
2016-11-23 mcartonRustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11...
2016-10-24 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2016-10-22 Martin CartonMerge pull request #1287 from Manishearth/rustup
2016-10-22 mcartonRustup to *rustc 1.14.0-nightly (f09420685 2016-10...
2016-10-04 Martin CartonMerge pull request #1257 from KitFreddura/master
2016-10-03 Martin CartonMerge pull request #1246 from Manishearth/rustup
2016-10-03 mcartonRustup to *rustc 1.14.0-nightly (144af3e97 2016-10...
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
2016-08-24 llogiqMerge pull request #1189 from Manishearth/easy
2016-08-23 mcartonDeny `missing_docs_in_private_items` in some modules
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-07-01 mcartonMove `vec!` unexpanding function to `utils::higher`
2016-07-01 mcartonMove more functions to `utils::higher`
2016-07-01 mcartonMove `unsugar_range` to `utils::higher`
2016-07-01 mcartonAdd a module to pretty-print suggestions