]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-04-02 Cameron SteffenRefactor needless_collect
2021-04-02 borsAuto merge of #6988 - mikerite:fix-6984, r=camsteffen
2021-04-01 borsAuto merge of #7013 - Y-Nak:fix-needless-paren, r=flip1995
2021-04-01 borsAuto merge of #7011 - Jarcho:redundant_clone_fp, r...
2021-04-01 borsAuto merge of #7002 - mgacek8:issue6983_wrong_self_conv...
2021-04-01 borsAuto merge of #6976 - Jarcho:manual_map_const, r=phansch
2021-04-01 Yoshitomo Nakanishiclippy_utils: fix needless parenthesis output from...
2021-03-31 borsAuto merge of #7010 - camsteffen:if-chain-lint, r=llogiq
2021-03-31 Jason NewcombFix `redundant_clone` fp where the cloned value is...
2021-03-31 Cameron SteffenEat dogfood
2021-03-31 Cameron SteffenAdd if_chain lints
2021-03-31 borsAuto merge of #7008 - matthiaskrgr:ltchk, r=camsteffen
2021-03-31 borsAuto merge of #6913 - camsteffen:method-chain, r=flip1995
2021-03-31 Cameron SteffenDestructure args in methods module
2021-03-31 borsAuto merge of #6342 - bbqbaron:issue-6061, r=flip1995
2021-03-31 borsAuto merge of #6706 - Y-Nak:excessive-for-each, r=camst...
2021-03-31 Eric LorenSuggest `flatten` instead of `is_some` -> `unwrap`
2021-03-31 Yoshitomo NakanishiTweak a suggestion message of needless_for_each
2021-03-31 Yoshitomo NakanishiSkip needless_for_each if an input stmt is local
2021-03-31 Yoshitomo NakanishiFix codes that make dogfood fail
2021-03-31 Yoshitomo NakanishiRemove method_calls
2021-03-31 Yoshitomo NakanishiRefactor excessive_for_each
2021-03-31 Yoshitomo NakanishiUse ".." as default value of snippet in excessive_for_each
2021-03-31 Yoshitomo NakanishiImprove the document of excessive_for_each
2021-03-31 Yoshitomo NakanishiAdd comments to clarify why RetCollector is needed
2021-03-31 Yoshitomo NakanishiRefactor: Remove duplicated codes from excessive_for_each
2021-03-31 Yoshitomo NakanishiAvoid to suggest using label
2021-03-31 Yoshitomo NakanishiTrigger the lint iff exposure's body is ExprKind::Block.
2021-03-31 Yoshitomo NakanishiChange a category of excessive_for_each: Style -> Restr...
2021-03-31 Yoshitomo NakanishiFix codes that fails dogfood
2021-03-31 Yoshitomo NakanishiNew Lint: excessive_for_each
2021-03-31 borsAuto merge of #6981 - matthiaskrgr:6803_take_2, r=flip1995
2021-03-31 borsAuto merge of #6938 - Y-Nak:refactor-types, r=flip1995
2021-03-31 Matthias Krügerlintcheck: warn if checking a program results in bad...
2021-03-31 Matthias Krügerupdate lintcheck logs
2021-03-31 Michael WrightFix hidden variant suggestion on single variant
2021-03-31 borsAuto merge of #7007 - Y-Nak:result_unit_err, r=giraffate
2021-03-31 Yoshitomo Nakanishiresult_unit_err: Fix typo
2021-03-30 borsAuto merge of #7001 - ebobrow:non-octal-file-permission...
2021-03-30 Elliot BobrowAdd non_octal_unix_permissions lint
2021-03-30 Jason NewcombDon't lint `manual_map` in const functions
2021-03-30 borsAuto merge of #7004 - Jarcho:manual_map_if_then_else...
2021-03-30 Jason NewcombFix `manual_map` at the end of an if chain
2021-03-30 Mateusz Gacekwrong_self_convention: fix FP inside trait impl for...
2021-03-30 borsAuto merge of #7000 - Jarcho:clone_on_copy_fp, r=llogiq
2021-03-30 borsAuto merge of #6990 - Y-Nak:refactor-functions, r=giraffate
2021-03-30 Yoshitomo NakanishiImprove documents in functions group
2021-03-30 borsAuto merge of #7003 - giraffate:use_uppercase_for_msrv...
2021-03-29 Takayuki NakataUse uppercase for MSRV
2021-03-29 Jason NewcombImprove `clone_on_copy`
2021-03-29 borsAuto merge of #6996 - Y-Nak:missing_panics_doc, r=Manis...
2021-03-29 Yoshitomo Nakanishimissing_panics_doc: Ignore usage of debug_assert family
2021-03-29 Yoshitomo NakanishiFix inconsistent test name
2021-03-28 borsAuto merge of #6993 - Jarcho:expl_impl_clone, r=llogiq
2021-03-28 borsAuto merge of #6991 - matthiaskrgr:5396, r=giraffate
2021-03-28 Jason NewcombImprove `expl_impl_clone_on_copy`
2021-03-27 Matthias Krügerredundant_pattern_matching: look inside Refs
2021-03-27 Yoshitomo NakanishiMove result_unit_err to its own module
2021-03-27 Yoshitomo NakanishiMove lints related to must_use to their own module
2021-03-27 Yoshitomo Nakanishimove not_unsafe_ptr_arg_deref to its own module
2021-03-27 Yoshitomo NakanishiMove too_many_lines to its own module
2021-03-27 Yoshitomo NakanishiMove too_many_arguments to its own module
2021-03-27 borsAuto merge of #6979 - flip1995:msrv_doc_fix, r=giraffate
2021-03-27 borsAuto merge of #6980 - Jarcho:len_without_is_empty_sig...
2021-03-27 Jason Newcomb`len_without_is_empty` improvements
2021-03-27 Matthias Krügerupper_case_acronyms: add ui and ui-toml tests for priva...
2021-03-26 Matthias Krügerupper_case_acronyms: only lint enum variants if the...
2021-03-26 flip1995Add missing lints to MSRV config doc
2021-03-26 borsAuto merge of #6977 - flip1995:or_patterns_msrv, r...
2021-03-26 flip1995Fix trailing whitespaces in doc/adding_lints.md
2021-03-26 flip1995Improve doc on how to add MSRV to a lint
2021-03-26 flip1995Add MSRV option to unnested_or_patterns lint
2021-03-26 Yoshitomo NakanishiMerge type_complexity pass into types pass
2021-03-26 Yoshitomo NakanishiFix inconsistent test names
2021-03-26 Yoshitomo NakanishiFix FN that types lints don't work with const or static
2021-03-26 Yoshitomo NakanishiMove implicit_hasher to its own module
2021-03-26 Yoshitomo NakanishiMove invalid_upcast_comparisons to its own module
2021-03-26 Yoshitomo NakanishiMove absurd_extreme_comparisons to its own module
2021-03-26 borsAuto merge of #6975 - Jarcho:redundant_slicing_fp,...
2021-03-26 Jason NewcombImprove `redundant_slicing`
2021-03-25 borsAuto merge of #6961 - xFrednet:changelog-1-52, r=flip1995
2021-03-25 xFrednetUpdated changelog for 1.52
2021-03-25 borsAuto merge of #6971 - flip1995:rustup, r=flip1995
2021-03-25 flip1995Bump Clippy Version -> 0.1.53
2021-03-25 flip1995Bump nightly version -> 2021-03-25
2021-03-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-25 borsAuto merge of #6959 - ebobrow:iss-6927-fix, r=camsteffen
2021-03-25 Elliot Bobrowcheck for `.to_string().into_bytes()` in string_lit_to_...
2021-03-24 borsAuto merge of #6952 - Jarcho:new_ret_no_self_fp, r...
2021-03-24 Jason NewcombRename `contains_adt` to `contains_adt_constructor`
2021-03-24 Jason NewcombFix false positive with `new_ret_no_self` when returnin...
2021-03-24 borsAuto merge of #6962 - TaKO8Ki:fix-false-positive-in...
2021-03-24 Takayuki Maedamerge imports
2021-03-24 Takayuki Maedafix false positive in manual_flatten
2021-03-23 kadminAdd has_default to GenericParamDefKind::Const
2021-03-23 borsAuto merge of #6957 - camsteffen:eq-ty-kind, r=flip1995
2021-03-23 Cameron SteffenFactor out eq_ty_kind
2021-03-22 borsAuto merge of #6950 - Sciencentistguy:master, r=phansch
2021-03-22 borsAuto merge of #79278 - mark-i-m:stabilize-or-pattern...
2021-03-22 borsAuto merge of #6896 - TaKO8Ki:refactor-lints-in-methods...
next