| Age | Commit message (Expand) | Author | Lines |
| 2022-07-03 | Remove trailing spaces | alexey semenyuk | -10/+10 |
| 2022-07-03 | Auto merge of #9106 - usefulmove:master, r=flip1995 | bors | -1/+1 |
| 2022-07-02 | corrected README.md book link | Duane | -1/+1 |
| 2022-07-01 | Auto merge of #9087 - alex-semenyuk:fix_link, r=llogiq | bors | -1/+1 |
| 2022-07-01 | Fix link | alexey semenyuk | -1/+1 |
| 2022-07-01 | Auto merge of #9085 - xFrednet:9081-update-format-push-version, r=Manishearth... | bors | -1/+1 |
| 2022-07-01 | Correct lint version for `format_push_string` | xFrednet | -1/+1 |
| 2022-07-01 | Auto merge of #9082 - Alexendoo:let_unit_allow, r=xFrednet | bors | -25/+44 |
| 2022-07-01 | Auto merge of #9083 - giraffate:fix_link_in_changelog, r=flip1995 | bors | -6/+6 |
| 2022-07-01 | Fix some links | Takayuki Nakata | -6/+6 |
| 2022-07-01 | Fix allow attributes in let_unit_value | Alex Macleod | -25/+44 |
| 2022-07-01 | Auto merge of #9039 - Serial-ATA:dev-dogfood, r=giraffate | bors | -6/+66 |
| 2022-06-30 | Auto merge of #9075 - Serial-ATA:update-docs, r=flip1995 | bors | -0/+2 |
| 2022-06-30 | Auto merge of #9078 - hamza1311:patch-1, r=xFrednet | bors | -6/+3 |
| 2022-07-01 | Fix broken hyperlink | Muhammad Hamza | -6/+3 |
| 2022-06-30 | Auto merge of #9058 - xFrednet:changelog-1-62, r=flip1995 | bors | -2/+159 |
| 2022-06-30 | Add `dev deprecate` to the development basics | Serial | -0/+2 |
| 2022-06-30 | Auto merge of #9074 - daxpedda:equatable-if-let-external-macro, r=Manishearth | bors | -12/+31 |
| 2022-06-30 | Fix false-positive in `equatable_if_let` | dAxpeDDa | -12/+31 |
| 2022-06-30 | Auto merge of #9071 - Alexendoo:8734, r=dswij | bors | -31/+59 |
| 2022-06-30 | Auto merge of #9070 - flip1995:ci-fix, r=xFrednet | bors | -3/+3 |
| 2022-06-30 | Uncomment test for #8734 | Alex Macleod | -31/+59 |
| 2022-06-30 | Make sure bors success depends on metadata_collection | Philipp Krones | -3/+3 |
| 2022-06-30 | Auto merge of #9069 - flip1995:rustup, r=flip1995 | bors | -289/+267 |
| 2022-06-30 | Bump Clippy version -> 0.1.64 | Philipp Krones | -3/+3 |
| 2022-06-30 | Bump nightly version -> 2022-06-30 | Philipp Krones | -1/+1 |
| 2022-06-30 | Fix dogfood | Philipp Krones | -2/+7 |
| 2022-06-30 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -3518/+9083 |
| 2022-06-30 | Auto merge of #9068 - tamaroning:fix-typo-2022-6-30, r=giraffate,xFrednet | bors | -2/+2 |
| 2022-06-30 | Update large_const_arrays.rs | tamaron | -1/+1 |
| 2022-06-30 | Auto merge of #8666 - Jarcho:while_let_loop_7913, r=dswij | bors | -140/+207 |
| 2022-06-30 | fix | tamaron | -1/+1 |
| 2022-06-29 | Add `dev dogfood` to the book | Serial | -1/+3 |
| 2022-06-29 | Don't lint `while_let_loop` when drop order would change | Jason Newcomb | -56/+76 |
| 2022-06-29 | Extract util functions from `redundant_pattern_match` | Jason Newcomb | -84/+131 |
| 2022-06-29 | Auto merge of #9043 - dswij:9037-test, r=Manishearth | bors | -6/+32 |
| 2022-06-29 | Auto merge of #8981 - PrestonFrom:more_details_for_significant_drop_lint, r=f... | bors | -117/+407 |
| 2022-06-28 | Auto merge of #9046 - xFrednet:rust-97660-expection-something-something, r=Ja... | bors | -231/+464 |
| 2022-06-28 | Auto merge of #8355 - Jarcho:explicit_auto_deref_2, r=flip1995 | bors | -273/+1560 |
| 2022-06-28 | Auto merge of #8921 - Jarcho:merge_passes, r=llogiq | bors | -2322/+2366 |
| 2022-06-28 | Move `SelfAssignment` into `Operators` lint pass | Jason Newcomb | -69/+65 |
| 2022-06-28 | Fix dogfood | Jason Newcomb | -17/+17 |
| 2022-06-28 | Move `PtrEq` into `Operators` lin pass | Jason Newcomb | -102/+100 |
| 2022-06-28 | Move `NeedlessBitwiseBool` into `Operators` lint pass | Jason Newcomb | -89/+70 |
| 2022-06-28 | Move `ModuloArithmetic` into `Operators` lint pass | Jason Newcomb | -53/+53 |
| 2022-06-28 | Move some lints from `Misc` to `Operators` | Jason Newcomb | -490/+524 |
| 2022-06-28 | Move `IntegerDivision` into `Operators` lint pass | Jason Newcomb | -65/+58 |
| 2022-06-28 | Move `IdentityOp` into `Operators` lint pass | Jason Newcomb | -59/+58 |
| 2022-06-28 | Move `FloatEqualityWithoutAbs` into `Operators` lint pass | Jason Newcomb | -121/+110 |
| 2022-06-28 | Move `ErasingOp` into `Operators` lint pass | Jason Newcomb | -82/+81 |