| Age | Commit message (Expand) | Author | Lines |
| 2022-04-04 | Don't lint `cast_ptr_alignment` when used for unaligned reads and writes | Jason Newcomb | -34/+66 |
| 2022-04-04 | Auto merge of #8450 - Jarcho:unsafe_blocks_8449, r=giraffate | bors | -168/+144 |
| 2022-04-04 | Auto merge of #8594 - FoseFx:unit_like_struct_brackets, r=giraffate | bors | -2/+105 |
| 2022-04-04 | is_unit_like_struct -> has_brackets | Max Baumann | -3/+3 |
| 2022-04-02 | Auto merge of #8611 - Alexendoo:module-files-relative-paths, r=llogiq | bors | -38/+24 |
| 2022-04-02 | Add a couple of examples to `undocumented_unsafe_blocks` | Jason Newcomb | -0/+18 |
| 2022-04-01 | Auto merge of #8616 - pitaj:single_element_loop_arrays, r=llogiq | bors | -7/+63 |
| 2022-04-01 | single_element_loop: handle arrays for Edition2021 | Peter Jaszkowiak | -7/+63 |
| 2022-03-30 | Auto merge of #8610 - SabrinaJewson:transmute-int-to-char-const, r=xFrednet | bors | -5/+7 |
| 2022-03-30 | pedantic -> restriction | Max Baumann | -2/+2 |
| 2022-03-30 | update description | Max Baumann | -1/+1 |
| 2022-03-30 | style -> pedantic | Max Baumann | -3/+2 |
| 2022-03-30 | unit_like_struct_brackets -> empty_structs_with_brackets | Max Baumann | -9/+9 |
| 2022-03-30 | changes after review | Max Baumann | -11/+10 |
| 2022-03-30 | use span_suggestion_hidden | Max Baumann | -5/+9 |
| 2022-03-30 | additional checks for conditionally compiled code | Max Baumann | -6/+50 |
| 2022-03-30 | fix godfood test | Max Baumann | -3/+2 |
| 2022-03-30 | fix existing clippy tests | Max Baumann | -2/+2 |
| 2022-03-30 | add unit_like_struct_brackets | Max Baumann | -0/+58 |
| 2022-03-30 | Don't warn int-to-char transmutes in const contexts | SabrinaJewson | -5/+7 |
| 2022-03-30 | Handle relative paths in module_files lints | Alex Macleod | -38/+24 |
| 2022-03-30 | Auto merge of #8602 - giraffate:fix_ice_for_iter_overeager_cloned, r=llogiq | bors | -4/+12 |
| 2022-03-30 | Auto merge of #8576 - smoelius:crate_in_macro_def, r=llogiq | bors | -0/+130 |
| 2022-03-30 | Move `crate_in_macro_def` to suspicious | Samuel E. Moelius III | -2/+2 |
| 2022-03-30 | Update clippy_lints/src/crate_in_macro_def.rs | Samuel Moelius | -2/+1 |
| 2022-03-30 | Update clippy_lints/src/crate_in_macro_def.rs | Samuel Moelius | -1/+1 |
| 2022-03-30 | Update clippy_lints/src/crate_in_macro_def.rs | Samuel Moelius | -1/+1 |
| 2022-03-30 | Auto merge of #8592 - c410-f3r:stuff, r=flip1995 | bors | -0/+4 |
| 2022-03-30 | Auto merge of #8584 - Alexendoo:map-unit-fn-context, r=Manishearth | bors | -13/+10 |
| 2022-03-29 | Fix ICE for `iter_overeager_cloned` | Takayuki Nakata | -4/+12 |
| 2022-03-28 | Address review comments | Samuel E. Moelius III | -18/+44 |
| 2022-03-28 | Auto merge of #8487 - dswij:8478, r=giraffate | bors | -3/+4 |
| 2022-03-28 | Auto merge of #8519 - tysg:redundant-modulo, r=giraffate | bors | -10/+27 |
| 2022-03-27 | Emit lint when rhs is negative | Tianyi Song | -3/+3 |
| 2022-03-26 | Do not fire `panic` in a constant environment | Caio | -0/+4 |
| 2022-03-25 | Provide suggestion context in map_unit_fn | Alex Macleod | -13/+10 |
| 2022-03-24 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -216/+804 |
| 2022-03-24 | Typo | Samuel Moelius | -1/+1 |
| 2022-03-24 | `unnecessary_join` lint | Yoav Lavi | -0/+79 |
| 2022-03-24 | Add `crate_in_macro_def` lint | Samuel E. Moelius III | -1/+106 |
| 2022-03-21 | Auto merge of #8232 - Jarcho:match_same_arm_860, r=xFrednet | bors | -53/+368 |
| 2022-03-21 | Auto merge of #8561 - FoseFx:use_unwrap_or, r=xFrednet | bors | -0/+112 |
| 2022-03-21 | allowing [`map_flatten`] to split long suggestions | J-ZhengLi | -66/+57 |
| 2022-03-21 | refactor: remove need for MethodCall matching | Max Baumann | -8/+1 |
| 2022-03-20 | refactor: use is_lang_ctor() | Max Baumann | -19/+12 |
| 2022-03-20 | feat: change error message | Max Baumann | -2/+2 |
| 2022-03-18 | feat: make fixable | Max Baumann | -9/+21 |
| 2022-03-18 | feat: use span_lint_and_sugg | Max Baumann | -4/+6 |
| 2022-03-18 | refactor: move into methods module | Max Baumann | -107/+112 |
| 2022-03-18 | Auto merge of #8562 - Jarcho:enum_tuple_variant_as_int, r=Manishearth | bors | -0/+45 |