]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #6907 - camsteffen:ty-utils, r=flip1995
[rust.git] / clippy_lints /
2021-03-15 borsAuto merge of #6907 - camsteffen:ty-utils, r=flip1995
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-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
2021-03-11 Takayuki Maedamove filetype_is_file to its own module
2021-03-11 Takayuki Maedamove suspicious_map to its own module
2021-03-11 Takayuki Maedamove option_as_ref_deref to its own module
2021-03-11 Takayuki Maedamove skip_while_next to its own module
2021-03-11 Takayuki Maedamove expect_used, filter_next, get_unwrap, ok_expect...
2021-03-11 borsAuto merge of #6881 - flip1995:rustup, r=flip1995
2021-03-11 flip1995Fix remaining dogfood errors (internal lints)
2021-03-11 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-10 borsAuto merge of #6814 - hyd-dev:issue-6486, r=flip1995
2021-03-10 borsAuto merge of #6794 - camsteffen:needless-borrowed...
2021-03-10 borsAuto merge of #79519 - cjgillot:noattr, r=wesleywiser
2021-03-09 borsAuto merge of #6878 - flip1995:authors, r=Manishearth
2021-03-09 Camille GILLOTRemove hir::Expr::attrs.
2021-03-09 Camille GILLOTRemove hir::Item::attrs.
2021-03-09 Camille GILLOTRemove hir::ImplItem::attrs.
2021-03-09 Camille GILLOTRemove hir::TraitItem::attrs.
2021-03-09 Camille GILLOTRemove hir::StructField::attrs.
2021-03-09 Camille GILLOTRemove hir::Variant::attrs.
2021-03-09 Camille GILLOTRemove hir::Arm::attrs.
2021-03-09 Camille GILLOTRemove hir::Crate::attrs.
2021-03-09 Camille GILLOTRemove hir::Local::attrs.
2021-03-09 Camille GILLOTRemove hir::StmtKind::attrs.
2021-03-09 Camille GILLOTDo not store attrs in FnKind.
2021-03-09 Camille GILLOTSimplify clippy author.
2021-03-09 flip1995Set Clippy authors to "The Rust Clippy Developers"
2021-03-09 borsAuto merge of #6876 - giraffate:improve_doc_on_map_flat...
2021-03-09 Takayuki NakataImprove doc on `map_flatten`
2021-03-09 borsAuto merge of #6866 - anall:ice6840, r=flip1995
2021-03-09 borsAuto merge of #6868 - Jarcho:lang_item, r=flip1995
2021-03-09 borsAuto merge of #6873 - Y-Nak:refactor-casts-lint, r...
2021-03-09 Yoshitomo NakanishiMove ptr_as_ptr to its own module
2021-03-09 Mara BosRollup merge of #82048 - mark-i-m:or-pat-type-ascriptio...
2021-03-09 Yoshitomo NakanishiMove char_lit_as_u8 to its own module
2021-03-09 Yoshitomo NakanishiMove cast_ref_to_mut to its own module
2021-03-09 Yoshitomo NakanishiMove cast_ptr_alignment to its own module
2021-03-09 Yoshitomo NakanishiMove fn_to_numeric_cast_with_truncation to its own...
2021-03-09 Yoshitomo NakanishiMove fn_to_numeric_cast to its own module
2021-03-09 Yoshitomo NakanishiRemove 'lint_numeric_casts'
2021-03-09 Yoshitomo NakanishiMove unnecessary_cast to its own module
2021-03-09 Yoshitomo NakanishiMove cast_possible_wrap to its own module
2021-03-09 Yoshitomo NakanishiMove cast_sign_loss to its own module
2021-03-09 Yoshitomo NakanishiMove cast_possible_truncation to its own module
2021-03-09 borsAuto merge of #6869 - DJMcNab:rust-analyzer-private...
2021-03-09 Yoshitomo NakanishiMove cast_lossless to its own module
2021-03-09 Yoshitomo NakanishiMove cast_precision_loss to its own module
2021-03-09 Yoshitomo NakanishiMove 'is_isize_or_usize' to clippy_utils
2021-03-09 Yoshitomo NakanishiSeparate lints of casts group from types group
2021-03-08 borsAuto merge of #6871 - camsteffen:redundant-closure...
next