]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 #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 ThibsGSplit `match_single_binding` tests in 2 files (too...
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 GacekAdjust use_self uitest to proper self convention
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 Takayuki Maedareplace crate::methods::utils with super::utils
2021-03-17 Takayuki Maedaremove the use of paths
2021-03-17 Jason NewcombAdd test for `#[non_exhaustive]` enum in `match_wildcar...
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 borsAuto merge of #6888 - matthiaskrgr:rip_ra_setup, r...
2021-03-17 Philipp KronesRename the last ra_setup mention to ide_setup
2021-03-17 Matthias Krügerrename `cargo dev ra_setup` to `cargo dev ide_setup`
2021-03-17 Matthias KrügerCONTRIBUTING: update section explaining how to get...
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 typo
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-15 Cameron SteffenImprove `find_binding_init` docs
2021-03-15 Samuel E. Moelius IIIDo not show docs link when lint doesn't start with...
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...
next