]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/booleans.rs
Fix ICE for issues 2767, 2499, 1782
[rust.git] / clippy_lints / src / booleans.rs
2018-04-11 Oliver SchneiderMerge pull request #2661 from devonhollowood/ptr-ptr...
2018-04-07 Oliver SchneiderMerge pull request #2644 from phansch/fix_nonminimal_bo...
2018-04-07 Philipp HanschFix nonminimal_bool false positive
2018-03-29 Manish GoregaokarMerge pull request #2589 from rust-lang-nursery/rangearg
2018-03-29 Oliver SchneiderMerge pull request #2579 from rust-lang-nursery/lint_au...
2018-03-28 Oliver SchneiderCategorize all the lints!
2018-03-26 Oliver SchneiderMerge pull request #2574 from mark-i-m/i128
2018-03-16 Oliver SchneiderMerge pull request #2533 from mati865/dogfood
2018-03-16 Mateusz MikułaApply clippy suggestions
2017-11-29 Oliver SchneiderFix #2245
2017-11-20 Oliver SchneiderMerge pull request #2203 from clippered/float_cmp_const
2017-11-20 Oliver SchneiderMerge pull request #2230 from LaurentMazare/master
2017-11-19 laurentBugfix + add test.
2017-11-19 laurentRemove the brackets argument.
2017-11-19 laurentUse a struct to store most of the recurse parameters...
2017-11-17 Oliver SchneiderMerge pull request #2229 from LaurentMazare/master
2017-11-16 laurentRemove the union type.
2017-11-16 laurentFirst attempt at simplifying boolean processing.
2017-11-15 Oliver SchneiderMerge pull request #2216 from LaurentMazare/master
2017-11-14 laurentRaise a lint when suggest has simplified the expression.
2017-11-14 Oliver SchneiderMove 'handle_method_call_in_not' code into 'suggest'
2017-11-14 Oliver SchneiderMerge remote-tracking branch 'origin/master' into laure...
2017-11-10 laurentUse both pair orders.
2017-11-07 laurentOnly apply when there is a single argument.
2017-11-07 laurentHandle methods with an immediate negation in the non...
2017-11-06 laurentFix merge issues.
2017-11-06 Oliver SchneiderMerge pull request #2202 from topecongiro/format
2017-11-04 topecongiroCargo fmt
2017-09-06 Oliver SchneiderMerge pull request #1963 from rust-lang-nursery/upstream
2017-09-05 Oliver SchneiderMerge pull request #2021 from marcusklaas/needless...
2017-09-05 Oliver SchneiderRun nightly rustfmt
2017-08-21 Oliver SchneiderMerge pull request #1931 from rust-lang-nursery/move_links
2017-08-18 Oliver SchneiderMerge pull request #1965 from montrivo/use_self
2017-08-15 Oliver SchneiderRustup
2017-08-14 Oliver SchneiderMerge branch 'master' into move_links
2017-08-14 Oliver SchneiderRustfmt
2017-06-11 Cameron SteffenMerge branch 'master' into never_loop
2017-06-11 Manish GoregaokarBump to 0.0.139
2017-05-14 Oliver SchneiderUpdate to rustc 1.19.0-nightly (826d8f385 2017-05-13)
2017-05-03 Oliver SchneiderMerge pull request #1715 from Manishearth/rustup
2017-05-03 Oliver SchneiderUpdate to `rustc 1.19.0-nightly (6a5fc9eec 2017-05...
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-17 Oliver Schneiderapply rustfmt
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-07 Oliver Schneiderupdate to the rust-PR that unblocks clippy
2016-12-06 Oliver Schneiderrustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
2016-11-18 Martin CartonMerge pull request #1344 from Manishearth/rustup
2016-11-16 mcartonRustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
2016-08-08 Georg BrandlClose code block in docstring
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-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-02 Martin CartonMerge pull request #1054 from Manishearth/rustup
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-07-01 mcartonRustup to ea0dc9297283daff6486807f43e190b4eb561412
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-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy