]> git.lizzy.rs Git - rust.git/history - clippy_lints
Merge pull request #2392 from theotherphil/bugfix
[rust.git] / clippy_lints /
2018-01-22 Oliver SchneiderMerge pull request #2392 from theotherphil/bugfix
2018-01-22 Phil EllisonUse existing match_var function
2018-01-22 Phil EllisonFix unnecessary_fold bug
2018-01-22 Manish GoregaokarRustup to rustc 1.25.0-nightly (97520ccb1 2018-01-21)
2018-01-20 Martin CartonMerge pull request #2385 from rust-lang-nursery/small...
2018-01-20 mcartonSmall documentation formatting fix
2018-01-19 Oliver SchneiderMerge pull request #2350 from theotherphil/fold_any
2018-01-19 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2018-01-19 Oliver SchneiderMerge pull request #2364 from flip1995/precedence
2018-01-19 Oliver SchneiderMerge pull request #2367 from etaoins/inline-fn-without...
2018-01-19 Oliver SchneiderMerge pull request #2381 from HMPerson1/remove_is_unit_expr
2018-01-19 Oliver SchneiderMerge pull request #2299 from mikerite/option_option_pr
2018-01-19 Michael WrightMerge branch 'master' into option_option_pr
2018-01-18 HMPerson1Use `unit_expr`
2018-01-18 HMPerson1Add `is_unit_expr` to deprecated lints list
2018-01-18 HMPerson1Replace `is_unit_expr`
2018-01-18 Oliver SchneiderMerge pull request #2375 from rust-lang-nursery/needles...
2018-01-18 Oliver SchneiderOnly suggest implementing Copy if it can actually be...
2018-01-18 Ryan CummingSuggest removing inline attributes
2018-01-18 Ryan CummingLint for trait methods without bodies
2018-01-18 Manish Goregaokarneedless_pass_by_value: Whitelist RangeArgument (fixes...
2018-01-18 Manish Goregaokarneedless_pass_by_value: Add suggestion for implementing...
2018-01-18 Manish Goregaokarneedless_pass_by_value: Ignore for extern funcs (fixes...
2018-01-18 Oliver SchneiderMerge pull request #2370 from Vlad-Shcherbina/patch-1
2018-01-18 Michael WrightRename variable
2018-01-18 Michael WrightMerge branch 'master' into option_option_pr
2018-01-17 Phil EllisonFix typos
2018-01-17 Phil EllisonAdd some reviewer comments
2018-01-17 Phil EllisonRename lint, improve documentation
2018-01-17 Phil EllisonLint on folds implementing .all, .sum and .product
2018-01-17 Vlad-ShcherbinaDocument map_clone known problems #498
2018-01-17 Oliver SchneiderMerge pull request #2298 from goodmanjonathan/else_if_w...
2018-01-17 Michael WrightMade requested changes
2018-01-17 Michael WrightMerge branch 'master' into option_option_pr
2018-01-16 Phil EllisonFix error span to play nicely with rustfix
2018-01-16 Oliver SchneiderMerge pull request #2366 from rust-lang-nursery/const...
2018-01-16 Manish GoregaokarShow wider and more accurate suggestion for const_stati...
2018-01-16 flip1995Add macro check to precedence lint
2018-01-16 Oliver SchneiderMerge pull request #2355 from alusch/clone_on_ref_ptr_r...
2018-01-15 Oliver SchneiderRustup
2018-01-15 Jonathan Goodmanadd new lint else_if_without_else
2018-01-15 Adam LuschAdds the missing turbofish
2018-01-15 Adam LuschMoves `clone_on_ref_ptr` to be a restriction lint
2018-01-14 Phil EllisonCheck that we're calling Iterator::fold
2018-01-14 Phil EllisonAddress some review comments
2018-01-14 Phil EllisonFix name
2018-01-14 Oliver SchneiderMerge pull request #2349 from rust-lang-nursery/no...
2018-01-14 Phil EllisonAdd description
2018-01-14 Phil EllisonMove get_arg_name into utils
2018-01-14 Phil EllisonTidy using if_chain and snippet function. Actually...
2018-01-14 Phil EllisonFirst pass at linting for .any expressed as a .fold
2018-01-14 Manish GoregaokarDon't warn about missing docs for main()
2018-01-13 Oliver SchneiderMerge pull request #2347 from kimsnj/extrem_comp
2018-01-12 kimsnjFix #1159: avoid comparing fixed and target sized types...
2018-01-12 Oliver SchneiderMerge pull request #2344 from HMPerson1/svar_to_cfn
2018-01-12 Oliver SchneiderMerge pull request #2296 from DarrenTsung/test_types
2018-01-11 HMPerson1Add lint to replace `const`s with `const fn`s
2018-01-11 Oliver SchneiderDon't suggest changing explicit Clone impls if they...
2018-01-10 Oliver SchneiderVersion bump
2018-01-09 Oliver SchneiderFix an ICE in HashMap generalization suggestions
2018-01-09 Oliver SchneiderMerge pull request #2316 from tspiteri/doc-names
2018-01-08 Oliver SchneiderVersion bump
2018-01-08 Oliver SchneiderMerge pull request #2328 from phansch/master
2018-01-08 Oliver SchneiderMerge pull request #2334 from Rantanen/ast-fix
2018-01-08 Manish GoregaokarMerge pull request #2339 from phansch/add_some_lint_exa...
2018-01-08 Philipp HanschAdd 'positive' examples for some lints
2018-01-07 Mikko RantanenImplement nightly libsyntax changes
2018-01-04 Manish GoregaokarMerge pull request #2324 from killercup/feature/2319...
2018-01-04 Pascal HertleifAdd auto-fixable `println!()` suggestion
2018-01-02 Trevor SpiteriAdd "NaNs" and "GitLab" to `doc-valid-idents`
2018-01-01 llogiqMerge pull request #2312 from zmt00/master
2018-01-01 zmt00Fix typos in README, documentation
2017-12-26 Michael WrightImplemented option_option lint
2017-12-23 Oliver SchneiderMerge pull request #2291 from DarrenTsung/fix_2265
2017-12-22 Darren TsungMove in_macro check to end of expression since usual...
2017-12-22 Darren TsungCheck that eq_op lint doesn’t mark macro use of functio...
2017-12-22 Manish GoregaokarMerge pull request #2289 from rust-lang-nursery/rustup
2017-12-22 Manish GoregaokarBump to 0.0.177
2017-12-22 Manish GoregaokarUniversal impl traits get removed earlier now
2017-12-22 Manish GoregaokarUpdate to handle GenericParam
2017-12-20 Oliver SchneiderMerge pull request #2284 from rust-lang-nursery/new...
2017-12-20 Oliver SchneiderMerge pull request #2281 from detrumi/match-as-ref
2017-12-20 Wilco KuseeAlso suggest as_mut for match_as_ref
2017-12-19 Wilco KuseeLint for matching option as ref
2017-12-17 Oliver SchneiderMerge pull request #2269 from letheed/fix-2267
2017-12-15 Oliver SchneiderRustup and lazy_static version mismatch fix
2017-12-14 Martin CartonMerge pull request #2273 from imp/fixlink
2017-12-14 Cyril PliskoFix crates.io site name
2017-12-11 letheedDisable cast_lossless on const items
2017-12-07 Oliver SchneiderTry fixing const_with_static_lifetime docs
2017-12-02 Oliver SchneiderVersion bump
2017-12-02 Oliver SchneiderMerge pull request #2255 from topecongiro/rustup-2017...
2017-12-02 Seiichi UchidaRustup to rustc 1.24.0-nightly (bb42071f6 2017-12-01)
2017-12-01 Oliver SchneiderMerge pull request #2254 from LaurentMazare/master
2017-12-01 laurentBugfix the bugfix.
2017-12-01 laurentDo raise a same-arms warning when the two arms are...
2017-12-01 Oliver SchneiderMerge pull request #2166 from HMPerson1/fix_2160
2017-12-01 HMPerson1Add linting for empty blocks too
2017-11-30 HMPerson1Fix #2160
2017-11-30 Oliver SchneiderFix #1925
next