| Age | Commit message (Expand) | Author | Lines |
| 2023-04-06 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -742/+193 |
| 2023-04-04 | Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem` | Oli Scherer | -1/+1 |
| 2023-04-04 | box a bunch of large types | Oli Scherer | -3/+3 |
| 2023-04-04 | Split out ast::ItemKind::Const into its own struct | Oli Scherer | -2/+2 |
| 2023-04-04 | rust-analyzer guided tuple field to named field | Oli Scherer | -1/+1 |
| 2023-04-04 | rust-analyzer guided enum variant structification | Oli Scherer | -1/+1 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -6/+1 |
| 2023-03-31 | Flag `bufreader.lines().filter_map(Result::ok)` as suspicious | Samuel "Sam" Tardieu | -0/+2 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 |
| 2023-03-29 | Auto merge of #10553 - Nilstrieb:better-uninit, r=Alexendoo | bors | -3/+19 |
| 2023-03-29 | In uninit checking, add fallback for polymorphic types | Nilstrieb | -3/+19 |
| 2023-03-28 | Replace remaining usage of `FormatArgsExpn` | Alex Macleod | -706/+22 |
| 2023-03-28 | Migrate `format_args.rs` to `rustc_ast::FormatArgs` | Alex Macleod | -26/+47 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -6/+1 |
| 2023-03-27 | Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -1/+0 |
| 2023-03-26 | Improve `is_range_full` implementation | bluthej | -13/+58 |
| 2023-03-26 | Merge branch 'rust-lang:master' into clear-with-drain | bluthej | -32/+32 |
| 2023-03-24 | Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyup | Philipp Krones | -49/+88 |
| 2023-03-24 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -49/+88 |
| 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 | Pull `is_full_range` method from `iter_with_drain` | bluthej | -1/+20 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -2/+2 |
| 2023-03-21 | Use uninit checking from rustc | Nilstrieb | -10/+9 |
| 2023-03-19 | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | -1/+1 |
| 2023-03-17 | Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors | Matthias Krüger | -7/+2 |
| 2023-03-16 | New lint to detect `&std::path::MAIN_SEPARATOR.to_string()` | Samuel "Sam" Tardieu | -0/+2 |
| 2023-03-16 | Fix clippy. | Mara Bos | -4/+17 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -7/+2 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -10/+1 |
| 2023-03-13 | extract `is_interior_mutable_type` from [`mut_key`] to `clippy_utils::ty`; | J-ZhengLi | -0/+44 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -2/+1 |
| 2023-03-11 | Auto merge of #10434 - Jarcho:snip_context, r=dswij | bors | -28/+24 |
| 2023-03-10 | Auto merge of #108974 - flip1995:clippyup, r=Manishearth | bors | -14/+111 |
| 2023-03-10 | Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup | Philipp Krones | -14/+111 |
| 2023-03-10 | Auto merge of #10275 - Alexendoo:format-args-ast, r=flip1995 | bors | -0/+75 |
| 2023-03-10 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -14/+36 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+1 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -4/+0 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -10/+1 |
| 2023-03-08 | Update assertion macro parsing logic for Rust 1.52 changes | unexge | -10/+32 |
| 2023-03-08 | Revert "Dogfood `missing_assert_message` on Clippy" | unexge | -15/+11 |
| 2023-03-08 | Dogfood `missing_assert_message` on Clippy | Burak Varlı | -11/+15 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -4/+0 |
| 2023-03-06 | Add `format_args_collector` internal lint | Alex Macleod | -9/+7 |
| 2023-03-06 | Migrate `write.rs` to `rustc_ast::FormatArgs` | Alex Macleod | -1/+78 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -2/+2 |