about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2022-04-18fixup! Add `await_holding_invalid_type` lintLily Mara-5/+5
2022-04-15fixup! Add `await_holding_invalid_type` lintLily Mara-4/+0
2022-04-15Add `await_holding_invalid_type` lintLily Mara-1/+75
2022-04-14Auto merge of #8626 - pitaj:format_add_string, r=llogiqbors-19/+47
2022-04-14Auto merge of #8677 - xFrednet:8213-manual-bits-suggestion, r=giraffatebors-81/+127
2022-04-13New lint `format_add_strings`Peter Jaszkowiak-19/+47
2022-04-14Auto merge of #8676 - Alexendoo:local-used-across-loop, r=xFrednetbors-2/+44
2022-04-13Add `usize` cast to `clippy::manual_bits` suggestionxFrednet-81/+127
2022-04-13Auto merge of #8670 - yoav-lavi:main, r=giraffatebors-0/+25
2022-04-13pub_useYoav Lavi-0/+25
2022-04-13Auto merge of #8692 - kyoto7250:fixing_unnecessary_to_owned, r=giraffatebors-82/+118
2022-04-13Auto merge of #8647 - Jarcho:mut_from_ref_6326, r=giraffatebors-7/+27
2022-04-12Auto merge of #8645 - Jarcho:manual_non_exhaustive_5714, r=Jarchobors-111/+129
2022-04-12Auto merge of #8690 - mucinoab:DoNot-rest_pat_in_fully_bound_structs-OnNonExh...bors-0/+15
2022-04-12fix unnecessary_to_owned about msrvkyoto7250-82/+118
2022-04-12Auto merge of #8686 - Jarcho:undocumented_unsafe_blocks_8681, r=flip1995bors-0/+16
2022-04-11Do not apply `rest_pat_in_fully_bound_structs` on `#[non_exhaustive]` structsBruno A. MuciƱo-0/+15
2022-04-12Auto merge of #8688 - kyoto7250:adding_condition_for_map_clone, r=giraffatebors-1/+1
2022-04-12adding condition for map_clone messagekyoto7250-1/+1
2022-04-11Auto merge of #8624 - pitaj:is_digit_ascii_radix, r=xFrednetbors-8/+66
2022-04-11Auto merge of #8687 - Alexendoo:cast-possible-truncation-overflow, r=xFrednetbors-4/+24
2022-04-11Fix subtraction overflow in `cast_possible_truncation`Alex Macleod-4/+24
2022-04-11Fix ICE in `undocumented_unsafe_blocks`Jason Newcomb-0/+16
2022-04-11Auto merge of #8667 - Jarcho:proc_macro_check, r=flip1995bors-7/+54
2022-04-11Auto merge of #8673 - Jarcho:same_functions_8139, r=Manishearthbors-12/+31
2022-04-11Auto merge of #8668 - Jarcho:iter_with_drain_8538, r=Manishearthbors-0/+18
2022-04-11Auto merge of #8660 - yoav-lavi:squashed-master, r=flip1995bors-0/+60
2022-04-11unnecessary_owned_empty_string -> unnecessary_owned_empty_stringsYoav Lavi-5/+5
2022-04-11unnecessary_string_newYoav Lavi-0/+60
2022-04-11Auto merge of #8671 - andy-k:fix-typo, r=flip1995bors-2/+2
2022-04-10Auto merge of #8631 - Alexendoo:splitn-overlap, r=xFrednetbors-83/+139
2022-04-10Remove overlap between `manual_split_once` and `needless_splitn`Alex Macleod-83/+139
2022-04-10Check for loops/closures in `local_used_after_expr`Alex Macleod-2/+44
2022-04-10Compare inline constants by their bodies rather than value in `SpanlessEq`Jason Newcomb-12/+31
2022-04-10fix typoAndy Kurnia-2/+2
2022-04-09fix comments in test for split_oncekyoto7250-2/+2
2022-04-08Don't lint `iter_with_drain` on referencesJason Newcomb-0/+18
2022-04-08Auto merge of #8648 - Jarcho:transmute_collection_7706, r=xFrednetbors-1/+4
2022-04-08Don't lint various match lints when expanded by a proc-macroJason Newcomb-7/+54
2022-04-08Auto merge of #8619 - pitaj:fix-6973, r=giraffatebors-24/+30
2022-04-07New lint `is_digit_ascii_radix`Peter Jaszkowiak-8/+66
2022-04-07Auto merge of #8656 - flip1995:rustup, r=flip1995bors-35/+40
2022-04-07Merge remote-tracking branch 'upstream/master' into rustupflip1995-464/+1347
2022-04-07Auto merge of #8635 - pbor:unsigned-abs, r=giraffatebors-5/+37
2022-04-07Auto merge of #8646 - Alexendoo:option-as-deref-mut, r=giraffatebors-5/+67
2022-04-07Fix `as_deref_mut` false positives in `needless_option_as_deref`Alex Macleod-5/+67
2022-04-07new lint cast_abs_to_unsignedPaolo Borelli-5/+37
2022-04-06Auto merge of #8630 - Jarcho:forget_non_drop, r=Manishearthbors-10/+131
2022-04-06Auto merge of #8606 - InfRandomness:err()-expect()-lint, r=xFrednetbors-4/+48
2022-04-06Add .err().expect() lintInfRandomness-4/+48