| Age | Commit message (Expand) | Author | Lines |
| 2022-11-15 | Compare picks via `Self` type and associated item id | Oli Scherer | -2/+28 |
| 2022-11-15 | Expose the fallibilty of the unstable lint emission in the method name | Oli Scherer | -4/+9 |
| 2022-11-15 | Pull the unstable name collision hint emission out of method probing | Oli Scherer | -60/+60 |
| 2022-11-15 | Remove the fishy need for a PartialEq impl | Oli Scherer | -3/+3 |
| 2022-11-15 | Remove some redundant span arguments | Oli Scherer | -57/+32 |
| 2022-11-15 | Remove an unnecessary `resolve_vars_if_possible` | Oli Scherer | -5/+2 |
| 2022-11-15 | Flip a boolean that was used wrongly (has no effect though) | Oli Scherer | -1/+1 |
| 2022-11-15 | Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgr | bors | -293/+221 |
| 2022-11-15 | Auto merge of #104418 - matthiaskrgr:rollup-y4i6xjc, r=matthiaskrgr | bors | -111/+203 |
| 2022-11-15 | Rollup merge of #104422 - compiler-errors:fix-suggest_associated_call_syntax,... | Matthias Krüger | -145/+171 |
| 2022-11-15 | Rollup merge of #104413 - krasimirgg:llvm-16-mref, r=nikic | Matthias Krüger | -1/+1 |
| 2022-11-15 | Rollup merge of #104403 - koka831:lint-doc, r=Dylan-DPC | Matthias Krüger | -1/+2 |
| 2022-11-15 | Rollup merge of #104391 - nnethercote:deriving-cleanups, r=jackh726 | Matthias Krüger | -59/+38 |
| 2022-11-15 | Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er... | Matthias Krüger | -51/+1 |
| 2022-11-15 | Rollup merge of #104381 - mejrs:none_error, r=compiler-errors | Matthias Krüger | -36/+8 |
| 2022-11-15 | Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkov | bors | -19/+51 |
| 2022-11-14 | Do autoderef to match impl against rcvr | Michael Goulet | -46/+46 |
| 2022-11-14 | Move logic into method | Michael Goulet | -116/+140 |
| 2022-11-14 | Drive-by: actual -> rcvr_ty | Michael Goulet | -28/+30 |
| 2022-11-14 | Rollup merge of #104378 - compiler-errors:chalk-up, r=jackh726 | Matthias Krüger | -7/+7 |
| 2022-11-14 | Rollup merge of #104364 - petrochenkov:docice2, r=GuillaumeGomez | Matthias Krüger | -0/+5 |
| 2022-11-14 | Rollup merge of #104356 - RalfJung:interpret-check-mplace, r=oli-obk | Matthias Krüger | -9/+9 |
| 2022-11-14 | Rollup merge of #104349 - rustaceanclub:master, r=oli-obk | Matthias Krüger | -11/+11 |
| 2022-11-14 | Rollup merge of #104294 - compiler-errors:inline-ct-err-in-mir-build, r=david... | Matthias Krüger | -0/+3 |
| 2022-11-14 | Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco | Matthias Krüger | -81/+82 |
| 2022-11-14 | Rollup merge of #104223 - fmease:recover-fn-ptr-with-generics, r=estebank | Matthias Krüger | -3/+86 |
| 2022-11-14 | [llvm-wrapper] adapt for LLVM API change | Krasimir Georgiev | -1/+1 |
| 2022-11-14 | Specify language of code comment to generate document | koka | -1/+2 |
| 2022-11-14 | Wrap bundlen static libraries into object files | Daniil Belov | -19/+51 |
| 2022-11-14 | Auto merge of #104387 - Manishearth:rollup-9e551p5, r=Manishearth | bors | -17/+40 |
| 2022-11-14 | Remove TraitDef::generics. | Nicholas Nethercote | -47/+33 |
| 2022-11-14 | Remove `addr_of` argument from `create_struct_pattern_fields`. | Nicholas Nethercote | -9/+3 |
| 2022-11-13 | Rollup merge of #104362 - WaffleLapkin:span_bug_won't_come_on_time_today, r=A... | Manish Goregaokar | -13/+26 |
| 2022-11-13 | Rollup merge of #104105 - davidtwco:split-dwarf-lto, r=michaelwoerister | Manish Goregaokar | -3/+13 |
| 2022-11-13 | Rollup merge of #103709 - cuviper:netbsd-9, r=pietroalbini | Manish Goregaokar | -1/+1 |
| 2022-11-14 | Clarify `expand_struct_method_body`. | Nicholas Nethercote | -4/+3 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -11/+8 |
| 2022-11-13 | Fix clippy and rustdoc | Maybe Waffle | -0/+2 |
| 2022-11-13 | Remove dead NoneError error handling | mejrs | -36/+8 |
| 2022-11-13 | Remove unused symbols | Maybe Waffle | -37/+0 |
| 2022-11-13 | Make rustc build with new chalk | Michael Goulet | -3/+3 |
| 2022-11-13 | Bump chalk to v0.87 | Michael Goulet | -4/+4 |
| 2022-11-13 | Remove unused diagnostic items | Maybe Waffle | -15/+0 |
| 2022-11-13 | Rollup merge of #104357 - RalfJung:is-sized, r=cjgillot | Matthias Krüger | -28/+38 |
| 2022-11-13 | Rollup merge of #104320 - fee1-dead-contrib:use-derive-const-in-std, r=oli-obk | Matthias Krüger | -0/+8 |
| 2022-11-13 | Rollup merge of #104315 - SparkyPotato:fix-104276, r=cjgillot | Matthias Krüger | -1/+3 |
| 2022-11-13 | rustdoc: Resolve doc links in external traits having local impls | Vadim Petrochenkov | -0/+5 |
| 2022-11-13 | Add `delay_span_bug` to `AttrWrapper::take_for_recovery` | Maybe Waffle | -13/+26 |
| 2022-11-13 | interpret: make check_mplace public | Ralf Jung | -9/+9 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -28/+38 |