| Age | Commit message (Expand) | Author | Lines |
| 2022-07-07 | Changes to `let_unit_value` | Jason Newcomb | -0/+46 |
| 2022-07-07 | Fix ICE in sugg::DerefDelegate with (named) closures | Andrea Nall | -8/+26 |
| 2022-07-06 | Auto merge of #9099 - joshtriplett:unnecessary-lazy-eval-then-some, r=flip1995 | bors | -2/+3 |
| 2022-07-06 | Dogfood fixes to use `bool::then_some` | Josh Triplett | -2/+2 |
| 2022-07-06 | Add MSRV check for `bool::then_some` | Josh Triplett | -0/+1 |
| 2022-07-03 | Add `invalid_utf8_in_unchecked` | Serial | -0/+1 |
| 2022-07-01 | Fix some links | Takayuki Nakata | -1/+1 |
| 2022-06-30 | Fix dogfood | Philipp Krones | -1/+5 |
| 2022-06-30 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -93/+441 |
| 2022-06-29 | Extract util functions from `redundant_pattern_match` | Jason Newcomb | -4/+127 |
| 2022-06-28 | Auto merge of #9046 - xFrednet:rust-97660-expection-something-something, r=Ja... | bors | -2/+6 |
| 2022-06-28 | Code cleanup | Jason Newcomb | -9/+3 |
| 2022-06-28 | Add `explicit_auto_deref` lint | Jason Newcomb | -13/+128 |
| 2022-06-28 | Better support projection types when finding the signature for an expression | Jason Newcomb | -63/+107 |
| 2022-06-27 | Actually check lifetimes in `trivially_copy_pass_by_ref` | Jason Newcomb | -2/+30 |
| 2022-06-27 | Auto merge of #8972 - kyoto7250:use_retain, r=llogiq | bors | -2/+13 |
| 2022-06-27 | Fix `let_undescore_lock` false-positive when binding without locking | Klim Tsoutsman | -2/+0 |
| 2022-06-27 | check msrv | kyoto7250 | -2/+3 |
| 2022-06-27 | check method | kyoto7250 | -0/+1 |
| 2022-06-27 | feat(new lint): new lint `use_retain` | kyoto7250 | -0/+9 |
| 2022-06-25 | Add note to `is_lint_allowed` about lint emission | xFrednet | -2/+6 |
| 2022-06-22 | Add MSRV check for const rem_euclid | Evan Typanski | -1/+1 |
| 2022-06-21 | Implement manual_rem_euclid lint | Evan Typanski | -1/+1 |
| 2022-06-20 | Auto merge of #9006 - kyoto7250:issue-8836-v2, r=Jarcho | bors | -1/+37 |
| 2022-06-20 | check macro in HitEqInterExpr | kyoto7250 | -35/+36 |
| 2022-06-20 | check last statement | kyoto7250 | -1/+1 |
| 2022-06-19 | remove `span_lint_and_sugg_for_edges` from clippy utils | Maybe Waffle | -90/+1 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-06-18 | cargo dev fmt | kyoto7250 | -5/+5 |
| 2022-06-18 | check macro in eq_block | kyoto7250 | -2/+37 |
| 2022-06-17 | Auto merge of #8989 - kyoto7250:default_iter_empty, r=Alexendoo | bors | -0/+1 |
| 2022-06-17 | feat(lint): add default_iter_empty | kyoto7250 | -0/+1 |
| 2022-06-17 | remove the rest of unnecessary `to_string` | Takayuki Maeda | -1/+1 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -2/+2 |
| 2022-06-16 | Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup | flip1995 | -6/+20 |
| 2022-06-16 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -16/+22 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -13/+15 |
| 2022-06-14 | fix wrong evaluation in clippy | b-naber | -2/+2 |
| 2022-06-14 | address review | b-naber | -15/+5 |
| 2022-06-14 | fix clippy test failures | b-naber | -51/+74 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -64/+52 |
| 2022-06-14 | Auto merge of #8901 - Jarcho:sharing_code, r=dswij | bors | -2/+16 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -1/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -1/+1 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -13/+15 |
| 2022-06-07 | Changes to `iter_overeager_cloned` | Jason Newcomb | -2/+2 |
| 2022-06-04 | Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup | Philipp Krones | -27/+71 |
| 2022-06-04 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -37/+73 |
| 2022-06-03 | Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebank | Dylan DPC | -5/+3 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -5/+3 |