]> git.lizzy.rs Git - rust.git/history - clippy_lints
Remove warning in the lastest nightly
[rust.git] / clippy_lints /
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
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-04 Manish GoregaokarMerge pull request #1132 from Manishearth/whitelist
2016-08-03 Andre Bogusadded OAuth and TrueType to doc whitelist
2016-08-03 Manish GoregaokarMerge pull request #1131 from JDemler/master
2016-08-02 Jakob DemlerNo warning when file is opened with read truncate and...
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-08-01 Oliver SchneiderMerge pull request #1126 from Manishearth/rustup
2016-07-31 mcartonBump to 0.0.80
2016-07-31 mcartonRustup to rustc 1.12.0-nightly (1225e122f 2016-07-30)
2016-07-30 Martin CartonMerge pull request #1125 from Manishearth/ipv4
2016-07-30 mcartonAdd `IPv4` and `IPv6` to the valid doc idents list
2016-07-29 mcartons/```/```rust when relevant
2016-07-20 llogiqMerge pull request #1113 from oli-obk/assign_op
2016-07-20 Oliver Schneiderupdate lints
2016-07-20 Oliver Schneiderlint `a += a + b` (possible mis-refactoring of `a ...
2016-07-20 Oliver Schneiderget snippets inside the suggestions-closure
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 Schneider"fallout"
2016-07-18 Oliver Schneideradd an internal lint that catches misordered paths
2016-07-17 mcartonDogfood
2016-07-16 Martin CartonMerge pull request #1103 from Manishearth/doc-eta
2016-07-16 Manish Goregaokarredundant closures don't allocate
2016-07-15 mcartonImprove docs
2016-07-15 Oliver Schneideradd the path to the util::path module
2016-07-15 Martin CartonMerge pull request #1102 from Manishearth/fix-1100
2016-07-15 Manish GoregaokarFix position of mut in toplevel-ref-arg (fixes #1100...
2016-07-15 Martin CartonMerge pull request #1101 from Manishearth/fix-1100
2016-07-15 Manish GoregaokarSuggest mutability and fix type in toplevel-ref-arg
2016-07-14 mcartonFormat code for methods lints
2016-07-14 llogiqMerge pull request #1099 from Manishearth/fix
2016-07-14 mcartonFix FP with `USELESS_VEC` and non-copy types
2016-07-14 mcartonFix suggestion spans for `NEEDLESS_RETURN`
2016-07-14 mcartonFix `MANY_SINGLE_CHAR_NAMES`'s docs
2016-07-14 Oliver SchneiderMerge pull request #1096 from cramertj/1086-negative...
2016-07-13 Taylor CramerCheck for comparison of -0.0 and 0.0 in PartialOrd...
2016-07-13 Taylor CramerChange floating point constant to mem::transmute u64...
2016-07-13 Taylor CramerAdded sign check on Constant f64 PartialEq implementation
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-10 Martin CartonMerge pull request #1084 from Manishearth/rustup
2016-07-10 mcartonBump to 0.0.79
2016-07-10 mcartonRustup to rustc 1.12.0-nightly (f93aaf84c 2016-07-09)
2016-07-10 Manish GoregaokarMerge pull request #1082 from Manishearth/small-fixes
2016-07-10 mcartonLink to known issues for `MATCH_SAME_ARMS`
2016-07-10 mcartonTry to explain `MATCH_SAME_ARMS` better
2016-07-10 mcartonFix suggestions for `NEW_WITHOUT_DEFAULT`
2016-07-10 mcartonFix FP with `for` loops and shadowed loop variable
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-09 Martin CartonMerge pull request #1080 from sourcefrog/patch-2
2016-07-09 Martin PoolFix Markdown syntax in description of collapsible_if
2016-07-08 llogiqMerge pull request #1074 from Manishearth/fix-doc
2016-07-08 mcartonHandle `/**` and `~~~` in `DOC_MARKDOWN`
2016-07-07 llogiqMerge pull request #1071 from dtolnay/javascript
2016-07-07 David TolnayAdd "JavaScript" to doc-valid-idents
2016-07-06 mcartonAddress PR's comments
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-06 mcartonRemove useless feature attribute
2016-07-05 mcartonUse `utils::sugg` in methods lints
2016-07-04 mcartonUse `sugg::Sugg` in transmute links
2016-07-03 mcartonFix suggestions for `needless_bool`
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-03 mcartonUse `span_suggestion` in entry lints
2016-07-03 mcartonUse `utils::sugg` in `match` related lints
2016-07-03 Martin CartonMerge pull request #1068 from AtheMathmo/useless_vec...
2016-07-03 James LucasCheck for constant expression in useless_vec lint
2016-07-03 Manish GoregaokarMerge pull request #1067 from Manishearth/pr-991
2016-07-03 Manish GoregaokarMake #991 work with current rust
2016-07-03 mcartonImprove `NOT_UNSAFE_PTR_ARG_DEREF` with functions
2016-07-03 mcartonAdd a new `not_unsafe_ptr_arg_deref` lint
2016-07-02 mcartonUse `utils::sugg` in swap lints
2016-07-02 Martin CartonMerge pull request #1054 from Manishearth/rustup
2016-07-02 mcartonBump to 0.0.78
2016-07-02 Manish GoregaokarMerge pull request #1065 from mathstuf/doc-typos
2016-07-02 Ben Boeckeltypo: use commas around "e.g."
next