| Age | Commit message (Expand) | Author | Lines |
| 2024-07-04 | fix tests after rebase | Bennet Bleßmann | -2/+2 |
| 2024-07-04 | Rollup merge of #127301 - estebank:fix-suggestions, r=Urgau | Matthias Krüger | -15/+0 |
| 2024-07-04 | Properly handle removal suggestion rendering | Esteban Küber | -15/+0 |
| 2024-07-04 | Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG... | bors | -16/+16 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -3/+3 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -3/+3 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -3/+3 |
| 2024-07-01 | clippy: update to pulldown-cmark 0.11 | Michael Howell | -16/+16 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -8/+25 |
| 2024-06-29 | Rollup merge of #127045 - compiler-errors:explicit, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-06-28 | address review comments | Deadbeef | -1/+9 |
| 2024-06-28 | finishing touches, move fixed ICEs to ui tests | Deadbeef | -7/+16 |
| 2024-06-28 | Rollup merge of #127058 - compiler-errors:tighten-async-spans, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -2/+2 |
| 2024-06-27 | Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u... | Philipp Krones | -1008/+3631 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -3/+3 |
| 2024-06-26 | Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyas | bors | -573/+602 |
| 2024-06-25 | `sudo CI=green` && Review changes <3 | xFrednet | -11/+2 |
| 2024-06-25 | Rollup merge of #126893 - dtolnay:prec, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` in Clippy :paperclips: | xFrednet | -573/+611 |
| 2024-06-25 | Auto merge of #125741 - petrochenkov:atvisord, r=davidtwco | bors | -61/+61 |
| 2024-06-24 | Replace Deref bounds on Interner in favor of a SliceLike trait | Michael Goulet | -1/+1 |
| 2024-06-24 | Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr... | Michael Goulet | -8/+8 |
| 2024-06-24 | ast: Standardize visiting order for attributes and node IDs | Vadim Petrochenkov | -61/+61 |
| 2024-06-23 | Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUS | David Tolnay | -5/+5 |
| 2024-06-22 | Rollup merge of #126723 - estebank:dot-dot-dot, r=Nadrieril | Guillaume Gomez | -4/+4 |
| 2024-06-20 | StaticForeignItem and StaticItem are the same | Michael Goulet | -2/+2 |
| 2024-06-20 | Fix `...` in multline code-skips in suggestions | Esteban Küber | -4/+4 |
| 2024-06-19 | Update float tests to include `f16` and `f128` | Trevor Gross | -522/+792 |
| 2024-06-19 | Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`s | Trevor Gross | -10/+52 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -2/+2 |
| 2024-06-17 | Fix other tools | Michael Goulet | -4/+1 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -1/+1 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -3/+1 |
| 2024-06-13 | Auto merge of #126398 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1667/+3098 |
| 2024-06-13 | Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u... | Philipp Krones | -1667/+3098 |
| 2024-06-13 | Fixup clippy tests | Waffle Lapkin | -6/+2 |
| 2024-06-10 | Rollup merge of #126159 - RalfJung:scalarint-size-mismatch, r=oli-obk | Matthias Krüger | -24/+9 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -24/+9 |
| 2024-06-09 | Update `icu4x` dependencies | clubby789 | -1/+1 |
| 2024-06-08 | Rollup merge of #125951 - slanterns:error_in_core_stabilization, r=Amanieu | León Orell Valerian Liehr | -4/+10 |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -34/+10 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -34/+10 |
| 2024-06-06 | Rollup merge of #126101 - lqd:revert-124099, r=wesleywiser | Jubilee | -6/+6 |
| 2024-06-07 | bless `std_instead_of_core` | Slanterns | -4/+10 |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -6/+6 |
| 2024-06-06 | Auto merge of #126068 - lqd:revert-124976, r=petrochenkov | bors | -1/+1 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -1/+1 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -2/+6 |
| 2024-06-05 | Misc fixes to cranelift/clippy/miri | Boxy | -7/+7 |