| Age | Commit message (Expand) | Author | Lines |
| 2022-10-22 | Pretty print lifetimes captured by RPIT | Michael Goulet | -2/+2 |
| 2022-10-22 | Clean middle RPITITs correctly in rustdoc | Michael Goulet | -53/+94 |
| 2022-10-22 | Auto merge of #103400 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2022-10-22 | Use functions for headings rustodoc GUI test | Guillaume Gomez | -100/+76 |
| 2022-10-22 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-22 | Rollup merge of #103224 - compiler-errors:semi-after-closure-in-macro, r=fee1... | Dylan DPC | -0/+14 |
| 2022-10-22 | Rollup merge of #103190 - fmease:rustdoc-render-bounds-of-cross-crate-gat-par... | Dylan DPC | -22/+41 |
| 2022-10-22 | Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk | bors | -20/+24 |
| 2022-10-22 | Don't erroneously deny semicolons after closure expr within parentheses in a ... | Michael Goulet | -0/+14 |
| 2022-10-22 | Recover unclosed char literal being parsed as lifetime | Michael Goulet | -12/+112 |
| 2022-10-22 | Introduce subst_iter and subst_iter_copied on EarlyBinder | Michael Goulet | -11/+5 |
| 2022-10-22 | Bless tests | Deadbeef | -6/+4 |
| 2022-10-22 | Stabilize arbitrary_enum_discriminant, take 2 | Deadbeef | -153/+8 |
| 2022-10-21 | rustdoc: remove unused CSS class `.result-description` | Michael Howell | -3/+3 |
| 2022-10-22 | Note scope of TAIT more accurately | Michael Goulet | -4/+4 |
| 2022-10-22 | Don't ICE on regions from anonymous_lifetime_in_impl_trait | Michael Goulet | -0/+28 |
| 2022-10-21 | Only apply `ProceduralMasquerade` hack to older versions of `rental` | Aaron Hill | -105/+321 |
| 2022-10-22 | Auto merge of #103172 - pcwalton:deduced-param-attrs, r=oli-obk | bors | -1/+61 |
| 2022-10-22 | Update UI tests | clubby789 | -4/+45 |
| 2022-10-21 | Auto merge of #103375 - matthiaskrgr:rollup-4xrs7f2, r=matthiaskrgr | bors | -96/+280 |
| 2022-10-22 | Rollup merge of #103370 - notriddle:notriddle/out-of-band, r=GuillaumeGomez | Matthias Krüger | -1/+0 |
| 2022-10-22 | Rollup merge of #103364 - notriddle:notriddle/toggles, r=jsha | Matthias Krüger | -10/+27 |
| 2022-10-22 | Rollup merge of #103351 - oli-obk:tilde_const_impls, r=fee1-dead | Matthias Krüger | -46/+115 |
| 2022-10-22 | Rollup merge of #103341 - Rageking8:add-test-for-issue-97607, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2022-10-22 | Rollup merge of #103339 - Rageking8:fix-some-typos, r=fee1-dead | Matthias Krüger | -3/+3 |
| 2022-10-22 | Rollup merge of #103335 - SarthakSingh31:issue-89008, r=jackh726 | Matthias Krüger | -36/+11 |
| 2022-10-22 | Rollup merge of #102635 - lcnr:incoherent_auto_trait_objects, r=jackh726 | Matthias Krüger | -0/+112 |
| 2022-10-21 | rustdoc: remove unused CSS `.out-of-band { font-weight: normal }` | Michael Howell | -1/+0 |
| 2022-10-21 | Auto merge of #101263 - lopopolo:lopopolo/c-unwind-fn-ptr-impls, r=thomcc | bors | -2/+2 |
| 2022-10-21 | tests | Michael Goulet | -0/+159 |
| 2022-10-21 | Auto merge of #101077 - sunshowers:signal-mask-inherit, r=sunshowers | bors | -3/+13 |
| 2022-10-21 | rustdoc: prevent method summary margin from being applied to docblocks | Michael Howell | -2/+25 |
| 2022-10-21 | add GetFileType stub | Chris Denton | -0/+7 |
| 2022-10-21 | rustdoc: merge identical CSS blocks | Michael Howell | -8/+2 |
| 2022-10-21 | Update libffi-sys to 2.0.1 | Patrick Mooney | -2/+2 |
| 2022-10-21 | Auto merge of #98450 - lqd:doc-metadata, r=lqd,GuillaumeGomez | bors | -0/+44 |
| 2022-10-21 | bootstrap: also create rustc-src component in sysroot | Ralf Jung | -0/+14 |
| 2022-10-21 | Handle RPITITs properly in register_hidden_type | Michael Goulet | -13/+50 |
| 2022-10-21 | Require Drop impls to have the same constness on its bounds as the bounds on ... | Oli Scherer | -46/+115 |
| 2022-10-21 | Update UI tests | clubby789 | -9/+44 |
| 2022-10-21 | Auto merge of #2610 - RalfJung:issue-1909, r=RalfJung | bors | -0/+57 |
| 2022-10-21 | Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPC | bors | -271/+276 |
| 2022-10-21 | add test for #1909 | Ralf Jung | -0/+57 |
| 2022-10-21 | test is_terminal | Ralf Jung | -1/+13 |
| 2022-10-21 | split libc tests from stdlib tests | Ralf Jung | -120/+176 |
| 2022-10-21 | use is_terminal to implement isatty | Ralf Jung | -30/+41 |
| 2022-10-21 | Rollup merge of #103321 - notriddle:notriddle/source-page-top-bar-layout, r=G... | Dylan DPC | -52/+72 |
| 2022-10-21 | Rollup merge of #103260 - cuviper:needs-asm-support, r=fee1-dead | Dylan DPC | -48/+42 |
| 2022-10-21 | Rollup merge of #103111 - cjgillot:shadow-label, r=estebank | Dylan DPC | -18/+33 |
| 2022-10-21 | Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors | Dylan DPC | -50/+73 |