]> git.lizzy.rs Git - rust.git/history - clippy_lints
Use uppercase for MSRV
[rust.git] / clippy_lints /
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-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 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-26 flip1995Add missing lints to MSRV config doc
2021-03-26 borsAuto merge of #6977 - flip1995:or_patterns_msrv, r...
2021-03-26 flip1995Add MSRV option to unnested_or_patterns lint
2021-03-26 borsAuto merge of #6975 - Jarcho:redundant_slicing_fp,...
2021-03-26 Jason NewcombImprove `redundant_slicing`
2021-03-25 borsAuto merge of #6971 - flip1995:rustup, r=flip1995
2021-03-25 flip1995Bump Clippy Version -> 0.1.53
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 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...
2021-03-22 Jamie QuigleyIgnore str::len() in or_fun_call lint.
2021-03-22 borsAuto merge of #6942 - mgacek8:issue_6815_search_is_none...
2021-03-21 Mateusz Gaceksearch_is_some: check also when search is none
2021-03-21 borsAuto merge of #6945 - ThibsG:BadSuggestionGenericsForRe...
2021-03-21 ThibsGFix suggestion with generics for `field_reassign_with_d...
2021-03-20 borsAuto merge of #6941 - ThibsG:suggMatchSingleBinding...
2021-03-20 borsAuto merge of #6939 - ThibsG:suggNewWithoutDefault...
2021-03-20 lcnrupdate `const_eval_resolve`
2021-03-20 ThibsGFix bad suggestion that needs curly braces for `match_s...
2021-03-20 ThibsGFix bad suggestion for generics in `new_without_default...
2021-03-20 borsAuto merge of #6924 - mgacek8:issue6727_copy_types...
2021-03-20 markclippy: stabilize or_patterns lint
2021-03-19 Mateusz Gacekwrong_self_convention: Enhance lint message
2021-03-19 borsAuto merge of #6935 - matthiaskrgr:qmark_marco, r=flip1995
2021-03-18 Matthias Krügerneedless_question_mark: don't lint if Some(..) is insid...
2021-03-18 borsAuto merge of #6928 - mgacek8:issue6675_or_fun_call_uns...
2021-03-18 borsAuto merge of #6863 - Jarcho:wild_enum_match, r=llogiq
2021-03-18 Mateusz Gacekor_fun_call: trigger on unsafe blocks
2021-03-18 Vadim Petrochenkovhir: Preserve used syntax in `TyKind::TraitObject`
2021-03-17 Mateusz Gacekwrong_self_convention: `to_` respects `Copy` types
2021-03-17 borsAuto merge of #82122 - bstrie:dep4real, r=dtolnay
2021-03-17 borsAuto merge of #6856 - Jarcho:manual_map_if_let, r=Manis...
2021-03-17 Jason NewcombFix `manual_map` suggestion for `if let.. else ......
2021-03-17 borsAuto merge of #83188 - petrochenkov:field, r=lcnr
2021-03-17 Jason NewcombFix message for `match_wildcard_for_single_variant`
2021-03-17 Takayuki Maedareplace crate::methods::utils with super::utils
2021-03-17 Takayuki Maedaremove the use of paths
2021-03-17 Jason NewcombImprovements to `match_wildcard_for_single_variants...
2021-03-17 Takayuki Maedamove get_hint_if_single_char_arg to methods/utils.rs
2021-03-17 Takayuki Maedamove chars_last_cmp_with_unwrap to its own module
2021-03-17 Takayuki Maedaextract conditions for single_char_pattern into its...
2021-03-17 Takayuki Maedaextract condition for into_iter_on_ref to its own module
2021-03-17 Takayuki Maedaextract conditions for `from_iter_instead_of_collect...
2021-03-17 Takayuki Maedaextract conditions into modules
2021-03-17 Takayuki Maedamove single_char_add_str to its own module
2021-03-17 Takayuki Maedause clippy_utils::ty::is_type_diagnostic_item
2021-03-17 Takayuki Maedafmt
2021-03-17 Takayuki Maedaremove unused arguments
2021-03-17 Takayuki Maedaextract a condition into a function.
2021-03-17 Takayuki Maedaremove a needless variable
2021-03-17 Takayuki Maedause derefs_to_slice in methods/utils.rs
2021-03-17 Takayuki Maedamove derefs_to_slice to methods/utils.rs
2021-03-17 Takayuki Maedarefactor string_extend_chars: return when obj type...
2021-03-17 Takayuki Maedamove chars_cmp_with_unwrap, chars_last_cmp and chars_ne...
2021-03-17 Takayuki Maedamove chars_cmp and chars_next_cmp to its own modules
2021-03-17 borsAuto merge of #6918 - camsteffen:utils-re-export, r...
2021-03-17 Cameron SteffenAdd clippy_utils::paths imports
2021-03-17 Cameron SteffenDon't re-export clippy_utils::*
2021-03-17 borsAuto merge of #6805 - matthiaskrgr:uca_nopub_6803,...
2021-03-17 borsAuto merge of #6821 - Jarcho:write_literal_suggestion...
2021-03-17 Yuki OkushiRollup merge of #83092 - petrochenkov:qspan, r=estebank
2021-03-17 borsAuto merge of #6917 - MysteryJump:fix-manual-unwrap...
2021-03-16 borsAuto merge of #82536 - sexxi-goose:handle-patterns...
2021-03-16 Jason NewcombRemove SmallVec
2021-03-16 Jason NewcombAdd suggestion to `write_literal` and `print_literal`
2021-03-16 Jason NewcombMore specific spans for `use_debug` lint
2021-03-16 Jason NewcombKeep track of spans in format strings
2021-03-16 Yukio TanakaUse in_constant instead of is_const
2021-03-16 borsAuto merge of #6912 - flip1995:dep-cleanup, r=Manishearth
2021-03-16 flip1995Get rid of some unused dependecies
2021-03-16 Yukio TanakaFix FP of `manual_unwrap_or` in const fn
2021-03-16 Vadim Petrochenkovast: Reduce size of `ExprKind` by boxing fields of...
2021-03-16 Vadim Petrochenkovast/hir: Rename field-related structures
2021-03-16 borsAuto merge of #6915 - smoelius:docs-link, r=llogiq
2021-03-16 borsAuto merge of #6889 - Y-Nak:refactor-unit-types, r...
2021-03-16 Yoshitomo NakanishiRemove unit_types::utils::is_unit
2021-03-16 Yoshitomo NakanishiMove unit_arg to its own module
2021-03-16 Yoshitomo NakanishiMove unit_cmp to its own module
2021-03-16 Yoshitomo NakanishiMove let_unit_value to its own module
2021-03-16 Yoshitomo NakanishiExtract utility functions to utils.rs
next