]> git.lizzy.rs Git - rust.git/history - src/block_in_if_condition.rs
needless borrows found in clippy
[rust.git] / src / block_in_if_condition.rs
2016-05-09 Oliver Schneiderneedless borrows found in clippy
2016-04-26 llogiqMerge pull request #882 from Manishearth/rustup
2016-04-25 Manish GoregaokarRustup to rustc 1.10.0-nightly (645dd013a 2016-04-24...
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-02-29 Manish GoregaokarMerge pull request #726 from Manishearth/fmt
2016-02-29 Manish Goregaokarrustfmt
2016-02-29 Manish GoregaokarMerge pull request #725 from oli-obk/swap_if_arms
2016-02-29 Oliver Schneiderlint ! and != in if expressions with else branches
2016-02-26 llogiqMerge pull request #689 from mcarton/entries
2016-02-24 Manish GoregaokarMerge branch 'pr-704'
2016-02-24 mcartonRustfmt and sort all `use` items
2016-02-09 Manish GoregaokarMerge branch 'pr-613'
2016-02-07 Manish GoregaokarMerge branch 'pr-581'
2016-02-06 Manish GoregaokarMerge pull request #623 from mcarton/redundant
2016-02-05 mcartonRemove redundancy in lint documentation
2016-02-02 Manish GoregaokarMerge branch 'pr-593'
2016-01-31 Manish GoregaokarMerge pull request #607 from Manishearth/fix-528
2016-01-31 llogiqfixed #528
2016-01-15 llogiqMerge pull request #523 from sanxiyn/escape-arg
2016-01-08 Manish GoregaokarStronger macro check
2016-01-04 Manish GoregaokarMerge pull request #540 from Manishearth/fmt
2016-01-04 Manish Goregaokarfmt clippy
2016-01-03 Manish GoregaokarMerge branch 'pr-538'
2016-01-02 Manish GoregaokarMerge pull request #537 from GuillaumeGomez/fields_test
2016-01-02 llogiqMerge pull request #535 from GuillaumeGomez/improve_fie...
2016-01-02 mcartonMerge branch 'master' of https://github.com/Manishearth...
2016-01-02 llogiqMerge pull request #534 from Manishearth/macros
2016-01-02 Manish GoregaokarAdd smarter macro check for block_in_if (fixes #528)
2016-01-01 llogiqMerge pull request #527 from karyon/master
2016-01-01 Johannes LinkeAdd "warn/allow by default" to lint descriptions where...
2015-12-23 Manish GoregaokarMerge pull request #519 from fhartwig/block-in-if-expr...
2015-12-23 Florian HartwigDon't trigger block_in_if_condition_expr lint if the...
2015-12-19 Manish GoregaokarMerge pull request #499 from devonhollowood/underscore_...
2015-12-17 Manish GoregaokarMerge pull request #494 from sanxiyn/suggestion-2
2015-12-14 Manish GoregaokarMerge pull request #501 from oli-obk/fix/seme
2015-12-14 llogiqmore doc comments
2015-11-22 Manish GoregaokarMerge branch 'pr-462'
2015-11-22 John QuigleyAdd block_in_if lint, #434