| Age | Commit message (Expand) | Author | Lines |
| 2021-12-31 | Rollup merge of #92440 - GuillaumeGomez:fix-mobile-toggles, r=jsha | Matthias Krüger | -0/+10 |
| 2021-12-31 | Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2021-12-30 | Fix display of toggles on mobile | Guillaume Gomez | -0/+10 |
| 2021-12-19 | Rollup merge of #91834 - GuillaumeGomez:improve-gui-test-readability, r=jsha | Matthias Krüger | -66/+278 |
| 2021-12-15 | Rollup merge of #91905 - GuillaumeGomez:source-code-page-sidebar, r=jsha | Matthias Krüger | -0/+32 |
| 2021-12-14 | Add GUI test for source code page sidebar | Guillaume Gomez | -0/+32 |
| 2021-12-12 | Update browser-ui-test version and improve rustdoc-gui tests readability | Guillaume Gomez | -66/+278 |
| 2021-12-10 | Split CSS classes for "typedef" vs "associatedtype". | Jacob Hoffman-Andrews | -2/+2 |
| 2021-12-08 | Rollup merge of #91534 - jsha:heading-color, r=GuillaumeGomez | Matthias Krüger | -3/+12 |
| 2021-12-04 | Make rustdoc headings black, and markdown blue | Jacob Hoffman-Andrews | -3/+12 |
| 2021-12-03 | Use fewer colors in rustdoc UI | Jacob Hoffman-Andrews | -1/+1 |
| 2021-12-02 | Rename ID "main" into "main-content" | Guillaume Gomez | -14/+14 |
| 2021-12-02 | Fix remaining bugs | Guillaume Gomez | -1/+1 |
| 2021-11-29 | rustdoc: fix source-code-page test | cynecx | -1/+1 |
| 2021-11-26 | Update test for anchors and headings position | Guillaume Gomez | -1/+47 |
| 2021-11-25 | Improve tests | Guillaume Gomez | -1/+4 |
| 2021-11-24 | Auto merge of #91203 - GuillaumeGomez:rollup-kwtqvb1, r=GuillaumeGomez | bors | -10/+31 |
| 2021-11-24 | Rollup merge of #91179 - GuillaumeGomez:a-color, r=jsha | Guillaume Gomez | -8/+29 |
| 2021-11-24 | Rollup merge of #91075 - jsha:chill-item-info, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -1/+1 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -1/+1 |
| 2021-11-24 | Fix clicking on anchors inside summary tags. | Jacob Hoffman-Andrews | -0/+4 |
| 2021-11-24 | Update GUI tests for <a> color | Guillaume Gomez | -8/+29 |
| 2021-11-24 | Auto merge of #91171 - jsha:fix-rustdoc-gui-test, r=GuillaumeGomez | bors | -1/+1 |
| 2021-11-24 | Fix toggle-click-deadspace rustdoc-gui test | Jacob Hoffman-Andrews | -1/+1 |
| 2021-11-23 | Rollup merge of #91103 - jsha:non-toggle-click-doesnt-toggle, r=Manishearth,G... | Matthias Krüger | -0/+10 |
| 2021-11-22 | Rollup merge of #91102 - jsha:theme-anchor, r=GuillaumeGomez | Matthias Krüger | -0/+17 |
| 2021-11-22 | Add GUI test for clicking on non-toggle summary | Jacob Hoffman-Andrews | -0/+10 |
| 2021-11-22 | Set color for <a> in a more straightforward way | Jacob Hoffman-Andrews | -0/+17 |
| 2021-11-20 | Reduce prominence of item-infos | Jacob Hoffman-Andrews | -1/+1 |
| 2021-11-20 | Rollup merge of #90089 - jsha:enum-fields-headings, r=camelid,GuillaumeGomez | Matthias Krüger | -20/+20 |
| 2021-11-04 | Fix missing bottom border for headings in sidebar | Guillaume Gomez | -14/+17 |
| 2021-10-31 | Hide search bar in noscript.css | Jacob Hoffman-Andrews | -0/+6 |
| 2021-10-30 | Improve display of enum variants | Jacob Hoffman-Andrews | -20/+20 |
| 2021-10-30 | Remove underlines from non-top docblocks. | Jacob Hoffman-Andrews | -2/+56 |
| 2021-10-27 | Auto merge of #90186 - jsha:fix-header-sizes, r=GuillaumeGomez | bors | -1/+227 |
| 2021-10-27 | Rollup merge of #90232 - konan8205:master, r=GuillaumeGomez | Matthias Krüger | -14/+14 |
| 2021-10-26 | rustdoc: use ttf based font for cjk glyphs | Shinwoo Park | -14/+14 |
| 2021-10-25 | Fix documentation header sizes | Jacob Hoffman-Andrews | -1/+227 |
| 2021-10-25 | Fix scrollbars appearing on information tooltip on mac when they shouldn't | Guillaume Gomez | -0/+8 |
| 2021-10-23 | Outdent method headings so they stand out | Jacob Hoffman-Andrews | -0/+11 |
| 2021-10-21 | Rollup merge of #90097 - GuillaumeGomez:duplicated-sidebar-entry-reexported-m... | Yuki Okushi | -6/+19 |
| 2021-10-21 | Rollup merge of #90048 - GuillaumeGomez:line-number-setting, r=jsha | Yuki Okushi | -0/+23 |
| 2021-10-20 | Add test for duplicated sidebar entries for reexported macro | Guillaume Gomez | -6/+19 |
| 2021-10-20 | Add test for line-number setting | Guillaume Gomez | -0/+23 |
| 2021-10-18 | Add test to ensure that the docblock elements left margin is as expected | Guillaume Gomez | -0/+6 |
| 2021-10-18 | Add GUI overflow tests for constant and typedef | Guillaume Gomez | -1/+35 |
| 2021-10-18 | * Remove left margin on items declaration at the top of their documentation page | Guillaume Gomez | -6/+6 |
| 2021-10-10 | Add test for <code> in doc blocks on mobile | Guillaume Gomez | -0/+12 |
| 2021-10-03 | Add a test to detect overlapping entries in overview tables | Stefan Schindler | -0/+26 |