| Age | Commit message (Expand) | Author | Lines |
| 2022-12-20 | Rollup merge of #105912 - notriddle:notriddle/pre-line-height, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2022-12-20 | Add readable rustdoc display for tvOS and watchOS | Taiki Endo | -0/+2 |
| 2022-12-19 | Simplify CSS for code examples code blocks | Guillaume Gomez | -10/+0 |
| 2022-12-19 | rustdoc: remove width-limiter from source pages, stop overriding CSS | Michael Howell | -6/+2 |
| 2022-12-19 | rustdoc: force pre tags to have the default line height | Michael Howell | -0/+1 |
| 2022-12-17 | Rollup merge of #105789 - notriddle:notriddle/examples-margin, r=GuillaumeGomez | Matthias Krüger | -9/+4 |
| 2022-12-17 | Rollup merge of #105780 - GuillaumeGomez:read-more-links, r=notriddle | Matthias Krüger | -8/+24 |
| 2022-12-16 | rustdoc: clean up margin CSS for scraped examples | Michael Howell | -9/+4 |
| 2022-12-16 | Don't add "Read more" link if there is no extra content | Guillaume Gomez | -8/+24 |
| 2022-12-16 | Rollup merge of #105764 - notriddle:notriddle/src-sidebar-toggle, r=Guillaume... | Matthias Krüger | -11/+11 |
| 2022-12-16 | Rollup merge of #105757 - notriddle:notriddle/sub-settings, r=GuillaumeGomez | Matthias Krüger | -6/+0 |
| 2022-12-16 | Rollup merge of #105756 - notriddle:notriddle/example-wrap-tooltip, r=Guillau... | Matthias Krüger | -12/+6 |
| 2022-12-15 | rustdoc: name the source page sidebar-toggle `#src-sidebar-toggle` | Michael Howell | -11/+11 |
| 2022-12-15 | Rollup merge of #105743 - nnethercote:SimplifiedType-cleanups, r=lcnr | Matthias Krüger | -2/+2 |
| 2022-12-15 | rustdoc: remove unused CSS `.sub-settings` | Michael Howell | -6/+0 |
| 2022-12-15 | rustdoc: simplify CSS for codeblock tooltips | Michael Howell | -12/+6 |
| 2022-12-15 | Migrate Jump to def links background to CSS variable | Guillaume Gomez | -11/+7 |
| 2022-12-15 | Rollup merge of #105730 - notriddle:notriddle/item-info-before, r=GuillaumeGomez | Matthias Krüger | -6/+0 |
| 2022-12-15 | Rollup merge of #105724 - notriddle:notriddle/scrape-example-src-line-numbers... | Matthias Krüger | -1/+0 |
| 2022-12-15 | Rollup merge of #105707 - notriddle:notriddle/kbd-cursor, r=jhpratt,Guillaume... | Matthias Krüger | -1/+0 |
| 2022-12-14 | rustdoc: remove no-op CSS `.item-info:before { color }` | Michael Howell | -6/+0 |
| 2022-12-15 | Auto merge of #105657 - oli-obk:mk_projection_ty, r=lcnr | bors | -1/+1 |
| 2022-12-15 | Merge `SimplifiedTypeGen<D>` into `SimplifiedType`. | Nicholas Nethercote | -2/+2 |
| 2022-12-14 | rustdoc: remove no-op CSS `.scrape-example .src-line-numbers { margin: 0 }` | Michael Howell | -1/+0 |
| 2022-12-14 | rustdoc: remove unnecessary CSS `kbd { cursor: default }` | Michael Howell | -1/+0 |
| 2022-12-14 | Rollup merge of #105684 - GuillaumeGomez:improve-rustdoc-var-name, r=notriddle | Matthias Krüger | -5/+5 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -1/+1 |
| 2022-12-14 | Rollup merge of #105676 - notriddle:notriddle/impl-docblock, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 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/+2 |
| 2022-12-13 | rustdoc: add CSS margin between `impl` docblock and its items | Michael Howell | -0/+1 |
| 2022-12-13 | rustdoc: simplify popover CSS | Michael Howell | -6/+3 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -5/+6 |
| 2022-12-13 | rustdoc: apply `pre-wrap` CSS to code-wrapped links | Michael Howell | -2/+2 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -3/+3 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -4/+4 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -1/+1 |
| 2022-12-13 | Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomez | bors | -101/+162 |
| 2022-12-13 | Improve rustdoc markdown variable naming | Guillaume Gomez | -5/+5 |
| 2022-12-13 | Rollup merge of #105639 - notriddle:notriddle/text-css, r=GuillaumeGomez | Matthias Krüger | -3/+2 |
| 2022-12-13 | Rollup merge of #105629 - notriddle:notriddle/method-toggle-trait, r=Guillaum... | Matthias Krüger | -3/+6 |
| 2022-12-12 | rustdoc: remove `type="text/css" from stylesheet links | Michael Howell | -3/+2 |
| 2022-12-12 | rustdoc: stop treating everything in a trait item as a method | Michael Howell | -3/+6 |
| 2022-12-12 | rustdoc: remove no-op CSS `.source pre { overflow: auto }` | Michael Howell | -1/+0 |
| 2022-12-12 | Avoid trying to normalize unnormalizable types | Oli Scherer | -2/+6 |
| 2022-12-12 | Round 3: require binders for substs | Oli Scherer | -28/+49 |
| 2022-12-12 | Round 2: make clean_middle_ty take a binder | Oli Scherer | -56/+92 |
| 2022-12-12 | Round 1: add some binders (fails due to losing bound vars and then rebinding ... | Oli Scherer | -26/+26 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -14/+20 |
| 2022-12-11 | Extend rustdoc hashtag prepended line test | Guillaume Gomez | -0/+8 |