| Age | Commit message (Expand) | Author | Lines |
| 2023-05-05 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -56/+37 |
| 2023-05-02 | Update macros.rs | Samuel Moelius | -1/+1 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-05-01 | clean up Colon from clippy | yukang | -5/+6 |
| 2023-04-29 | move lint to loops, emit proper suggestion, more tests | y21 | -2/+4 |
| 2023-04-29 | new lint: `while_pop_unwrap` | y21 | -0/+4 |
| 2023-04-27 | Make clippy happy | Michael Goulet | -1/+1 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -1/+1 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -3/+3 |
| 2023-04-23 | Auto merge of #10649 - jsoref:spelling, r=Jarcho | bors | -4/+8 |
| 2023-04-23 | Rewrite search_same description | Josh Soref | -2/+6 |
| 2023-04-23 | Spelling | Josh Soref | -2/+2 |
| 2023-04-23 | Auto merge of #10679 - y21:better-const-ctx-check, r=Jarcho | bors | -28/+4 |
| 2023-04-23 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -12/+11 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -2/+15 |
| 2023-04-21 | offset_of | DrMeepster | -2/+15 |
| 2023-04-20 | use is_inside_const_context query for in_constant | y21 | -28/+4 |
| 2023-04-20 | add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder... | Kyle Matsuda | -2/+1 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -3/+3 |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -2/+3 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -5/+1 |
| 2023-04-18 | Remove very useless `as_substs` usage from clippy | Maybe Waffle | -1/+1 |
| 2023-04-11 | Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup | Philipp Krones | -742/+193 |
| 2023-04-09 | Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber | bors | -1/+1 |
| 2023-04-06 | Make elaborator generic | Michael Goulet | -1/+1 |
| 2023-04-06 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -742/+193 |
| 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 | -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 |