about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-04-18fixup! Add `await_holding_invalid_type` lintLily Mara-5/+10
2022-04-18fixup! Add `await_holding_invalid_type` lintLily Mara-6/+3
2022-04-18Update clippy_lints/src/await_holding_invalid.rsLily Mara-1/+1
2022-04-18Update clippy_lints/src/await_holding_invalid.rsLily Mara-1/+1
2022-04-18Update clippy_lints/src/await_holding_invalid.rsLily Mara-1/+1
2022-04-15fixup! Add `await_holding_invalid_type` lintLily Mara-6/+6
2022-04-15fixup! Add `await_holding_invalid_type` lintLily Mara-5/+0
2022-04-15Add `await_holding_invalid_type` lintLily Mara-40/+215
2022-04-14Auto merge of #8626 - pitaj:format_add_string, r=llogiqbors-45/+163
2022-04-14Auto merge of #8677 - xFrednet:8213-manual-bits-suggestion, r=giraffatebors-87/+169
2022-04-14Update lint description of `clippy::manual_bits` to include the `as usize` castFridtjof Stoldt-1/+1
2022-04-13New lint `format_add_strings`Peter Jaszkowiak-45/+163
2022-04-14Auto merge of #8676 - Alexendoo:local-used-across-loop, r=xFrednetbors-7/+77
2022-04-13Add `usize` cast to `clippy::manual_bits` suggestionxFrednet-86/+168
2022-04-13Auto merge of #8670 - yoav-lavi:main, r=giraffatebors-0/+86
2022-04-13pub_useYoav Lavi-0/+86
2022-04-13Auto merge of #8692 - kyoto7250:fixing_unnecessary_to_owned, r=giraffatebors-87/+138
2022-04-13Auto merge of #8647 - Jarcho:mut_from_ref_6326, r=giraffatebors-44/+105
2022-04-12Auto merge of #8645 - Jarcho:manual_non_exhaustive_5714, r=Jarchobors-194/+247
2022-04-12Auto merge of #8690 - mucinoab:DoNot-rest_pat_in_fully_bound_structs-OnNonExh...bors-0/+16
2022-04-12fix unnecessary_to_owned about msrvkyoto7250-87/+138
2022-04-12Auto merge of #8691 - flip1995:infinite_recursion_only_in_recursion, r=llogiqbors-31/+16
2022-04-12Prevent infinite (exponential) recursion in only_used_in_recursionflip1995-31/+16
2022-04-12Auto merge of #8686 - Jarcho:undocumented_unsafe_blocks_8681, r=flip1995bors-3/+20
2022-04-11Do not apply `rest_pat_in_fully_bound_structs` on `#[non_exhaustive]` structsBruno A. MuciƱo-0/+16
2022-04-12Auto merge of #8688 - kyoto7250:adding_condition_for_map_clone, r=giraffatebors-9/+5
2022-04-12refactor: Put together an if statementkyoto7250-8/+4
2022-04-12adding condition for map_clone messagekyoto7250-2/+2
2022-04-11Auto merge of #8624 - pitaj:is_digit_ascii_radix, r=xFrednetbors-14/+160
2022-04-11Auto merge of #8687 - Alexendoo:cast-possible-truncation-overflow, r=xFrednetbors-15/+33
2022-04-11Fix subtraction overflow in `cast_possible_truncation`Alex Macleod-15/+33
2022-04-11Fix ICE in `undocumented_unsafe_blocks`Jason Newcomb-3/+20
2022-04-11Auto merge of #8667 - Jarcho:proc_macro_check, r=flip1995bors-8/+77
2022-04-11Auto merge of #8673 - Jarcho:same_functions_8139, r=Manishearthbors-27/+53
2022-04-11Auto merge of #8668 - Jarcho:iter_with_drain_8538, r=Manishearthbors-58/+51
2022-04-11Auto merge of #8660 - yoav-lavi:squashed-master, r=flip1995bors-0/+148
2022-04-11unnecessary_owned_empty_string -> unnecessary_owned_empty_stringsYoav Lavi-16/+16
2022-04-11unnecessary_string_newYoav Lavi-0/+148
2022-04-11Auto merge of #8671 - andy-k:fix-typo, r=flip1995bors-3/+3
2022-04-10Auto merge of #8631 - Alexendoo:splitn-overlap, r=xFrednetbors-259/+216
2022-04-10Remove overlap between `manual_split_once` and `needless_splitn`Alex Macleod-259/+216
2022-04-10Check for loops/closures in `local_used_after_expr`Alex Macleod-7/+77
2022-04-10Compare inline constants by their bodies rather than value in `SpanlessEq`Jason Newcomb-27/+53
2022-04-10fix typoAndy Kurnia-3/+3
2022-04-09Auto merge of #8664 - yoav-lavi:main, r=xFrednetbors-7/+44
2022-04-09Allow passing --remove to `cargo dev setup <SUBCOMMAND>`Yoav Lavi-7/+44
2022-04-09Auto merge of #8669 - kyoto7250:fix_comments_in_test_split_once, r=xFrednetbors-2/+2
2022-04-09fix comments in test for split_oncekyoto7250-2/+2
2022-04-08Don't lint `iter_with_drain` on referencesJason Newcomb-58/+51
2022-04-08Auto merge of #8648 - Jarcho:transmute_collection_7706, r=xFrednetbors-12/+11