]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #6942 - mgacek8:issue_6815_search_is_none, r=llogiq
[rust.git] / clippy_lints /
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 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-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-17 Mateusz Gacekwrong_self_convention: `to_` respects `Copy` types
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 Jason NewcombFix message for `match_wildcard_for_single_variant`
2021-03-17 Jason NewcombImprovements to `match_wildcard_for_single_variants...
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 borsAuto merge of #6917 - MysteryJump:fix-manual-unwrap...
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 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
2021-03-16 Yoshitomo NakanishiExtract lints of unit_types group from types group
2021-03-16 borsAuto merge of #6916 - camsteffen:diagnostics-util,...
2021-03-16 Cameron SteffenDon't re-export clippy_utils::diagnostics::*
2021-03-16 borsAuto merge of #6914 - camsteffen:source-utils, r=Manish...
2021-03-15 borsAuto merge of #6828 - mgacek8:issue_6758_enhance_wrong_...
2021-03-15 borsAuto merge of #6907 - camsteffen:ty-utils, r=flip1995
2021-03-15 Cameron SteffenMove some utils to clippy_utils::source module
2021-03-15 Cameron SteffenMove some utils to ty_utils
2021-03-15 borsAuto merge of #6831 - camsteffen:suspicious-map, r...
2021-03-14 Ben BoeckelFix suspicious_map false positives
2021-03-14 borsAuto merge of #6895 - iobtl:reformat_unnecessary_cast...
2021-03-14 iobtluse lint_unnecessary_cast for literals, suggest `_...
2021-03-13 borsAuto merge of #6859 - magurotuna:if_then_some_else_none...
2021-03-13 borsAuto merge of #6820 - mgacek8:issue_6562_enhance_mem_re...
2021-03-13 borsAuto merge of #6865 - Jarcho:explicit_deref_methods...
2021-03-13 Jason NewcombProperly lint macro arguments for `explicit_deref_methods`
2021-03-13 Jason NewcombKeep track of whether `deref` or `deref_mut` was called
2021-03-13 Jason NewcombRemove unneeded code.
2021-03-13 Jason NewcombMake `explicit_deref_methods` check for multiple deref...
2021-03-13 iobtlreplace span_lint with span_lint_and_sugg along with...
2021-03-13 borsAuto merge of #6892 - matthiaskrgr:inc_struct_ctor...
2021-03-12 borsAuto merge of #6891 - Y-Nak:use-iterator-sym, r=Manishearth
2021-03-12 Mateusz Gacekmem_replace_with_default: use diagnostic items intead...
2021-03-12 Mateusz Gacekmem_replace_with_default: recognize some std library...
2021-03-12 Matthias Krügerinconsistent_struct_constructor: try to make message...
2021-03-12 Yoshitomo NakanishiUse sym::Iterator instead of paths::ITERATOR
2021-03-12 Yusuke TanakaImprove suggestion and make it work for macros
2021-03-12 Mateusz Gacekwrong_self_convention: fix lint in case of `to_*_mut...
2021-03-11 borsAuto merge of #6826 - TaKO8Ki:refactor-methods-mod...
2021-03-11 Takayuki Maedafix interning-defined-symbol error
2021-03-11 Takayuki Maedaremove unused imports
2021-03-11 Takayuki Maedamove expect_fun_call to its own module
2021-03-11 Takayuki Maedamove or_fun_call to its own module
2021-03-11 Takayuki Maedamove map_unwrap_or to its own module
2021-03-11 Takayuki Maedamove option_map_or_none to its own module
2021-03-11 Takayuki Maedaunnecessary_fold to its own module
2021-03-11 Takayuki Maedamove useless_asref to its own module
2021-03-11 Takayuki Maedamove clone_on_copy to its own module
2021-03-11 Takayuki Maedamove iter_skip_next to its own module
2021-03-11 Takayuki Maedamove map_flatten and search_is_some to their own modules
2021-03-11 Takayuki Maedamove flat_map_identity to its own module
2021-03-11 Takayuki Maedamove filter_map_flat_map to its own module
2021-03-11 Takayuki Maedamove filter_flat_map to its own module
2021-03-11 Takayuki Maedamove filter_map_next to its own module
2021-03-11 Takayuki Maedamove filter_map_map to its own module
2021-03-11 Takayuki Maedamove filter_map to its own module
2021-03-11 Takayuki Maedamove from_iter_insteam_of_collect to its own module
2021-03-11 Takayuki Maedamove into_iter_on_ref and single_char_pattern to their...
2021-03-11 Takayuki Maedamove single_char_push_string to its own module
2021-03-11 Takayuki Maedamove single_char_insert_string to its own module
2021-03-11 Takayuki Maedamove string_extend_chars and clone_on_ref_ptr to their...
2021-03-11 Takayuki Maedamove wrong_self_convention to its own module
2021-03-11 Takayuki Maedamove iter_nth, iter_nth_zero and iterator_step_by_zero...
2021-03-11 Takayuki Maedamove iter_next_slice to its own module
2021-03-11 Takayuki Maedamove map_collect_result_unit to its own module
2021-03-11 Takayuki Maedamove zst_offset to its own module
2021-03-11 Takayuki Maedareplace `lints` and `lint` with `check`
2021-03-11 Takayuki Maedamove iter_cloned_collect to its own module
2021-03-11 Takayuki Maedamove uninit_assumed_init to its own module
next