| Age | Commit message (Expand) | Author | Lines |
| 2022-12-15 | Rollup merge of #105715 - estebank:unsatisfied-bounds-label, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2022-12-15 | Rollup merge of #105707 - notriddle:notriddle/kbd-cursor, r=jhpratt,Guillaume... | Matthias Krüger | -2/+0 |
| 2022-12-15 | Rollup merge of #105692 - JohnTitor:issue-104678, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2022-12-15 | Rollup merge of #105633 - compiler-errors:term-agnostic, r=oli-obk | Matthias Krüger | -2/+65 |
| 2022-12-15 | Rollup merge of #105627 - compiler-errors:dyn-auto-suggestable, r=davidtwco | Matthias Krüger | -0/+27 |
| 2022-12-15 | Rollup merge of #105623 - compiler-errors:generator-type-size-fix, r=Nilstrieb | Matthias Krüger | -122/+66 |
| 2022-12-15 | Rollup merge of #104592 - ComputerDruid:async_check, r=compiler-errors | Matthias Krüger | -25/+99 |
| 2022-12-15 | Auto merge of #105713 - bjorn3:sync_cg_clif-2022-12-14, r=bjorn3 | bors | -0/+6 |
| 2022-12-15 | Auto merge of #105657 - oli-obk:mk_projection_ty, r=lcnr | bors | -11/+11 |
| 2022-12-15 | Auto merge of #104765 - chenyukang:yukang-fix-104639-lifetime-check, r=oli-obk | bors | -0/+10 |
| 2022-12-14 | Ensure async trait impls are async (or otherwise return an opaque type) | Dan Johnson | -25/+99 |
| 2022-12-14 | Auto merge of #105704 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2022-12-14 | Do not mention long types in E0599 label | Esteban Küber | -4/+4 |
| 2022-12-14 | Auto merge of #105703 - matthiaskrgr:rollup-tfpeam2, r=matthiaskrgr | bors | -10/+106 |
| 2022-12-14 | Add tidy exceptions | bjorn3 | -0/+6 |
| 2022-12-14 | Auto traits in dyn are suggestable | Michael Goulet | -0/+27 |
| 2022-12-14 | Make report_projection_error more term agnostic | Michael Goulet | -2/+65 |
| 2022-12-14 | rustdoc: remove unnecessary CSS `kbd { cursor: default }` | Michael Howell | -2/+0 |
| 2022-12-14 | Make print_type_sizes test not use feature(start) | Michael Goulet | -128/+36 |
| 2022-12-14 | Consider discriminant fields that are ordered before variant fields | Michael Goulet | -0/+36 |
| 2022-12-14 | Update cargo | Weihang Lo | -0/+0 |
| 2022-12-14 | Rollup merge of #105684 - GuillaumeGomez:improve-rustdoc-var-name, r=notriddle | Matthias Krüger | -5/+5 |
| 2022-12-14 | Rollup merge of #105630 - albertlarsan68:test-92481, r=TaKO8Ki | Matthias Krüger | -0/+74 |
| 2022-12-14 | Rollup merge of #105624 - compiler-errors:cache-unsound, r=jyn514 | Matthias Krüger | -4/+4 |
| 2022-12-14 | Rollup merge of #105578 - erikdesjardins:addrspacecast, r=bjorn3 | Matthias Krüger | -1/+23 |
| 2022-12-14 | Auto merge of #105233 - mejrs:always_eager, r=estebank | bors | -18/+34 |
| 2022-12-14 | Remove TraitRef::new | Oli Scherer | -3/+3 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -8/+8 |
| 2022-12-14 | Auto merge of #105690 - matthiaskrgr:rollup-khtq97k, r=matthiaskrgr | bors | -9/+33 |
| 2022-12-14 | Bless test | Albert Larsan | -4/+2 |
| 2022-12-14 | Add a test for #92481 | Albert Larsan | -0/+76 |
| 2022-12-14 | Add regression test for #104678 | Yuki Okushi | -0/+31 |
| 2022-12-14 | Rollup merge of #105676 - notriddle:notriddle/impl-docblock, r=GuillaumeGomez | Matthias Krüger | -0/+18 |
| 2022-12-14 | Rollup merge of #105665 - notriddle:notriddle/popover-css-merge, r=GuillaumeG... | Matthias Krüger | -6/+3 |
| 2022-12-14 | Rollup merge of #105664 - notriddle:notriddle/linkwrap, r=GuillaumeGomez | Matthias Krüger | -2/+11 |
| 2022-12-14 | Rollup merge of #105663 - andrewpollack:patch-1, r=tmandry | Matthias Krüger | -1/+1 |
| 2022-12-14 | Rollup merge of #105611 - BoxyUwU:more_granular_placeholderification, r=wesle... | Matthias Krüger | -0/+29 |
| 2022-12-14 | Rollup merge of #105595 - TaKO8Ki:suggest-dereferencing-receiver-argument, r=... | Matthias Krüger | -0/+43 |
| 2022-12-14 | Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errors | Matthias Krüger | -57/+77 |
| 2022-12-14 | Rollup merge of #105502 - chenyukang:yukang/fix-105366-impl, r=estebank | Matthias Krüger | -0/+37 |
| 2022-12-14 | Rollup merge of #105491 - sulami:master, r=compiler-errors | Matthias Krüger | -0/+110 |
| 2022-12-14 | Rollup merge of #105161 - cassaundra:numeric-literal-error, r=nnethercote | Matthias Krüger | -0/+84 |
| 2022-12-14 | Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank | bors | -22/+360 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -57/+51 |
| 2022-12-13 | rustdoc: add CSS margin between `impl` docblock and its items | Michael Howell | -0/+18 |
| 2022-12-13 | Auto merge of #105667 - matthiaskrgr:rollup-fexlc0b, r=matthiaskrgr | bors | -2360/+2246 |
| 2022-12-13 | review comments | Esteban Küber | -69/+69 |
| 2022-12-13 | Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebank | Matthias Krüger | -1570/+275 |
| 2022-12-13 | Rollup merge of #105476 - estebank:moves-n-borrows, r=compiler-errors | Matthias Krüger | -779/+1777 |
| 2022-12-13 | Rollup merge of #105464 - nbdd0121:hir, r=compiler-errors | Matthias Krüger | -11/+75 |