]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/methods/mod.rs
Auto merge of #4084 - mikerite:fix-4019, r=oli-obk
[rust.git] / clippy_lints / src / methods / mod.rs
2019-05-14 borsAuto merge of #4084 - mikerite:fix-4019, r=oli-obk
2019-05-14 borsAuto merge of #4093 - rust-lang:rustup, r=oli-obk
2019-05-14 Oliver SchererRustfmt all the things
2019-05-14 Oliver SchererUse symbols instead of strings
2019-05-12 Michael WrightFix comments; minor refactoring
2019-05-12 Michael WrightFix #4019
2019-05-12 Manish GoregaokarAdd in_macro again
2019-05-12 Manish GoregaokarRename in_macro to in_macro_or_desugar
2019-05-11 borsAuto merge of #4080 - rust-lang:rustup, r=oli-obk
2019-05-11 Manish GoregaokarRemove some unnecessary If arms
2019-05-04 borsAuto merge of #4061 - rust-lang:rustup, r=phansch
2019-05-04 Matthias KrügerRustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
2019-05-03 borsAuto merge of #4059 - rustic-games:into_iter_on_array...
2019-05-03 Jean MertzFix link in into_iter_on_array documentation
2019-05-03 borsAuto merge of #4053 - euclio:too-many-args-span, r...
2019-05-02 borsAuto merge of #4049 - airt:fix-4033-search_is_some...
2019-05-02 borsAuto merge of #4035 - JoshMcguigan:useless_let_if_seq...
2019-04-30 airtcheck closure arguments before use it
2019-04-30 airtformat code
2019-04-30 borsAuto merge of #4039 - andrehjr:add-find-map-lints,...
2019-04-30 André Luis Leal... Add lints for find_map
2019-04-30 airtfix suggestion for search_is_some
2019-04-30 airtfix suggestion for search_is_some naively
2019-04-25 borsAuto merge of #4008 - g-bartoszek:boxed-fnmut, r=phansch
2019-04-23 borsAuto merge of #4018 - rust-lang:or_fn_call_variants...
2019-04-23 Manish GoregaokarIgnore all enum and struct constructors in lints about...
2019-04-19 borsAuto merge of #3989 - flip1995:assert_on_const, r=phansch
2019-04-18 borsAuto merge of #3990 - felixrabe:patch-1, r=flip1995
2019-04-18 borsAuto merge of #3978 - phansch:rustfix_len_zero, r=flip1995
2019-04-18 Felix RabeTypo
2019-04-18 borsAuto merge of #3985 - phansch:move_some_cast_tests...
2019-04-18 borsAuto merge of #3987 - phansch:rustfix_option_map_or_non...
2019-04-18 borsAuto merge of #3984 - phansch:bytecount_sugg, r=flip1995
2019-04-18 borsAuto merge of #3968 - kraai:lint-pass-macros, r=flip1995
2019-04-17 Matthew KraaiUse lint pass macros
2019-04-17 borsAuto merge of #3926 - flip1995:def_path_uplift, r=phansch
2019-04-17 flip1995Use {get,match}_def_path from LateContext
2019-04-09 borsAuto merge of #3925 - phansch:3741, r=flip1995
2019-04-08 borsAuto merge of #3929 - KarboniteKream:single-char-patter...
2019-04-08 Klemen KoširEscape a single quote in single_char_pattern hint
2019-04-08 borsAuto merge of #3921 - euclio:single-char-names-multispa...
2019-04-08 borsAuto merge of #3848 - felix91gr:null_transmute, r=flip1995
2019-04-08 borsAuto merge of #3901 - rail-rain:issue_1670, r=flip1995
2019-04-08 borsAuto merge of #3885 - mikerite:clippy_dev_toolchain...
2019-04-07 Matthias KrügerMerge pull request #3918 from matthiaskrgr/typos
2019-04-05 Michael WrightMerge branch 'master' into clippy_dev_toolchain
2019-04-04 Matthias KrügerNFC: fix typos
2019-03-23 Manish GoregaokarMerge pull request #3902 from matthiaskrgr/rustup
2019-03-23 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/59096/
2019-03-18 borsAuto merge of #3893 - mati865:rustup, r=oli-obk
2019-03-18 Mateusz MikułaReplace most of ty:Ty with Ty
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 RegueiroVarious cosmetic improvements.
2019-03-10 borsAuto merge of #3863 - rust-lang:get_unwrap, r=oli-obk
2019-03-09 Manish GoregaokarMove get_unwrap to restriction
2019-03-09 borsAuto merge of #3824 - phansch:adding_lints, r=phansch
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 Russellfix or ignore failing doc tests
2019-03-05 Andy Russellmove lint documentation into macro invocations
2019-03-03 borsAuto merge of #3834 - ljedrz:HirIdification_fix, r...
2019-03-01 ljedrzenable rust-lang/rust#58754
2019-02-27 borsAuto merge of #3666 - detrumi:map-or-on-non-copy, r...
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 Wilco KuseeMove lint_map_unwrap_or to its own file
2019-02-26 Wilco KuseeOnly suggest map_or for copy types
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 #3772 - flip1995:ice-3719, r=Manishearth
2019-02-24 ljedrzHirIdify some lints
2019-02-24 borsAuto merge of #3790 - ljedrz:HirIdify_intravisit, r...
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 borsAuto merge of #3779 - mikerite:fix-3704, r=phansch
2019-02-20 bzzzzMake needless_range_loop not applicable to structures...
2019-02-18 Michael WrightFormat
2019-02-18 Michael WrightImprove `iter_cloned_collect` suggestions
2019-02-12 borsAuto merge of #3756 - g-bartoszek:redundant-closure...
2019-02-10 Grzegorzremoving redundant closures in the whole project
2019-02-04 borsAuto merge of #3725 - mikerite:fix-2728, r=phansch
2019-02-03 rhysdMerge branch 'master' into issue3721
2019-02-02 borsAuto merge of #2857 - avborhanian:master, r=phansch
2019-02-01 Araam BorhanianAdding lint for too many lines.
2019-01-28 borsAuto merge of #3700 - phansch:would_you_like_some_help_...
2019-01-27 borsAuto merge of #3706 - robamler:patch-1, r=phansch
2019-01-27 borsAuto merge of #3705 - matthiaskrgr:rustup, r=phansch
2019-01-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57907/
2019-01-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57726
2019-01-26 borsAuto merge of #3690 - mikerite:fix-3630-expect-fun...
2019-01-26 Michael WrightIncorporate review suggestions
2019-01-24 Michael WrightFix `expect_fun_call` lint suggestions
2019-01-23 A.A.AbroskinMerge branch 'master' into add-lints-aseert-checks
2019-01-22 borsAuto merge of #3679 - daxpedda:use_self, r=phansch
2019-01-21 borsAuto merge of #3677 - daxpedda:integer_arithmetic,...
2019-01-21 borsAuto merge of #3676 - daxpedda:implicit_return, r=oli-obk
next