| Age | Commit message (Expand) | Author | Lines |
| 2023-07-18 | Remove unused flags from ui-cargo tests | Alex Macleod | -13/+1 |
| 2023-07-18 | Auto merge of #11140 - Centri3:four_forward_slashes, r=blyxyas | bors | -0/+193 |
| 2023-07-18 | Auto merge of #11171 - Centri3:tuple_array_conversions, r=llogiq | bors | -18/+48 |
| 2023-07-17 | Auto merge of #11173 - Alexendoo:needless-return-fn-macro, r=Manishearth | bors | -0/+10 |
| 2023-07-17 | Don't lint `needless_return` in fns across a macro boundary | Alex Macleod | -0/+10 |
| 2023-07-17 | Rewrite [`tuple_array_conversions`] | Catherine | -18/+48 |
| 2023-07-17 | document that `write!`ing into a string never fails | y21 | -4/+27 |
| 2023-07-17 | new lint: `format_collect` | y21 | -0/+70 |
| 2023-07-17 | Auto merge of #11083 - sylvestre:autofix, r=dswij | bors | -6/+130 |
| 2023-07-16 | [`semicolon_if_nothing_returned`]: Update the tests with the autofix | Sylvestre Ledru | -6/+130 |
| 2023-07-16 | clippy-driver: Update bug URL to use the ice template | xFrednet | -1/+1 |
| 2023-07-14 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -1399/+2962 |
| 2023-07-14 | Auto merge of #11152 - Alexendoo:unnecessary-cast-applicability, r=Manishearth | bors | -0/+38 |
| 2023-07-13 | Set `unnecessary_cast` suggestion to `MaybeIncorrect` for pointer casts | Alex Macleod | -0/+38 |
| 2023-07-13 | Auto merge of #11095 - Alexendoo:rustfmt-imports, r=Manishearth | bors | -462/+444 |
| 2023-07-13 | Add `imports_granularity = "Module"` to rustfmt.toml | Alex Macleod | -462/+444 |
| 2023-07-13 | Auto merge of #11147 - y21:issue11145, r=Alexendoo | bors | -0/+5 |
| 2023-07-12 | Improve suggestion and add more tests | Catherine | -26/+56 |
| 2023-07-12 | New lint [`four_forward_slashes`] | Catherine | -0/+163 |
| 2023-07-12 | Auto merge of #11123 - panosfol:master, r=giraffate | bors | -75/+11 |
| 2023-07-13 | [`arithmetic_side_effect`]: allow different rhs type | y21 | -0/+5 |
| 2023-07-12 | Auto merge of #11098 - y21:issue11093, r=giraffate | bors | -1/+107 |
| 2023-07-12 | Auto merge of #11045 - Alexendoo:extern-flags, r=flip1995 | bors | -9/+109 |
| 2023-07-12 | [`panic_in_result_fn`] remove `todo!`, `unimplemented!`, `unreachable!` | Panagiotis Foliadis | -75/+11 |
| 2023-07-12 | Ignore flaky clippy tests. | Eric Huss | -0/+9 |
| 2023-07-11 | Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obk | bors | -118/+63 |
| 2023-07-11 | [`unnecessary_literal_unwrap`]: also handle unwrap_err_unchecked | y21 | -1/+15 |
| 2023-07-11 | [`unnecessary_literal_unwrap`]: lint `unwrap_unchecked` | y21 | -1/+93 |
| 2023-07-10 | Drop uplifted `clippy::fn_null_check` | Urgau | -118/+63 |
| 2023-07-10 | adjust applicability and suggest making binding mutable | y21 | -0/+25 |
| 2023-07-10 | Auto merge of #11096 - y21:issue11091, r=giraffate | bors | -2/+22 |
| 2023-07-09 | Auto merge of #11110 - y21:unnecessary_literal_unwrap_ignore_expn, r=Jarcho | bors | -0/+20 |
| 2023-07-09 | Auto merge of #11055 - smoelius:try-this, r=dswij | bors | -631/+633 |
| 2023-07-09 | Auto merge of #10900 - GuillaumeGomez:needless-pass-by-ref, r=llogiq | bors | -96/+314 |
| 2023-07-08 | Add test for #10535 | Samuel Moelius | -0/+24 |
| 2023-07-08 | Auto merge of #11129 - c410-f3r:lock-1, r=Manishearth | bors | -3/+49 |
| 2023-07-08 | [significant_drop_tightening] Fix #11128 | Caio | -3/+49 |
| 2023-07-08 | Auto merge of #11049 - Centri3:manual_is_infinite, r=blyxyas,xFrednet | bors | -0/+135 |
| 2023-07-08 | Refactor, remove `Constant::to_bits` | Catherine | -7/+26 |
| 2023-07-08 | refactor | Catherine | -14/+132 |
| 2023-07-08 | use `other` instead of `self` | Centri3 | -129/+76 |
| 2023-07-08 | rename to `manual_partial_ord_and_ord_impl` | Centri3 | -60/+180 |
| 2023-07-08 | implement `manual_partial_ord_impl` | Centri3 | -0/+85 |
| 2023-07-08 | Delete `to_string_in_format_args_incremental.rs` | Nilstrieb | -19/+0 |
| 2023-07-07 | Fix failing clippy tests | Alex Macleod | -40/+20 |
| 2023-07-07 | [`manual_range_patterns`]: lint negative values | y21 | -2/+22 |
| 2023-07-07 | arc_with_non_send_sync: reword and move to suspicious | Alex Macleod | -9/+36 |
| 2023-07-06 | Make suggestion give multiple alternatives | Catherine | -50/+50 |
| 2023-07-06 | `manual_float_methods` | Catherine | -0/+116 |
| 2023-07-05 | [`unnecessary_literal_unwrap`]: don't lint if binding initializer is expn | y21 | -0/+20 |