]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/methods/mod.rs
Account for trait alias when looking for defid
[rust.git] / clippy_lints / src / methods / mod.rs
2019-08-25 Lzu TaoAccount for trait alias when looking for defid
2019-08-24 borsAuto merge of #4443 - jeremystucki:methods-refactoring...
2019-08-23 Jeremy StuckiRefactor some minor things
2019-08-23 Jeremy StuckiUse more if-chains
2019-08-23 Jeremy StuckiRefactor 'lint_or_fun_call'
2019-08-23 Jeremy StuckiRefactor 'check_unwrap_or_default'
2019-08-23 Jeremy StuckiRefactor 'check_impl_item'
2019-08-23 borsAuto merge of #4409 - jeremystucki:export, r=phansch
2019-08-21 borsAuto merge of #4372 - phansch:changelog_update, r=flip1995
2019-08-21 borsAuto merge of #4352 - phansch:fix_redundant_pattern_mat...
2019-08-21 borsAuto merge of #4425 - mikerite:4375, r=flip1995
2019-08-21 Michael WrightFix `temporary_cstring_as_ptr` false negative
2019-08-20 borsAuto merge of #4401 - JJJollyjim:literal-separation...
2019-08-20 borsAuto merge of #4420 - phansch:disable_rls_integration_t...
2019-08-20 Philipp HanschMerge pull request #4416 from SimonSapin/plugin
2019-08-19 borsAuto merge of #4417 - kraai:remove-in_macro_or_desugar...
2019-08-19 KRAAI, MATTHEW ... Remove in_macro_or_desugar
2019-08-19 borsAuto merge of #4414 - chansuke:fix-contributing-doc...
2019-08-19 borsAuto merge of #4411 - mikerite:fix-4384, r=flip1995
2019-08-19 borsAuto merge of #4386 - lzutao:lint-option-and_then-some...
2019-08-19 Michael WrightFix `clone_on_copy` false positives
2019-08-19 Lzu TaoAdd option_and_then_some lint
2019-08-18 borsAuto merge of #4403 - xd009642:type_repetition_improvem...
2019-08-18 borsAuto merge of #4404 - BO41:patch-1, r=flip1995
2019-08-18 borsAuto merge of #4394 - jeremystucki:suspicious_map,...
2019-08-18 Jeremy StuckiChange lint type to 'complexity'
2019-08-18 Jeremy StuckiMerge branch 'origin/master' into suspicious_map
2019-08-16 borsAuto merge of #4392 - phansch:cleanups, r=flip1995
2019-08-15 Jeremy StuckiImplement lint 'suspicious_map'
2019-08-15 borsAuto merge of #4382 - jeremystucki:unnecessary_fold_spa...
2019-08-14 Jeremy StuckiRemove unused import
2019-08-14 Jeremy StuckiUse different span
2019-08-14 borsAuto merge of #4379 - matthiaskrgr:url_dep, r=phansch
2019-08-14 borsAuto merge of #4363 - phansch:fix_lint_deprecation...
2019-08-14 borsAuto merge of #4369 - mikerite:fix-4293, r=flip1995
2019-08-14 borsAuto merge of #4231 - jeremystucki:flat-map, r=flip1995
2019-08-14 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-08-13 Jeremy StuckiUse correct span
2019-08-12 Jeremy StuckiUse 'span_lint_and_sugg'
2019-08-12 Jeremy StuckiMinor refactoring
2019-08-12 Jeremy StuckiChange lint type from 'pedantic' → 'complexity'
2019-08-12 borsAuto merge of #4365 - lukas-code:async_new_ret_no_self...
2019-08-11 Jeremy StuckiUpdate rustdoc
2019-08-11 Jeremy StuckiRefactor if_chain
2019-08-11 Jeremy StuckiRename 'flat_map' → 'flat_map_identity'
2019-08-11 Jeremy StuckiHandle calls with 'std::convert::identity'
2019-08-11 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-08-10 Michael WrightFix `wrong_self_convention` issue
2019-08-10 Michael WrightSimplify `wrong_self_convention` code
2019-08-10 Michael WrightRename implitem to impl_item
2019-08-09 Lukas Markeffskynew_ret_no_self: walk associated types in impl Trait...
2019-08-09 borsAuto merge of #4362 - lzutao:expect-on-cstring_as_ptr...
2019-08-09 borsAuto merge of #4361 - lzutao:fix-raw-string-on-single_c...
2019-08-09 Lzu TaoFix lint_cstring_as_ptr for expect
2019-08-09 Lzu TaoFix lint_single_char_pattern on raw string literal
2019-08-07 borsAuto merge of #4339 - phansch:rustfix_needless_bool...
2019-08-07 borsAuto merge of #4345 - phansch:enum_variants_fix, r...
2019-08-07 borsAuto merge of #4346 - atouchet:links, r=flip1995
2019-08-07 borsAuto merge of #4340 - lzutao:rustup, r=oli-obk
2019-08-06 Lzu TaoRustup https://github.com/rust-lang/rust/pull/59369
2019-08-05 borsAuto merge of #4338 - flip1995:rollup-9cm4jbr, r=flip1995
2019-08-05 Philipp KronesRollup merge of #4332 - phansch:rustfix_unnecessary_cas...
2019-08-05 Philipp KronesRollup merge of #4331 - phansch:doctests_restriction...
2019-08-05 Philipp KronesRollup merge of #4330 - phansch:doctests_nursery, r...
2019-08-05 Philipp KronesRollup merge of #4329 - phansch:doctests_pedantic,...
2019-08-03 Philipp HanschDoctests: Enable running doc tests for restriction...
2019-08-03 Philipp HanschDoctests: Enable running doc tests for pedantic lints
2019-08-03 borsAuto merge of #4327 - phansch:doctests_perf, r=flip1995
2019-08-03 borsAuto merge of #4325 - phansch:doctests_complexity,...
2019-08-03 Philipp HanschDoctests: Enable running doc tests for perf lints
2019-08-02 Philipp HanschDoctests: Fix all complexity lint docs
2019-08-01 borsAuto merge of #4314 - chansuke:add-negation-to-is_empty...
2019-08-01 Michael WrightMerge branch 'master' into dev-fmt-20190728
2019-07-31 borsAuto merge of #4313 - Manishearth:owl, r=yaahallo
2019-07-31 borsAuto merge of #4308 - jakubadamw:use-self-variant-scope...
2019-07-31 Jakub WieczorekUpdate all the code to pass the updated `use_self`...
2019-07-13 borsAuto merge of #4229 - euclio:lint-doc-generation-fix...
2019-07-08 Jeremy StuckiImplement flat_map lint
2019-07-06 borsAuto merge of #4254 - lzutao:hiridification-62168,...
2019-07-06 Lzu TaoRename hir::map::local_def_id_from_hir_id to local_def_id
2019-07-01 borsAuto merge of #4222 - jfrikker:try_err, r=flip1995
2019-06-25 borsAuto merge of #4235 - Manishearth:rustup, r=Manishearth
2019-06-25 Manish Goregaokarget_parent_node_by_hir_id -> get_parent_node
2019-06-22 borsAuto merge of #4220 - d-dorazio:4182-needless-return...
2019-06-22 borsAuto merge of #4227 - lzutao:node-pruning, r=flip1995
2019-06-22 Lzu TaoFix fallout cause NodeId pruning
2019-06-21 Daniele D'Orazioupdate tests and fix lints in clippy
2019-06-19 borsAuto merge of #4221 - lzutao:redundant-lifetime, r...
2019-06-19 Lzu TaoFix warnings about unnecessary lifetime bounds
2019-06-19 borsAuto merge of #4218 - lzutao:rustup, r=phansch
2019-06-19 Lzu TaoFix lifetime mismatch between LateContext and Ty
2019-06-19 borsAuto merge of #4210 - dtolnay:division, r=flip1995
2019-06-18 borsAuto merge of #4215 - matthiaskrgr:rustup_9, r=flip1995
2019-06-18 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/61836/
2019-06-06 borsAuto merge of #4136 - euclio:println-writeln-suggestion...
2019-06-04 borsAuto merge of #4164 - mikerite:fix-4144, r=mikerite
2019-06-04 mikeriteFix comment grammar
2019-06-02 Michael WrightFix .map(..).unwrap_or_else(..) bad suggestion
2019-05-28 borsAuto merge of #4142 - agnxy:rename-assoc, r=flip1995
2019-05-28 borsAuto merge of #4071 - matthiaskrgr:sizeof, r=flip1995
next