]> git.lizzy.rs Git - rust.git/history - clippy_lints
move wrong_self_convention to its own module
[rust.git] / clippy_lints /
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...
2021-03-08 Cameron SteffenImprove the redundant_closure message
2021-03-08 markclippy: fix or-pattern in let binding
2021-03-08 Cameron SteffenFix redundant closure with macros
2021-03-08 Daniel McNabOpt-in to rustc_private for `rust-analyzer`
2021-03-08 Jason NewcombDon't assume lang items will exist.
2021-03-08 borsAuto merge of #6725 - Y-Nak:refactor-types-lints, r...
2021-03-08 Yoshitomo NakanishiFix some lints in types that fail dogfood
2021-03-08 Yoshitomo NakanishiImport declared lints at the top of the file
2021-03-08 Yoshitomo NakanishiRemove unused is_local from borrowed_box
2021-03-08 Yoshitomo NakanishiMove borrowed_box to its own module
2021-03-08 Yoshitomo NakanishiMove linked_list to its own module
2021-03-08 Yoshitomo NakanishiMove option_option to its own module
2021-03-08 Yoshitomo NakanishiAdd flags to detect lints are triggered
2021-03-08 Yoshitomo NakanishiMove vec_box to its own module
2021-03-08 Yoshitomo NakanishiMove rc_buffer to its own module
2021-03-08 Yoshitomo NakanishiMove redundant_allocation to its own module
2021-03-08 Yoshitomo NakanishiMove box_vec to its own module
2021-03-08 Yoshitomo NakanishiCreate types dir and move old module under it
2021-03-08 borsAuto merge of #6834 - hyd-dev:clippy-args, r=phansch...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-08 borsAuto merge of #6807 - anall:feature/use_new_diagnostics...
2021-03-07 Andrea Nallrelocate functions from `clippy_lints::types`
2021-03-07 Andrea Nallmigrate paths to newly-added diagnostic items
2021-03-07 borsAuto merge of #6853 - Jarcho:len_without_is_empty_fp...
2021-03-07 Jason Newcomb`len_without_is_empty` will now consider multiple impl...
2021-03-07 borsAuto merge of #6823 - Jarcho:diagnostic_items, r=phansch
2021-03-06 Jason NewcombUse `LanguageItems::require`
2021-03-06 borsAuto merge of #6854 - mgacek8:6844_fix_doc_for_useless_...
2021-03-05 borsAuto merge of #6848 - matthiaskrgr:lintcheck_clippyfix...
2021-03-05 Mateusz Gacekuseless_format: fix examples in the description
2021-03-05 borsAuto merge of #6852 - camsteffen:avoid-mir, r=Manishearth
2021-03-05 Cameron SteffenUse typeck_body
2021-03-05 Cameron SteffenAvoid mir in missing_errors_doc
2021-03-05 Cameron SteffenAvoid mir in implicit_return
2021-03-05 borsAuto merge of #6849 - flip1995:dogfood-fix, r=matthiaskrgr
2021-03-05 flip1995Fix dogfood errors in clippy_lints
2021-03-05 Oli SchererShrink the size of Rvalue by 16 bytes
2021-03-04 borsAuto merge of #6843 - Jarcho:match_on_same_arms_macro...
2021-03-04 borsAuto merge of #6833 - daxpedda:use-self, r=Manishearth
2021-03-03 borsAuto merge of #6825 - djc:naive-bytecount-pedantic...
2021-03-03 daxpeddaFix false-positive in `use_self`
2021-03-03 borsAuto merge of #6824 - Y-Nak:refactor_loops_module,...
2021-03-02 borsAuto merge of #6801 - Jarcho:manual_match_fix, r=phansch
2021-03-02 Dirkjan OchtmanMove naive_bytecount to pedantic
next