| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-08 | Rollup merge of #86095 - GuillaumeGomez:search-description-codeblock, r=jsha | Yuki Okushi | -0/+5 | |
| Search description codeblock The codeblocks are not displayed correctly:  This PR interprets the HTML correctly (and still prevent invalid HTML because of how it inserts it):  r? ```@jsha``` | ||||
| 2021-06-07 | Add test to ensure the result descripton is correctly handling codeblocks | Guillaume Gomez | -0/+5 | |
| 2021-06-07 | Add test to check that font-weight is correctly set on type page | Guillaume Gomez | -1/+7 | |
| 2021-05-31 | Improve display of the separation between page items and siblings in the sidebar | Guillaume Gomez | -1/+11 | |
| 2021-05-31 | Only list crates on the crate page | Guillaume Gomez | -8/+7 | |
| 2021-05-31 | Add sidebar GUI tests | Guillaume Gomez | -0/+58 | |
| 2021-05-25 | Add GUI test to check colors of alias in search results | Guillaume Gomez | -0/+15 | |
| 2021-05-25 | Update keyword GUI test | Guillaume Gomez | -4/+3 | |
| 2021-05-24 | Rollup merge of #85551 - GuillaumeGomez:fix-search-result-overflow, r=jsha | Guillaume Gomez | -0/+12 | |
| Fix search results display Fixes https://github.com/rust-lang/rust/issues/85544. cc `@dns2utf8` r? `@jsha` | ||||
| 2021-05-22 | Add test for search result resize width | Guillaume Gomez | -0/+12 | |
| 2021-05-21 | Add test for search result keyword extra info | Guillaume Gomez | -0/+15 | |
| 2021-05-20 | Extend escape key check | Guillaume Gomez | -3/+10 | |
| 2021-05-18 | Add GUI tests for escape handling | Guillaume Gomez | -0/+27 | |
| 2021-05-14 | Add test for toggle on mobile size | Guillaume Gomez | -0/+21 | |
| 2021-05-11 | Update toggle-docs GUI test to last version | Guillaume Gomez | -4/+7 | |
| 2021-05-11 | Move rustdoc-gui rust libraries into their own folder and prepare the field ↵ | Guillaume Gomez | -17/+17 | |
| for more libraries | ||||
| 2021-05-10 | Add test for source code clickable line number | Guillaume Gomez | -0/+13 | |
| 2021-04-25 | Add test to ensure that the element pointed to by the URL hash is "expanded" | Guillaume Gomez | -0/+18 | |
| 2021-04-25 | Remove unneeded rustdoc-gui test because DOM changed | Guillaume Gomez | -5/+0 | |
| 2021-04-25 | Add test to ensure that impl blocks are open by default | Guillaume Gomez | -0/+3 | |
| 2021-04-23 | improve wording | Arpad Borsos | -1/+7 | |
| 2021-04-01 | Add test to ensure search tabs behaviour | Guillaume Gomez | -0/+21 | |
| 2021-03-25 | Rollup merge of #83420 - GuillaumeGomez:rustdoc-gui-tests-doc, r=CraftSpider | Yuki Okushi | -0/+12 | |
| Add documentation for rustdoc-gui tests I think a bit of documentation doesn't hurt in this case considering how "out of the ordinary" this is. r? ``@jyn514`` | ||||
| 2021-03-24 | Rollup merge of #83393 - GuillaumeGomez:codeblock-tooltip-position, r=Nemo157 | Dylan DPC | -4/+23 | |
| Codeblock tooltip position The codeblocks tooltips were misplaced. Normally, there is no top margin applied to a tooltip unless the codeblock is the first element of the doc block. The CSS rule was too vague though, applying it to all tooltips where the codeblock was the first child of its parent. Which can be easily seen with lists: Before:  After:  r? ``@Nemo157`` | ||||
| 2021-03-23 | Add documentation for rustdoc-gui tests | Guillaume Gomez | -0/+12 | |
| 2021-03-23 | Add test to enforce sidebar trait items order | Guillaume Gomez | -2/+14 | |
| 2021-03-22 | Add GUI test to enforce tooltip position | Guillaume Gomez | -4/+23 | |
| 2021-03-09 | Add test to ensure the attributes position when js is disabled | Guillaume Gomez | -0/+10 | |
| 2021-02-28 | Add GUI tests | Guillaume Gomez | -0/+37 | |
| 2021-02-21 | Add rustdoc gui tests | Guillaume Gomez | -0/+100 | |
