]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/lib.rs
Add skeleton for double_parens lint.
[rust.git] / clippy_lints / src / lib.rs
2016-12-28 Theemathas Chirana... Add skeleton for double_parens lint.
2016-12-21 Oliver SchneiderMerge branch 'master' into allow_deprecated
2016-12-21 Oliver SchneiderMerge pull request #1206 from Manishearth/pub_enum_vari...
2016-12-21 Oliver Schneidersplit pub_enum_variant_names to new lint
2016-12-21 Oliver SchneiderMerge pull request #1392 from oli-obk/rustfmt
2016-12-21 Oliver Schneidershorten deprecated lints line length
2016-12-21 Oliver Schneiderautogenerated functions are ignored by rustfmt
2016-12-21 Oliver Schneidermanually fix the overlong lines
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-06 Oliver Schneiderrustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
2016-12-01 Oliver SchneiderWIP compiles and doesn't crash (much) but tests are...
2016-11-25 Phil TurnbullConvert DEREF_ADDROF to EarlyLintPass
2016-11-23 Phil TurnbullLint usage of `*&` and `*&mut`
2016-11-22 Martin CartonMerge pull request #1349 from philipturnbull/extend...
2016-11-19 Phil TurnbullAdd lint for `string.extend("str".chars())`
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-11-09 Oliver SchneiderMerge pull request #1328 from Machtan/master
2016-11-09 Oliver SchneiderMerge pull request #1312 from devonhollowood/get-unwrap
2016-11-01 Devon HollowoodRun update_lints.py
2016-10-31 Oliver SchneiderMerge pull request #1307 from Kha/partialeq_ne
2016-10-30 Sebastian Ullrichimplement 'Re-implementing `PartialEq::ne`' lint
2016-10-30 Oliver SchneiderMerge pull request #1299 from Manishearth/clippy-toml
2016-10-30 Oliver SchneiderMerge pull request #1296 from Manishearth/features
2016-10-30 Oliver SchneiderMerge pull request #1305 from d-dorazio/1289-lint-for...
2016-10-30 d-dorazioAdd lint for redundant pattern matching in iflet for...
2016-10-25 mcartonSearch for `clippy.toml` recursively
2016-10-24 Oliver SchneiderMerge pull request #1284 from oli-obk/deep_code_inspection
2016-10-24 Oliver Schneideradd expression and pattern dump
2016-10-24 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2016-10-18 Oliver Schneiderinitial implementation of the code inspector lint
2016-10-16 mcartonRemove the now stable `#[feature(question_mark)]`
2016-10-14 Manish GoregaokarMerge pull request #1278 from d-dorazio/1112
2016-10-14 d-dorazioSuggest `nth(X)` instead of `skip(X).next()`
2016-10-06 mcartonFix dogfood problem
2016-10-04 Martin CartonMerge pull request #1257 from KitFreddura/master
2016-10-03 Manish GoregaokarMerge pull request #1255 from Manishearth/cov
2016-10-03 Martin CartonMerge pull request #1256 from Manishearth/allow_map_or
2016-10-02 Kit Fredduraran update
2016-10-02 Kit Fredduraremoved formatting changes
2016-10-02 Andre BogusAllow option_map_unwrap_or(_else)
2016-10-01 Martin CartonMerge pull request #1250 from elliottneilclark/explicit...
2016-10-01 Elliott ClarkRun util/update_lints.py after adding explicit_into_ite...
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
2016-09-13 Martin CartonMerge pull request #1224 from oli-obk/divergence
2016-09-13 Oliver SchneiderMerge pull request #1223 from oli-obk/use_your_token_to...
2016-09-12 Oliver Schneiderlint diverging expressions that are sub-expressions...
2016-09-12 Oliver SchneiderLet the submodule `#[allow]` in `module_inception`
2016-09-01 kennytmAdded a lint_without_lint_pass lint.
2016-08-29 Martin CartonMerge pull request #1200 from killercup/feature/gh...
2016-08-28 llogiqMerge pull request #1199 from Manishearth/shadow-builtin
2016-08-28 mcartonAdd a `builtin_type_shadow` lint
2016-08-28 Martin CartonMerge pull request #1201 from Manishearth/rustup
2016-08-28 mcartonRemove now useless attribute `type_macros`
2016-08-25 Manish GoregaokarMerge pull request #1191 from Manishearth/misc_refactor
2016-08-24 Andre Bogusrefactored misc to reduce passes
2016-08-24 llogiqMerge pull request #1189 from Manishearth/easy
2016-08-23 mcartonAdd a `MISSING_DOCS_IN_PRIVATE_ITEMS` lint
2016-08-23 mcartonAdd `zero_prefixed_literal` lint
2016-08-22 llogiqNew cmp_null lint (fixes #1184) (#1186)
2016-08-17 llogiqMerge pull request #1170 from Manishearth/travis-gh...
2016-08-17 Oliver SchneiderMerge pull request #1168 from oli-obk/useless_lint_attr...
2016-08-17 Oliver Schneiderdisallow lint attributes on `use` and `extern crate...
2016-08-17 Oliver SchneiderMerge pull request #1143 from birkenfeld/issue-455
2016-08-16 Georg BrandlLint print!("...\n") (closes #455)
2016-08-16 llogiqMerge pull request #1164 from oli-obk/module_inception
2016-08-16 Oliver Schneiderlint modules that have the same name as their parent...
2016-08-11 Oliver SchneiderMerge pull request #1158 from scurest/evalorder
2016-08-11 scurestAdd lint for reads and writes that depend on evaluation...
2016-08-08 llogiqMerge pull request #1146 from birkenfeld/housekeeping
2016-08-07 Georg BrandlINDEXING_SLICING should probably be a restriction lint.
2016-08-07 Manish GoregaokarMerge pull request #1145 from birkenfeld/issue-703-2
2016-08-07 Manish GoregaokarMerge pull request #1147 from birkenfeld/issue-1138
2016-08-06 Georg BrandlAdd a configurable threshold for enum variants before...
2016-08-05 Georg BrandlLint literal suffixes not separated by underscores...
2016-08-05 Georg BrandlLint inconsistent casing in hex literals (closes #703)
2016-08-01 Manish GoregaokarMerge pull request #1129 from oli-obk/needless_ref
2016-08-01 Oliver Schneiderlint on by ref patterns for references
2016-07-20 llogiqMerge pull request #1113 from oli-obk/assign_op
2016-07-20 Oliver Schneiderupdate lints
2016-07-19 Martin CartonMerge pull request #1109 from Manishearth/setup-gh...
2016-07-19 Martin CartonMerge pull request #1108 from Manishearth/setup-gh...
2016-07-19 Martin CartonMerge pull request #1107 from Manishearth/setup-gh...
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-18 Oliver Schneideradd an internal lint that catches misordered paths
2016-07-14 llogiqMerge pull request #1099 from Manishearth/fix
2016-07-12 Oliver Schneiderlint on implementing `visit_string` without also implem...
2016-07-12 Martin CartonMerge pull request #1092 from Manishearth/fx
2016-07-12 Manish GoregaokarRemove unnecessary feature
2016-07-12 Martin CartonMerge pull request #1083 from Manishearth/allow-large...
2016-07-12 Manish GoregaokarDon't warn when boxing large arrays
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-06 mcartonRemove useless feature attribute
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-03 Manish GoregaokarMerge pull request #1067 from Manishearth/pr-991
2016-07-03 mcartonAdd a new `not_unsafe_ptr_arg_deref` lint
next