| Age | Commit message (Expand) | Author | Lines |
| 2021-07-26 | Rustdoc accessibility: use real headers for doc items | bors | -20/+59 |
| 2021-07-26 | Remove redundant CSS | Michael Howell | -1/+0 |
| 2021-07-26 | Rustdoc accessibility: make the sidebar headers actual headers | Michael Howell | -0/+5 |
| 2021-07-26 | Do not hide the sidebar on mobile, move it outside of the viewport instead | Guillaume Gomez | -4/+6 |
| 2021-06-08 | Rollup merge of #86095 - GuillaumeGomez:search-description-codeblock, r=jsha | Yuki Okushi | -1/+1 |
| 2021-06-08 | Rollup merge of #86078 - GuillaumeGomez:type-page-font-weight, r=jsha | Yuki Okushi | -1/+1 |
| 2021-06-07 | Fix integration of codeblocks in search result description | Guillaume Gomez | -1/+1 |
| 2021-06-06 | Fix invalid weight for type pages | Guillaume Gomez | -1/+1 |
| 2021-06-05 | Fix display for search results | Guillaume Gomez | -0/+2 |
| 2021-06-03 | Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jsha | bors | -53/+57 |
| 2021-06-02 | Replace h3 for notable traits with div | Guillaume Gomez | -15/+23 |
| 2021-06-02 | Remove data-level selectors from CSS. | Jacob Hoffman-Andrews | -71/+13 |
| 2021-06-01 | Remove invalid usage of aria-level | Guillaume Gomez | -18/+18 |
| 2021-06-01 | Replace h3 and h4 containing invalid DOM | Guillaume Gomez | -34/+75 |
| 2021-05-31 | Fix details rustdoc toggle for blanket impl | Ivan Tham | -2/+1 |
| 2021-05-31 | Improve display of the separation between page items and siblings in the sidebar | Guillaume Gomez | -1/+4 |
| 2021-05-31 | Only list crates on the crate page | Guillaume Gomez | -1/+5 |
| 2021-05-31 | Remove unneeded file to load sidebar items at crate level | Guillaume Gomez | -2/+0 |
| 2021-05-31 | * Put crates list at all levels | Guillaume Gomez | -50/+49 |
| 2021-05-30 | Rollup merge of #85285 - GuillaumeGomez:eslint-check, r=jsha,Mark-Simulacrum | Guillaume Gomez | -0/+1 |
| 2021-05-30 | Fix eslint error in sidebar-items.js | Guillaume Gomez | -0/+1 |
| 2021-05-29 | Auto merge of #85540 - GuillaumeGomez:better-result-dom-generation, r=jsha | bors | -22/+55 |
| 2021-05-26 | Rollup merge of #84048 - konan8205:master, r=jsha | Yuki Okushi | -1/+102 |
| 2021-05-25 | Fix more search results CSS rules | Guillaume Gomez | -6/+6 |
| 2021-05-25 | Generate DOM more securely | Guillaume Gomez | -16/+49 |
| 2021-05-25 | Move extra search result information for keywords and primitives from CSS to DOM | Guillaume Gomez | -16/+12 |
| 2021-05-24 | Rollup merge of #85621 - jsha:serif-in-table, r=GuillaumeGomez | Guillaume Gomez | -0/+1 |
| 2021-05-24 | Rollup merge of #85551 - GuillaumeGomez:fix-search-result-overflow, r=jsha | Guillaume Gomez | -7/+34 |
| 2021-05-23 | Restore sans-serif font for module items. | Jacob Hoffman-Andrews | -0/+1 |
| 2021-05-23 | Rollup merge of #85575 - jsha:fix-toggle-settings, r=GuillaumeGomez | Dylan DPC | -4/+21 |
| 2021-05-22 | Fix auto-hide for implementations and implementors. | Jacob Hoffman-Andrews | -4/+21 |
| 2021-05-22 | Set desc class on the div instead of the span to simplify CSS | Guillaume Gomez | -6/+6 |
| 2021-05-22 | Mobile description width: 100% | Stefan Schindler | -1/+1 |
| 2021-05-22 | Add padding to mobile layout and fix width issue on both | Stefan Schindler | -0/+2 |
| 2021-05-22 | Prepar to remove deep nesting | Stefan Schindler | -6/+5 |
| 2021-05-22 | Implement staggered mobile layout | Stefan Schindler | -4/+17 |
| 2021-05-22 | Auto merge of #85568 - GuillaumeGomez:search-result-extra-info, r=jsha | bors | -2/+2 |
| 2021-05-21 | Fix display for primitive and keyword extra info | Guillaume Gomez | -2/+2 |
| 2021-05-21 | Rollup merge of #85548 - GuillaumeGomez:remove-dead-js, r=jsha | Guillaume Gomez | -158/+0 |
| 2021-05-21 | Rollup merge of #85506 - GuillaumeGomez:reset-focusedByTab, r=jsha | Guillaume Gomez | -4/+5 |
| 2021-05-21 | Fix search results display | Guillaume Gomez | -3/+16 |
| 2021-05-21 | Remove dead toggle JS code | Guillaume Gomez | -158/+0 |
| 2021-05-20 | Rollup merge of #85509 - GuillaumeGomez:search-null-title, r=jsha | Guillaume Gomez | -1/+1 |
| 2021-05-20 | Prevent tab title to "null" if the URL is a search one | Guillaume Gomez | -1/+1 |
| 2021-05-20 | Reset "focusedByTab" field when doing another search | Guillaume Gomez | -4/+5 |
| 2021-05-20 | Rollup merge of #85470 - GuillaumeGomez:fix-css-rules, r=jsha | Ralf Jung | -9/+6 |
| 2021-05-20 | Rollup merge of #85169 - jsha:hoist-classes, r=GuillaumeGomez | Ralf Jung | -12/+4 |
| 2021-05-19 | Fix invalid CSS rules for a:hover | Guillaume Gomez | -9/+6 |
| 2021-05-18 | Rollup merge of #85438 - GuillaumeGomez:fix-escape-handling, r=jsha | Jack Huey | -2/+2 |
| 2021-05-18 | Rollup merge of #85396 - jsha:top-doc-font-sizes, r=GuillaumeGomez | Jack Huey | -3/+7 |