]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/utils
Replace most of ty:Ty with Ty
[rust.git] / clippy_lints / src / utils /
2019-03-18 Mateusz MikułaReplace most of ty:Ty with Ty
2019-03-16 flip1995Feed dog
2019-03-16 flip1995Adapt paths to new formatting
2019-03-16 flip1995cargo fmt
2019-03-16 flip1995Use LocalInternedString inside of AbsolutePathPrinter
2019-03-16 flip1995AbsolutePathBuffer -> AbsolutePathPrinter
2019-03-15 flip1995Reimplement AbsolutePathBuffer
2019-03-14 borsAuto merge of #3877 - rink1969:3842, r=flip1995
2019-03-13 borsAuto merge of #3873 - phansch:hiridification, r=flip1995
2019-03-12 Philipp HanschRename span_lint_node* functions to span_lint_hir*
2019-03-12 Michael WrightMerge branch 'master' into fix-3739
2019-03-10 borsAuto merge of #3767 - alexreg:cosmetic-2, r=flip1995
2019-03-10 Alexander RegueiroAddressed points raised in review.
2019-03-10 Alexander RegueiroVarious cosmetic improvements.
2019-03-09 borsAuto merge of #3824 - phansch:adding_lints, r=phansch
2019-03-09 borsAuto merge of #3860 - phansch:refactor_out_opt_def_id...
2019-03-09 borsAuto merge of #3861 - flip1995:rollup, r=flip1995
2019-03-09 Philipp KronesRollup merge of #3857 - phansch:document_path_qpath...
2019-03-09 Philipp KronesRollup merge of #3852 - phansch:refactor_assign_ops...
2019-03-09 Philipp KronesRollup merge of #3851 - phansch:refactor_trait_stuff...
2019-03-08 borsAuto merge of #3854 - ljedrz:rustc_58992, r=phansch
2019-03-08 Philipp HanschRefactor: Remove utils::opt_def_id
2019-03-08 Philipp HanschDocument match_path, improve match_qpath docs
2019-03-08 Philipp KronesUpdate clippy_lints/src/utils/mod.rs
2019-03-08 Philipp HanschFix doctest
2019-03-07 ljedrzalign with rust-lang/rust/#58992
2019-03-07 borsAuto merge of #3853 - rchaser53:issue-3849, r=flip1995
2019-03-07 rchaser53fix missing a semicolon
2019-03-07 Philipp HanschRefactor: Extract `trait_ref_of_method` function
2019-03-06 borsAuto merge of #3803 - felix91gr:master, r=oli-obk
2019-03-06 Félix FischerRenamed: Cyclomatic Complexity -> Cognitive Complexity
2019-03-06 borsAuto merge of #3845 - euclio:unused-comments, r=phansch
2019-03-05 Andy Russellmove lint documentation into macro invocations
2019-03-03 borsAuto merge of #3834 - ljedrz:HirIdification_fix, r...
2019-03-01 ljedrzalign with rust-lang/rust/#58836
2019-03-01 ljedrzenable rust-lang/rust#58754
2019-02-28 borsAuto merge of #3831 - martin-t:master, r=flip1995
2019-02-28 borsAuto merge of #3830 - flip1995:unknown_attribute, r...
2019-02-28 flip1995Error an unknown or deprecated Clippy attribute
2019-02-26 borsAuto merge of #3821 - g-bartoszek:redundant_closure...
2019-02-26 borsAuto merge of #3818 - phansch:update_changelog, r=oli-obk
2019-02-26 borsAuto merge of #3817 - rust-lang:fix-bool_comparison...
2019-02-26 borsAuto merge of #3814 - ljedrz:HirIdification_lockstep_up...
2019-02-25 borsAuto merge of #3808 - mikerite:useless-format-suggestio...
2019-02-25 borsAuto merge of #3816 - g-bartoszek:redundant_closure_for...
2019-02-25 borsAuto merge of #3772 - flip1995:ice-3719, r=Manishearth
2019-02-25 borsAuto merge of #3805 - martinsp:ice-3747, r=Manishearth
2019-02-25 ljedrzfix: replace wrong id
2019-02-25 borsAuto merge of #3815 - phansch:make_private, r=Manishearth
2019-02-25 Philipp HanschMake DiagnosticWrapper private
2019-02-24 ljedrzHirIdify some lints
2019-02-24 borsAuto merge of #3811 - rust-lang:test-for-2526, r=mcarton
2019-02-24 borsAuto merge of #3810 - phansch:refactor/extract_module...
2019-02-24 borsAuto merge of #3790 - ljedrz:HirIdify_intravisit, r...
2019-02-24 Philipp HanschExtract diagnostics module and document some functions
2019-02-24 Philipp HanschDocument some `span_lint_*` util functions
2019-02-22 borsAuto merge of #3795 - mikerite:test-rustfmt, r=phansch
2019-02-21 borsAuto merge of #3789 - bzzzzzz:needless_range_loop_bugfi...
2019-02-20 bzzzzFixed formatting and typo
2019-02-20 borsAuto merge of #3781 - uniphil:write_with_newline_false_...
2019-02-20 ljedrzpartially HirIdify lints
2019-02-20 borsAuto merge of #3779 - mikerite:fix-3704, r=phansch
2019-02-20 bzzzzMake needless_range_loop not applicable to structures...
2019-02-19 flip1995Document the new `Sugg` functions
2019-02-19 flip1995Implement Sugg::hir_with_macro_callsite
2019-02-19 borsAuto merge of #3776 - notriddle:drop-bounds, r=oli-obk
2019-02-18 Michael HowellAdd a lint to warn on `T: Drop` bounds
2019-02-14 borsAuto merge of #3762 - mikerite:fix-build-20190214,...
2019-02-14 flip1995Fix breakage from rust-lang/rust#58296
2019-02-13 borsAuto merge of #3760 - rust-lang:rustup, r=flip1995
2019-02-13 flip1995Rustup
2019-02-12 borsAuto merge of #3756 - g-bartoszek:redundant-closure...
2019-02-10 borsAuto merge of #3744 - phansch:fix3144, r=oli-obk
2019-02-10 borsAuto merge of #3740 - flip1995:const_assert_macro,...
2019-02-10 Grzegorzremoving redundant closures in the whole project
2019-02-09 borsAuto merge of #3751 - h-michael:opt-def-id, r=phansch
2019-02-09 Hirokazu HataUse Hir::Def opt_def_id
2019-02-09 borsAuto merge of #3748 - phansch:uitest, r=oli-obk
2019-02-09 borsAuto merge of #3750 - h-michael:const-params, r=phansch
2019-02-09 Hirokazu HataAdd new Def type ConstParam
2019-02-08 Philipp HanschAdd a uitest subcommand to simplify UI test invocation
2019-02-06 borsAuto merge of #3665 - jsgf:master, r=oli-obk
2019-02-04 borsAuto merge of #3725 - mikerite:fix-2728, r=phansch
2019-02-04 Michael WrightDocument `get_def_path`
2019-02-04 Manish GoregaokarMerge pull request #3735 from jsgf/setup-toolchain
2019-02-03 rhysdMerge branch 'master' into issue3721
2019-02-03 borsAuto merge of #3736 - mikerite:fix-build-20190203,...
2019-02-03 Michael WrightFix breakage due to rust-lang/rust#58079
2019-02-02 Jeremy FitzhardingeLet CLIPPY_CONF_DIR be used to start search for config...
2019-02-02 borsAuto merge of #2857 - avborhanian:master, r=phansch
2019-02-01 UnknownAdding back tests, but also reducing threshold by 1
2019-02-01 Araam BorhanianAdding lint for too many lines.
2019-02-01 borsAuto merge of #3726 - phansch:some_renaming, r=oli-obk
2019-02-01 Michael WrightMerge branch 'master' into fix-2728
2019-01-31 Michael WrightFix `cast_sign_loss` false positive
2019-01-29 borsAuto merge of #3648 - phansch:const_fn_lint, r=oli-obk
2019-01-29 Philipp Hanschcargo fmt
2019-01-29 Philipp HanschUse built-in entry_fn detection over self-built
2019-01-29 Philipp Hanschcargo fmt
2019-01-29 Philipp HanschAdd initial version of const_fn lint
next