]> git.lizzy.rs Git - rust.git/history - clippy_lints
Replace most of ty:Ty with Ty
[rust.git] / clippy_lints /
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 ljedrzfix formatting
2019-02-24 Philipp HanschExtract diagnostics module and document some functions
2019-02-24 Philipp HanschDocument some `span_lint_*` util functions
2019-02-24 Michael WrightFix `useless_format` suggestions
2019-02-23 Martins PolakovsFix ICE #3747
2019-02-22 borsAuto merge of #3795 - mikerite:test-rustfmt, r=phansch
2019-02-22 Michael WrightRemove unneeded visitor class
2019-02-21 borsAuto merge of #3789 - bzzzzzz:needless_range_loop_bugfi...
2019-02-21 Michael WrightFix `boxed_local` suggestion
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 flip1995Fix ice-3719
2019-02-19 flip1995Implement Sugg::hir_with_macro_callsite
2019-02-19 borsAuto merge of #3776 - notriddle:drop-bounds, r=oli-obk
2019-02-19 borsAuto merge of #3786 - rust-lang:rustup, r=Manishearth
2019-02-19 Manish GoregaokarRustup to rustc 1.34.0-nightly (32471f7ea 2019-02-19)
2019-02-19 Michael HowellAdd more descriptive details
2019-02-19 philCheck {print,write}_with_newline for literal newline
2019-02-18 borsAuto merge of #3729 - illicitonion:match_enum_wildcard...
2019-02-18 Daniel Wagner-HallFix Binding for rustc update
2019-02-18 Daniel Wagner-HallRestore tests
2019-02-18 Daniel Wagner-Hallwildcard_enum_match_arm gives suggestions
2019-02-18 borsAuto merge of #3783 - Enet4:patch-1, r=Manishearth
2019-02-18 philDon't fail for raw string ending in \n
2019-02-18 Eduardo PinhoFormat `transmute_from_int_to_float` docs
2019-02-18 Eduardo PinhoUpdate why transmute_int_to_float is bad
2019-02-18 borsAuto merge of #3777 - timotree3:patch-1, r=Manishearth
2019-02-18 Michael WrightFormat
2019-02-18 Michael HowellAdd a lint to warn on `T: Drop` bounds
2019-02-18 Michael WrightImprove `iter_cloned_collect` suggestions
2019-02-18 TimoAdd a semicolon as suggested
2019-02-18 TimoFix typo in documentation for float_cmp_const lint
2019-02-17 borsAuto merge of #3775 - flip1995:ice-3717, r=phansch
2019-02-17 flip1995Fix ICE #3717
2019-02-14 borsAuto merge of #3762 - mikerite:fix-build-20190214,...
2019-02-14 flip1995Fix breakage from rust-lang/rust#58296
2019-02-14 Michael WrightFix breakage due to rust-lang/rust#58167
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-12 borsAuto merge of #3757 - mikerite:fix-2542, r=oli-obk
2019-02-11 borsAuto merge of #3758 - phansch:document_macro, r=flip1995
2019-02-11 Philipp HanschUpdate comment regarding crate level cfg_attr
2019-02-11 Philipp HanschDocument some more core functions
2019-02-11 Philipp HanschDocument `declare_clippy_lint` macro
2019-02-11 Michael WrightFix `needless_range_loop` bad suggestion
2019-02-10 borsAuto merge of #3754 - phansch:uicleanup, r=oli-obk
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-10 Grzegorzredundant closure implemented for closures containing...
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-06 Philipp HanschFix ICE in needless_pass_by_value lint
2019-02-05 flip1995Don't warn about const assertions when assert is in...
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 borsAuto merge of #3723 - rhysd:issue3721, r=oli-obk
2019-02-03 rhysdrun `util/dev update_lints` and `cargo fmt --all`
2019-02-03 rhysdMerge branch 'master' into issue3721
2019-02-03 rhysdprefer `if` to `match`
2019-02-03 rhysduse snippet for making a suggestion if possible
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-02 borsAuto merge of #3731 - phansch:travis, r=phansch
2019-02-01 borsAuto merge of #3732 - phansch:fix_ice_3720, r=oli-obk
2019-02-01 rhysdadd more test cases for dbg_macro rule
2019-02-01 Philipp HanschUpdate clippy_lints/src/types.rs
2019-02-01 Philipp HanschUpdate clippy_lints/src/types.rs
2019-02-01 rhysduse span_help_and_lint() instead of span_lint_and_sugg()
2019-02-01 UnknownChanging single character string to a character match.
2019-02-01 Unknownrustfmt
2019-02-01 Araam BorhanianAdding lint for too many lines.
2019-02-01 UnknownSkipping check if in external macro.
2019-02-01 UnknownAdding back tests, but also reducing threshold by 1
2019-02-01 Unknownrustfmt
2019-02-01 UnknownReworking function logic, and adding doc example.
2019-02-01 Araam BorhanianAdding lint for too many lines.
2019-02-01 Philipp HanschMake vec_box MachineApplicable
2019-02-01 Philipp HanschFix ICE in vec_box lint and add run-rustfix
2019-02-01 borsAuto merge of #3726 - phansch:some_renaming, r=oli-obk
2019-02-01 Michael WrightMove `max_value` handling to consts module
2019-02-01 Michael WrightMerge branch 'master' into fix-2728
2019-02-01 rhysd`cargo +nightly fmt` at clippy_lints/
next