| Age | Commit message (Expand) | Author | Lines |
| 2022-06-20 | rustdoc: optimize loading of source sidebar | Jacob Hoffman-Andrews | -6/+6 |
| 2022-06-20 | Improve loading of crates.js and sidebar-items.js | Jacob Hoffman-Andrews | -5/+5 |
| 2022-06-14 | Add GUI test for sidebar items expand/collapse | Guillaume Gomez | -1/+24 |
| 2022-06-07 | Update rustdoc-gui README | Guillaume Gomez | -5/+15 |
| 2022-05-31 | Rollup merge of #97089 - GuillaumeGomez:improve-settings-theme-display, r=jsha | Dylan DPC | -0/+60 |
| 2022-05-30 | Add line number click GUI test | Guillaume Gomez | -1/+11 |
| 2022-05-30 | Improve source-code-page.goml GUI test code | Guillaume Gomez | -3/+3 |
| 2022-05-30 | Add GUI test for `<details>`/`<summary>` display | Guillaume Gomez | -0/+35 |
| 2022-05-30 | Add GUI test for settings display | Guillaume Gomez | -0/+60 |
| 2022-05-28 | Add GUI test for javascript disabled display of settings page | Guillaume Gomez | -0/+6 |
| 2022-05-24 | Add GUI test for click on setting text | Guillaume Gomez | -2/+8 |
| 2022-05-17 | Add GUI test for search crate filter select CSS properties | Guillaume Gomez | -0/+31 |
| 2022-05-17 | Add GUI test for search result "title" | Guillaume Gomez | -0/+3 |
| 2022-05-14 | Update GUI tests | Guillaume Gomez | -34/+20 |
| 2022-05-12 | Rollup merge of #96939 - GuillaumeGomez:settings-css, r=notriddle | Matthias Krüger | -0/+5 |
| 2022-05-11 | Ensure that the settings CSS is loaded on the settings page | Guillaume Gomez | -0/+5 |
| 2022-05-10 | Clean up rustdoc GUI test | Guillaume Gomez | -2/+1 |
| 2022-05-06 | Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomez | Guillaume Gomez | -0/+23 |
| 2022-05-06 | Rollup merge of #96748 - GuillaumeGomez:reexports-in-search, r=notriddle | Guillaume Gomez | -9/+42 |
| 2022-05-06 | Add missing newline | Michael Howell | -1/+1 |
| 2022-05-06 | Add GUI test for search reexports | Guillaume Gomez | -9/+42 |
| 2022-05-05 | rustdoc: ensure HTML/JS side implementors don't have dups | Michael Howell | -0/+23 |
| 2022-05-05 | rustdoc: add test case assertions for ArrowDown highlight first result | Michael Howell | -0/+4 |
| 2022-05-05 | rustdoc: fix keyboard shortcuts and console log on search page | Michael Howell | -0/+20 |
| 2022-05-05 | rustdoc: change the "In Function Signatures" to context-sensitive | Michael Howell | -4/+12 |
| 2022-05-05 | Use STARTS_WITH, since it's more specific | Michael Howell | -4/+4 |
| 2022-05-05 | rustdoc: when running a function-signature search, tweak the tab bar | Michael Howell | -23/+32 |
| 2022-04-30 | Extend settings test to ensure settings text is as expected | Guillaume Gomez | -0/+29 |
| 2022-04-30 | Add GUI test for settings menu | Guillaume Gomez | -9/+56 |
| 2022-04-14 | clarify doc(cfg) wording | Andy Russell | -3/+3 |
| 2022-04-05 | Add GUI test to ensure that the width of the item-info does not overflow its ... | Guillaume Gomez | -0/+38 |
| 2022-03-31 | Rollup merge of #95470 - GuillaumeGomez:fix-gui-spurious-test, r=notriddle | Dylan DPC | -2/+1 |
| 2022-03-30 | Fix last rustdoc-gui spurious test | Guillaume Gomez | -2/+1 |
| 2022-03-25 | Replace wait-for instructions for rustdoc GUI tests with wait-for-css | Guillaume Gomez | -36/+19 |
| 2022-03-19 | Remove animation on source sidebar | Guillaume Gomez | -1/+0 |
| 2022-03-15 | Add URL GUI tests | Guillaume Gomez | -0/+6 |
| 2022-03-15 | Merge both "search-result-color" GUI tests | Guillaume Gomez | -19/+20 |
| 2022-03-13 | Auto merge of #94320 - GuillaumeGomez:sidebar-display, r=jsha | bors | -0/+22 |
| 2022-03-11 | Update GUI test | Guillaume Gomez | -1/+8 |
| 2022-03-10 | Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddle | Matthias Krüger | -9/+9 |
| 2022-03-09 | Fix spurious CI failures | Guillaume Gomez | -1/+4 |
| 2022-03-08 | Update GUI tests for impl blocks path changes | Guillaume Gomez | -9/+9 |
| 2022-03-07 | Add GUI test to ensure that line numbers text is aligned to the right | Guillaume Gomez | -0/+3 |
| 2022-03-05 | Add GUI test for source code viewer scroll handling | Guillaume Gomez | -0/+49 |
| 2022-02-25 | Extend toggle GUI test a bit | Guillaume Gomez | -2/+26 |
| 2022-02-24 | Add test for source sidebar elements display | Guillaume Gomez | -0/+22 |
| 2022-02-20 | Rollup merge of #94002 - GuillaumeGomez:duplicated-sidebar-macro, r=notriddle | Matthias Krüger | -0/+21 |
| 2022-02-17 | Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jsha | Matthias Krüger | -26/+26 |
| 2022-02-16 | Update rustdoc tests to adapt to changes to the sidebar | Guillaume Gomez | -26/+26 |
| 2022-02-15 | Fix GUI test | Guillaume Gomez | -1/+1 |