| Age | Commit message (Expand) | Author | Lines |
| 2023-04-14 | Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot | bors | -2/+2 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -9/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -11/+28 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -2/+2 |
| 2023-04-11 | Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup | Philipp Krones | -1695/+4728 |
| 2023-04-09 | Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber | bors | -2/+2 |
| 2023-04-06 | Make elaborator generic | Michael Goulet | -2/+2 |
| 2023-04-06 | Fix tools | Gary Guo | -1/+1 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -2/+2 |
| 2023-04-04 | Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem` | Oli Scherer | -3/+3 |
| 2023-04-04 | box a bunch of large types | Oli Scherer | -5/+5 |
| 2023-04-04 | Split out ast::ItemKind::Const into its own struct | Oli Scherer | -4/+4 |
| 2023-04-04 | rust-analyzer guided tuple field to named field | Oli Scherer | -2/+2 |
| 2023-04-04 | rust-analyzer guided enum variant structification | Oli Scherer | -3/+3 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -13/+9 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -8/+5 |
| 2023-03-28 | Rollup merge of #108548 - jamen:master, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -13/+9 |
| 2023-03-27 | Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors | Guillaume Gomez | -3/+3 |
| 2023-03-27 | Add notes to non-structural const in pattern error message | Jamen Marz | -0/+2 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -3/+2 |
| 2023-03-24 | Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyup | Philipp Krones | -1627/+2992 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -0/+3 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -1/+1 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -0/+3 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -5/+5 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -2/+4 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -7/+7 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -2/+4 |
| 2023-03-19 | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | -3/+3 |
| 2023-03-17 | Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors | Matthias Krüger | -27/+7 |
| 2023-03-16 | Fix clippy. | Mara Bos | -4/+17 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -27/+7 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -23/+3 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -85/+55 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -21/+24 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -4/+2 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -81/+53 |
| 2023-03-11 | Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errors | Matthias Krüger | -33/+32 |
| 2023-03-11 | Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelix | bors | -0/+12 |
| 2023-03-10 | Auto merge of #108974 - flip1995:clippyup, r=Manishearth | bors | -775/+2508 |
| 2023-03-10 | Directly construct Inherited. | Camille GILLOT | -33/+32 |
| 2023-03-10 | Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup | Philipp Krones | -775/+2508 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+1 |
| 2023-03-09 | avoid reuse tripping over copyright notices | Pietro Albini | -0/+12 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -4/+0 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -4/+0 |
| 2023-03-08 | Fortify clippy tests. | Camille GILLOT | -21/+24 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -23/+3 |