]> git.lizzy.rs Git - rust.git/history - clippy_lints
Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
[rust.git] / clippy_lints /
2016-11-16 mcartonRustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
2016-11-11 Manish GoregaokarMerge pull request #1339 from dereckson/patch-1
2016-11-11 Sébastien SantoroRecognize quux as a metasyntactic variable
2016-11-10 Martin CartonMerge pull request #1337 from oli-obk/master
2016-11-10 Oliver 'ker' Schneiderfix ice in `len_zero` lint when type has no inherent...
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-08 Oliver 'ker' Schneiderversion bump
2016-11-03 Oliver 'ker' Schneiderpublish 0.97
2016-11-02 Devon HollowoodFix suggestion in `get_unwrap` lint
2016-11-02 Martin CartonMerge pull request #1317 from oli-obk/cc_attr_used_fixed
2016-11-02 Oliver Schneidermark cyclomatic complexity attribute as used
2016-11-02 Devon HollowoodRemove false positives from `get_unwrap` lint
2016-11-02 Devon HollowoodClean up `get_unwrap` code
2016-11-01 Devon HollowoodSmall fixes for `get_unwrap` lint
2016-11-01 Devon HollowoodRun update_lints.py
2016-11-01 Devon HollowoodAdd `get_unwrap` lint
2016-10-31 Manish GoregaokarMerge pull request #1311 from gibfahn/if_let_some_result
2016-10-31 Gibson FahnestockAdd to docs for if_let_some_result
2016-10-31 Oliver SchneiderMerge pull request #1307 from Kha/partialeq_ne
2016-10-30 Sebastian Ullrichinspector: fix printing non-local trait refs
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 Sebastian Ullrichfactor out `is_automatically_derived` util fn
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-27 Martin CartonMerge pull request #1301 from devonhollowood/wrong...
2016-10-27 Devon HollowoodFix false positive for `wrong_self_convention`
2016-10-25 mcartonSearch for `clippy.toml` recursively
2016-10-24 Martin CartonMerge pull request #1297 from oli-obk/deep_code_inspection
2016-10-24 Oliver Schneiderclean up docs for clippy_dump
2016-10-24 Oliver Schneiderproperly name the docs
2016-10-24 Oliver SchneiderMerge pull request #1284 from oli-obk/deep_code_inspection
2016-10-24 Oliver Schneiderdogfood
2016-10-24 Oliver Schneiderfactor out decl dumping
2016-10-24 Oliver Schneideradd expression and pattern dump
2016-10-24 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2016-10-24 Oliver SchneiderMerge pull request #1288 from Arnavion/fix-1247
2016-10-23 ArnavionChanged signature of cargo::metadata according to revie...
2016-10-23 ArnavionDon't assume the first package in the result of `cargo...
2016-10-22 mcartonFix unused import warning
2016-10-22 Martin CartonMerge pull request #1287 from Manishearth/rustup
2016-10-22 mcartonBump to 0.0.96
2016-10-22 mcartonRustup to *rustc 1.14.0-nightly (f09420685 2016-10...
2016-10-18 Oliver Schneiderrename inspection attribute to `clippy_dump`
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-12 Patrick Horlebeindoc_markdown: Added "iOS" and "macOS" to the doc-valid...
2016-10-08 Martin CartonMerge pull request #1273 from d-dorazio/1272
2016-10-08 d-dorazioAvoid redundant multiple pattern suggested when one...
2016-10-06 llogiqMerge pull request #1268 from Manishearth/1265
2016-10-06 mcartonFix FP with `print_with_newline` and final arguments
2016-10-06 mcartonBump to 0.0.95
2016-10-06 mcartonFix dogfood problem
2016-10-06 mcartonRustup to *rustc 1.14.0-nightly (3210fd5c2 2016-10...
2016-10-04 Martin CartonMerge pull request #1257 from KitFreddura/master
2016-10-04 Manish GoregaokarMerge pull request #1262 from Manishearth/rustup
2016-10-04 mcartonRemove warning in the lastest nightly
2016-10-04 Manish GoregaokarBump to 0.0.94
2016-10-03 Martin CartonMerge pull request #1246 from Manishearth/rustup
2016-10-03 mcartonBump to 0.0.93
2016-10-03 mcartonRustup to *rustc 1.14.0-nightly (144af3e97 2016-10...
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 Freddurareplaced snippet_opt with snippet for more terse code
2016-10-02 Kit Freddurafixed array bounds checking
2016-10-02 Kit Freddurareplaced pat_to_string with snippet
2016-10-02 Kit Freddurafixed struct elison
2016-10-02 Kit Fredduraadded file again
2016-10-02 Kit Fredduraupdated zero_div_zero.rs
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-02 mcartonFix slightly wrong comment
2016-10-02 mcartonRemove a useless method
2016-10-02 mcartonAdd a test for a `shadow` corner case
2016-10-02 mcartonPartially hash `let` declaration in `SpanlessHash`
2016-10-01 mcartonSupport `ExprType` (type ascription) comparison
2016-10-01 mcartonImplement more `hir` typed node comparison
2016-10-01 Martin CartonMerge pull request #1250 from elliottneilclark/explicit...
2016-10-01 Martin CartonMerge pull request #1251 from Manishearth/fix_diverging...
2016-10-01 Oliver Schneidercorrectly traverse match expressions for diverging_sub_expr
2016-10-01 Elliott ClarkRun util/update_lints.py after adding explicit_into_ite...
2016-10-01 Elliott ClarkAdd a lint to warn about un-necessary .into_iter()
2016-09-30 Martin CartonMerge pull request #1248 from Manishearth/rustup2
2016-09-30 mcartonBump to 0.0.92
2016-09-27 Martin CartonMerge pull request #1237 from Manishearth/rustup
2016-09-27 mcartonBump to 0.0.91
2016-09-27 mcartonRustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09...
2016-09-19 Manish GoregaokarMerge pull request #1235 from Manishearth/transmute_ptr...
2016-09-19 mcartonFix wrong suggestion in `TRANSMUTE_PTR_TO_REF` with lts
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
2016-09-18 mcartonFix markup in `SINGLE_CHAR_PATTERN` documentation
2016-09-18 Martin CartonMerge pull request #1233 from l1048576/master
2016-09-18 Takuma YOSHIOKAFix typo in example codes of "matches" lints
2016-09-16 Manish GoregaokarMerge pull request #1229 from Manishearth/loops
2016-09-16 mcartonFix FP with `WHILE_LET_ON_ITERATOR` and refutable pats
next