]> git.lizzy.rs Git - rust.git/history - clippy_lints
Support `ExprType` (type ascription) comparison
[rust.git] / clippy_lints /
2016-10-01 mcartonSupport `ExprType` (type ascription) comparison
2016-10-01 mcartonImplement more `hir` typed node comparison
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
2016-09-16 mcartonFix typo
2016-09-13 Martin CartonMerge pull request #1224 from oli-obk/divergence
2016-09-13 Oliver Schneideralso lint diverging methods
2016-09-13 Oliver Schneiderdon't lint expressions referencing `!` objects, just...
2016-09-13 Oliver SchneiderMerge pull request #1223 from oli-obk/use_your_token_to...
2016-09-13 Oliver Schneideralso lint private modules for module_inception, as...
2016-09-12 Oliver Schneiderlint diverging expressions that are sub-expressions...
2016-09-12 Oliver SchneiderLet the submodule `#[allow]` in `module_inception`
2016-09-10 Martin CartonMerge pull request #1221 from Manishearth/rustup
2016-09-10 mcartonBump to 0.0.90
2016-09-10 mcartonRustup to *rustc 1.13.0-nightly (f1f40f850 2016-09...
2016-09-06 Martin CartonMerge pull request #1217 from Manishearth/rustup
2016-09-06 mcartonBump to 0.0.89
2016-09-04 Martin CartonMerge pull request #1215 from Manishearth/rustup
2016-09-04 mcartonBump to 0.0.88
2016-09-04 mcartonRevert "Remove all `union` stuffs"
2016-09-02 llogiqMerge pull request #1210 from Manishearth/len_without_i...
2016-09-02 mcartonRestrict `len_without_is_empty` to exported items
2016-09-01 kennytmAdded a lint_without_lint_pass lint.
2016-08-31 Martin CartonMerge pull request #1204 from Manishearth/rustup
2016-08-31 mcartonBump to 0.0.87
2016-08-31 mcartonRemove all `union` stuffs
2016-08-31 mcartonSupport unions here and there
2016-08-31 mcartonRustup to *1.13.0-nightly (eac41469d 2016-08-30)*
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 #1203 from Manishearth/octal
2016-08-28 mcartonFix FP in `ZERO_PREFIXED_LITERAL` and `0b`/`Oo`
2016-08-28 Martin CartonMerge pull request #1201 from Manishearth/rustup
2016-08-28 mcartonBump to 0.0.86
2016-08-28 mcartonRustup to rustc 1.13.0-nightly (a23064af5 2016-08-27)
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 mcartonFix typos
2016-08-24 llogiqMerge pull request #1189 from Manishearth/easy
2016-08-23 mcartonTypo
2016-08-23 mcartonDeny `missing_docs_in_private_items` in some modules
2016-08-23 mcarton`in_macro` check in `MISSING_DOCS_IN_PRIVATE_ITEMS`
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-19 mcartonBump to 0.0.85
2016-08-19 Martin CartonMerge pull request #1174 from oli-obk/bugfix
2016-08-19 Oliver Schneider`unused_import` is a valid lint to be changed on `use...
2016-08-19 Oliver Schneiderdon't lint if snippet is shortert than 1 character
2016-08-18 mcartonBump to 0.0.84
2016-08-18 Martin CartonMerge pull request #1176 from birkenfeld/master
2016-08-18 Georg Brandlrustup
2016-08-17 Oliver SchneiderMerge pull request #1173 from oli-obk/never_rustup
2016-08-17 Oliver Schneiderversion bump and changelog update
2016-08-17 Oliver Schneiderrustup for the ! type
2016-08-17 llogiqMerge pull request #1170 from Manishearth/travis-gh...
2016-08-17 mcartonAdd "DirectX" and "OpenGL" to `doc_valid_idents`
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-17 Manish GoregaokarMerge pull request #1167 from Manishearth/rustup
2016-08-17 Manish GoregaokarBump to 0.0.82
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 Schneideraddress nits and improve docs
2016-08-16 Oliver Schneiderlint modules that have the same name as their parent...
2016-08-14 Manish GoregaokarBump to 0.0.81
2016-08-14 Manish GoregaokarMerge pull request #1162 from dtolnay/up
2016-08-13 David TolnayUpdate to rustc 1.12.0-nightly (1deb02ea6 2016-08-12)
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-09 llogiqMerge pull request #1151 from oli-obk/clone_ref
2016-08-08 llogiqMerge pull request #1152 from oli-obk/wrong_self_conv_f...
2016-08-08 Manish GoregaokarMerge pull request #1154 from oli-obk/no_dogfood_for_travis
2016-08-08 Manish GoregaokarMerge pull request #1153 from oli-obk/too_many_extern_f...
2016-08-08 Oliver Schneiderextern fns often need to adhere to a specific api ...
2016-08-08 Oliver Schneiderenable changing wrong_self_convention's lint level...
2016-08-08 Oliver Schneideradd suggestions to clone_on_copy
2016-08-08 Manish GoregaokarMerge pull request #1150 from birkenfeld/remove-warning
2016-08-08 Georg BrandlRemove "known problem" that only occurs without MIR.
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-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
next