| 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 | -350/+1445 |
| 2022-11-15 | Auto merge of #104418 - matthiaskrgr:rollup-y4i6xjc, r=matthiaskrgr | bors | -419/+647 |
| 2022-11-15 | Rollup merge of #104426 - aDotInTheVoid:test-102154, r=compiler-errors | Matthias Krüger | -0/+13 |
| 2022-11-15 | Rollup merge of #104422 - compiler-errors:fix-suggest_associated_call_syntax,... | Matthias Krüger | -145/+239 |
| 2022-11-15 | Rollup merge of #104415 - notriddle:notriddle/search-keyboard-commands, r=Gui... | Matthias Krüger | -0/+29 |
| 2022-11-15 | Rollup merge of #104413 - krasimirgg:llvm-16-mref, r=nikic | Matthias Krüger | -1/+1 |
| 2022-11-15 | Rollup merge of #104404 - GuillaumeGomez:fix-missing-minification, r=notriddle | Matthias Krüger | -2/+6 |
| 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 | -79/+7 |
| 2022-11-15 | Rollup merge of #104381 - mejrs:none_error, r=compiler-errors | Matthias Krüger | -36/+8 |
| 2022-11-15 | Rollup merge of #104380 - rust-lang:notriddle/code-opacity, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-11-15 | Rollup merge of #104372 - Ayush1325:compiler-builtins, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-11-15 | Rollup merge of #104354 - lukas-code:blank-lines-2, r=JohnTitor | Matthias Krüger | -20/+6 |
| 2022-11-15 | Rollup merge of #103842 - andrewpollack:add-fuchsia-test-script, r=tmandry | Matthias Krüger | -2/+1095 |
| 2022-11-15 | Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkov | bors | -19/+51 |
| 2022-11-14 | Add test for #102154 | Nixon Enraght-Moony | -0/+13 |
| 2022-11-14 | rustdoc: fix corner case in search keyboard commands | Michael Howell | -0/+29 |
| 2022-11-14 | Add regression test | Michael Goulet | -0/+19 |
| 2022-11-14 | Do autoderef to match impl against rcvr | Michael Goulet | -46/+95 |
| 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 | -125/+32 |
| 2022-11-14 | Rollup merge of #104364 - petrochenkov:docice2, r=GuillaumeGomez | Matthias Krüger | -1/+27 |
| 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 #104350 - SparkyPotato:fix-x-wrapper, r=jyn514 | Matthias Krüger | -4/+5 |
| 2022-11-14 | Rollup merge of #104349 - rustaceanclub:master, r=oli-obk | Matthias Krüger | -15/+15 |
| 2022-11-14 | Rollup merge of #104332 - Elarcis:maybe_uninit_doc_fix, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-11-14 | Rollup merge of #104294 - compiler-errors:inline-ct-err-in-mir-build, r=david... | Matthias Krüger | -0/+24 |
| 2022-11-14 | Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco | Matthias Krüger | -156/+157 |
| 2022-11-14 | Rollup merge of #104223 - fmease:recover-fn-ptr-with-generics, r=estebank | Matthias Krüger | -3/+228 |
| 2022-11-14 | Rollup merge of #102470 - est31:stabilize_const_char_convert, r=joshtriplett | Matthias Krüger | -9/+8 |
| 2022-11-14 | Rollup merge of #101967 - jmillikin:linux-abstract-socket-addr, r=joshtriplett | Matthias Krüger | -95/+140 |
| 2022-11-14 | [llvm-wrapper] adapt for LLVM API change | Krasimir Georgiev | -1/+1 |
| 2022-11-14 | Fix missing minification for static files | Guillaume Gomez | -2/+6 |
| 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 | -56/+681 |
| 2022-11-14 | Remove TraitDef::generics. | Nicholas Nethercote | -47/+33 |
| 2022-11-14 | Auto merge of #104188 - jyn514:download-config-only, r=Mark-Simulacrum | bors | -637/+663 |
| 2022-11-14 | Remove `addr_of` argument from `create_struct_pattern_fields`. | Nicholas Nethercote | -9/+3 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -637/+663 |
| 2022-11-13 | Rollup merge of #104362 - WaffleLapkin:span_bug_won't_come_on_time_today, r=A... | Manish Goregaokar | -13/+26 |