]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/types
Auto merge of #6924 - mgacek8:issue6727_copy_types, r=llogiq
[rust.git] / clippy_lints / src / types /
2021-03-20 borsAuto merge of #6924 - mgacek8:issue6727_copy_types...
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-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 SteffenDon't re-export clippy_utils::*
2021-03-17 borsAuto merge of #6805 - matthiaskrgr:uca_nopub_6803,...
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 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-13 borsAuto merge of #6859 - magurotuna:if_then_some_else_none...
2021-03-11 borsAuto merge of #6881 - flip1995:rustup, r=flip1995
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-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 '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 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