| Age | Commit message (Expand) | Author | Lines |
| 2022-12-06 | Rollup merge of #105358 - TaKO8Ki:fix-104260, r=estebank | Matthias Krüger | -0/+14 |
| 2022-12-06 | Auto merge of #105378 - matthiaskrgr:rollup-fjeorw5, r=matthiaskrgr | bors | -28/+129 |
| 2022-12-06 | Rollup merge of #105349 - compiler-errors:point-at-assoc-ct-fn-ptr-arg, r=cjg... | Matthias Krüger | -2/+4 |
| 2022-12-06 | Rollup merge of #105320 - notriddle:notriddle/rustdoc-toggle-hideme-2, r=Guil... | Matthias Krüger | -9/+12 |
| 2022-12-06 | Rollup merge of #105286 - willcrichton:maximal-hir-to-mir-coverage, r=cjgillot | Matthias Krüger | -0/+11 |
| 2022-12-06 | Rollup merge of #105250 - Swatinem:async-rm-resumety, r=oli-obk | Matthias Krüger | -16/+23 |
| 2022-12-06 | Rollup merge of #105174 - chenyukang:yukang/fix-105028-unused, r=eholk | Matthias Krüger | -1/+30 |
| 2022-12-06 | Rollup merge of #105004 - TaKO8Ki:fix-104897, r=wesleywiser | Matthias Krüger | -0/+49 |
| 2022-12-06 | Auto merge of #105229 - saethlin:zst-writes-to-unions, r=oli-obk | bors | -34/+43 |
| 2022-12-06 | Rollup merge of #105340 - estebank:ice-ice-baby, r=compiler-errors | Matthias Krüger | -0/+130 |
| 2022-12-06 | Rollup merge of #105339 - BoxyUwU:wf_ct_kind_expr, r=TaKO8Ki | Matthias Krüger | -0/+42 |
| 2022-12-06 | Rollup merge of #105318 - compiler-errors:issue-105304, r=jackh726 | Matthias Krüger | -0/+37 |
| 2022-12-06 | Rollup merge of #105310 - compiler-errors:issue-105288, r=eholk | Matthias Krüger | -0/+13 |
| 2022-12-06 | Rollup merge of #105287 - compiler-errors:issue-105275, r=eholk | Matthias Krüger | -0/+22 |
| 2022-12-06 | Rollup merge of #105254 - cjgillot:issue-105251, r=oli-obk | Matthias Krüger | -0/+28 |
| 2022-12-06 | Rollup merge of #105098 - lyming2007:issue-103869-fix, r=eholk | Matthias Krüger | -0/+31 |
| 2022-12-06 | Rollup merge of #105005 - estebank:where-clause-lts, r=compiler-errors | Matthias Krüger | -0/+74 |
| 2022-12-06 | Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelix | Matthias Krüger | -0/+630 |
| 2022-12-06 | Replace usage of `ResumeTy` in async lowering with `Context` | Arpad Borsos | -16/+23 |
| 2022-12-06 | add a test for #104260 | Takayuki Maeda | -0/+14 |
| 2022-12-05 | review comment: add test case | Esteban Küber | -1/+18 |
| 2022-12-05 | On E0195 point at where clause lifetime bounds | Esteban Küber | -0/+57 |
| 2022-12-05 | Avoid ICE by accounting for missing type | Esteban Küber | -0/+130 |
| 2022-12-06 | Point at args in associated const fn pointers | Michael Goulet | -2/+4 |
| 2022-12-06 | Rollup merge of #105338 - estebank:other-impls, r=compiler-errors | Yuki Okushi | -393/+128 |
| 2022-12-06 | Rollup merge of #105324 - compiler-errors:gat-where-clause-binding-obl, r=jac... | Yuki Okushi | -3/+35 |
| 2022-12-06 | Rollup merge of #105315 - fmease:norm-subst-iat, r=compiler-errors | Yuki Okushi | -0/+44 |
| 2022-12-06 | Rollup merge of #105313 - rustbot:docs-update, r=ehuss | Yuki Okushi | -0/+0 |
| 2022-12-06 | Rollup merge of #105309 - notriddle:notriddle/sidebar-margin-padding, r=Guill... | Yuki Okushi | -2/+0 |
| 2022-12-06 | Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-12-06 | Rollup merge of #105256 - GuillaumeGomez:comment-method-margins, r=notriddle | Yuki Okushi | -0/+1 |
| 2022-12-06 | Rollup merge of #105246 - JakobDegen:run-mir-tests, r=jyn514 | Yuki Okushi | -4/+4 |
| 2022-12-06 | Rollup merge of #104967 - willcrichton:fix-scrape-examples, r=notriddle | Yuki Okushi | -3/+19 |
| 2022-12-06 | Auto merge of #105119 - JakobDegen:inline-experiments, r=cjgillot | bors | -93/+237 |
| 2022-12-05 | support `Expr` in `is_const_evaluatable` and `compute` | Boxy | -0/+42 |
| 2022-12-05 | Tweak "the following other types implement trait" | Esteban Küber | -393/+128 |
| 2022-12-05 | Restore missing newline | Will Crichton | -1/+1 |
| 2022-12-05 | Auto merge of #105328 - matthiaskrgr:rollup-qnfksmq, r=matthiaskrgr | bors | -129/+306 |
| 2022-12-05 | rustdoc: simplify CSS selectors on top-doc and non-exhaustive toggles | Michael Howell | -9/+12 |
| 2022-12-05 | Rollup merge of #105301 - RalfJung:miri, r=oli-obk | Matthias Krüger | -55/+117 |
| 2022-12-05 | Rollup merge of #105230 - cjgillot:issue-104312, r=petrochenkov | Matthias Krüger | -2/+17 |
| 2022-12-05 | Rollup merge of #105223 - lukas-code:(ExprWithBlock), r=petrochenkov | Matthias Krüger | -1/+66 |
| 2022-12-05 | Rollup merge of #105222 - devnexen:fbsd_update_img, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-12-05 | Rollup merge of #105180 - nbdd0121:async_track_caller, r=compiler-errors | Matthias Krüger | -0/+25 |
| 2022-12-05 | Rollup merge of #104953 - jyn514:fewer-submodule-updates, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2022-12-05 | Rollup merge of #104952 - jyn514:setup, r=Mark-Simulacrum | Matthias Krüger | -67/+77 |
| 2022-12-05 | Point at GAT where clause when unsatisfied | Michael Goulet | -3/+35 |
| 2022-12-05 | Make get_impl_future_output_ty work with AFIT | Michael Goulet | -0/+37 |
| 2022-12-05 | Auto merge of #105176 - klensy:docker-smol, r=Mark-Simulacrum | bors | -27/+43 |
| 2022-12-05 | normalize inherent associated types after substitution | León Orell Valerian Liehr | -0/+44 |