]> git.lizzy.rs Git - rust.git/history - src/non_expressive_names.rs
Merge pull request #928 from oli-obk/unnecessary_operation
[rust.git] / src / non_expressive_names.rs
2016-05-11 llogiqMerge pull request #913 from oli-obk/assign_ops
2016-05-11 llogiqMerge pull request #915 from Manishearth/sysroot
2016-05-11 llogiqMerge pull request #914 from oli-obk/non_expressive_names
2016-05-11 Oliver Schneiderproperly lint function argument patterns in similar_names
2016-05-11 Oliver Schneiderdon't lint at the use-site of bad struct field bindings...
2016-05-09 Martin CartonMerge pull request #884 from oli-obk/needless_ref2
2016-05-09 Oliver Schneiderneedless borrows found in clippy
2016-05-02 Manish GoregaokarMerge branch 'pr-890'
2016-05-02 Oliver Schneidersimilar_names should be allow-by-default
2016-05-02 Oliver Schneiderdon't lint similar_names inside #[test] functions
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonrustfmt all the things
2016-03-31 llogiqMerge pull request #819 from oli-obk/more_whitelisted_names
2016-03-31 Oliver Schneiderwhitelist more non-expressive-name false positives
2016-03-30 Martin CartonMerge pull request #813 from oli-obk/fix/non_expressive...
2016-03-30 Oliver Schneiderbetter whitelisting of "confusable" binding names
2016-03-30 Oliver Schneiderdon't lint on binding names where only a numeric char...
2016-03-30 Oliver Schneiderminor code readability improvements
2016-03-30 llogiqMerge pull request #790 from oli-obk/bool_opt
2016-03-29 Oliver Schneiderfallout and tests
2016-03-28 llogiqMerge pull request #780 from mcarton/doc
2016-03-28 mcartonBeautify more docs
2016-03-21 Manish GoregaokarMerge pull request #727 from oli-obk/similar_names
2016-03-18 Oliver Schneiderimprove needless_bool to catch odd construct in non_exp...
2016-03-18 Oliver Schneidermake single char names threshold configurable
2016-03-18 Oliver Schneiderrefactor for speed
2016-03-18 Oliver Schneiderfix and rebase
2016-03-18 Oliver Schneiderrefactoring and bugfix
2016-03-18 Oliver Schneiderlint on too many single character bindings
2016-03-18 Oliver Schneidersuggest inserting underscores for simple cases
2016-03-18 Oliver Schneiderlint on binding-names that are too similar