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