| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-09-13 | Rollup merge of #88896 - GuillaumeGomez:flakyness, r=camelid | Guillaume Gomez | -0/+1 |
| 2021-09-13 | * Enable generate-link-to-def feature on a rustdoc GUI test | Guillaume Gomez | -0/+43 |
| 2021-09-12 | Reduce possibility of flaky tests | Guillaume Gomez | -0/+1 |
| 2021-09-08 | Add tests to ensure that <table> don't break doc blocks width anymore | Guillaume Gomez | -0/+17 |
| 2021-09-01 | Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ... | bors | -11/+21 |
| 2021-09-01 | Remove implementors setting | Guillaume Gomez | -10/+1 |
| 2021-09-01 | Add tests for implementors associated types display | Guillaume Gomez | -11/+30 |
| 2021-09-01 | Rollup merge of #88410 - camelid:fix-assoc-bold, r=GuillaumeGomez | Mara Bos | -0/+15 |
| 2021-08-31 | Remove bolding on associated constants | Noah Lev | -0/+15 |
| 2021-08-28 | Add test for code blocks color | Guillaume Gomez | -13/+30 |
| 2021-08-28 | Fix code blocks color in ayu theme | Guillaume Gomez | -0/+2 |
| 2021-08-19 | Rollup merge of #88093 - Kobzol:rustdoc-wrap-code-in-code-tag, r=GuillaumeGomez | Guillaume Gomez | -1/+21 |
| 2021-08-19 | [rustdoc] Wrap code blocks in <code> tag | Jakub Beránek | -1/+21 |
| 2021-08-16 | Merge the two test files as they are testing the same features | Stefan Schindler | -21/+19 |
| 2021-08-16 | Add a font test based on #85669 | Stefan Schindler | -0/+21 |
| 2021-08-13 | Add rustdoc GUI test for headers | Guillaume Gomez | -1/+47 |
| 2021-07-25 | Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=Guillaume... | bors | -5/+5 |
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -5/+5 |
| 2021-07-24 | Rollup merge of #87398 - GuillaumeGomez:test-font-module-items, r=notriddle | Yuki Okushi | -0/+4 |
| 2021-07-23 | Add test for fonts used for module items | Guillaume Gomez | -0/+4 |
| 2021-07-22 | Rollup merge of #87288 - ijackson:rustdoc-theme, r=GuillaumeGomez | Guillaume Gomez | -11/+40 |
| 2021-07-22 | Move implementors directly into lib2 | Guillaume Gomez | -1/+1 |
| 2021-07-22 | Add tests for default-settings | Guillaume Gomez | -0/+53 |
| 2021-07-21 | Remove cargo workspace to build rustdoc-gui test crates because of cargo conf... | Guillaume Gomez | -24/+0 |
| 2021-07-21 | Add test to ensure tables are not inside items summary | Guillaume Gomez | -0/+13 |
| 2021-07-21 | Rollup merge of #87230 - GuillaumeGomez:docblock-table-overflow, r=notriddle | Guillaume Gomez | -7/+18 |
| 2021-07-19 | Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddle | Guillaume Gomez | -0/+10 |
| 2021-07-18 | Add test to check width of item-info | Guillaume Gomez | -0/+10 |
| 2021-07-18 | Add GUI test for <table> overflow | Guillaume Gomez | -0/+18 |
| 2021-07-18 | Remove unused file | Guillaume Gomez | -7/+0 |
| 2021-07-17 | Fix sidebar-mobile test to focus on an actual focusable element | Michael Howell | -1/+1 |