| Age | Commit message (Expand) | Author | Lines |
| 2021-07-18 | Fix <table> overflow in doc blocks | Guillaume Gomez | -4/+5 |
| 2021-07-17 | Remove redundant CSS | Michael Howell | -1/+0 |
| 2021-07-17 | Rustdoc accessibility: make the sidebar headers actual headers | Michael Howell | -0/+5 |
| 2021-07-16 | Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=Guill... | Guillaume Gomez | -1/+2 |
| 2021-07-16 | feat(rustdoc): open sidebar menu when links inside it are focused | Michael Howell | -1/+2 |
| 2021-07-16 | Rollup merge of #87167 - GuillaumeGomez:sidebar-display-mobile, r=notriddle | Guillaume Gomez | -4/+6 |
| 2021-07-16 | Copy item path rather than full `use` statement. | moxian | -1/+1 |
| 2021-07-15 | Do not hide the sidebar on mobile, move it outside of the viewport instead | Guillaume Gomez | -4/+6 |
| 2021-07-15 | Fix layout overflow in type declaration | Guillaume Gomez | -0/+3 |
| 2021-07-14 | Rollup merge of #87125 - GuillaumeGomez:ayu-code-color, r=notriddle | Guillaume Gomez | -1/+1 |
| 2021-07-14 | Rollup merge of #87056 - GuillaumeGomez:fix-codeblocks-overflow, r=notriddle | Guillaume Gomez | -1/+1 |
| 2021-07-14 | Fix color for <code> which are not in doc blocks | Guillaume Gomez | -1/+1 |
| 2021-07-14 | Fix display for non-rust code blocks | Guillaume Gomez | -1/+1 |
| 2021-07-13 | Fix color for keyword/primitive search result | Guillaume Gomez | -3/+3 |
| 2021-07-13 | Fix search result description text color for ayu theme | Guillaume Gomez | -1/+1 |
| 2021-07-13 | Rollup merge of #87035 - GuillaumeGomez:fix-implementors-display, r=notriddle | Yuki Okushi | -4/+14 |
| 2021-07-10 | cleanup(rustdoc): remove unused function getObjectNameById | Michael Howell | -15/+8 |
| 2021-07-10 | Fix display for external trait implementors | Guillaume Gomez | -4/+14 |
| 2021-07-08 | Fix display of small-section-header elements | Guillaume Gomez | -5/+0 |
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -0/+0 |
| 2021-07-05 | Auto merge of #86663 - fee1-dead:use-rustdoc-css, r=GuillaumeGomez | bors | -3/+2 |
| 2021-07-01 | fix(rustdoc): generics search | Michael Howell | -18/+62 |
| 2021-07-01 | Rollup merge of #86746 - GuillaumeGomez:query-type-filter, r=notriddle | Yuki Okushi | -1/+2 |
| 2021-06-30 | Enforce search typed queries | Guillaume Gomez | -1/+2 |
| 2021-06-30 | Auto merge of #86650 - GuillaumeGomez:fix-boldness, r=Nemo157 | bors | -3/+9 |
| 2021-06-30 | Fix some style regressions due to normalize.css 8 | Yuki Okushi | -2/+23 |
| 2021-06-30 | Upgrade normalize.css to v8.0.1 | Yuki Okushi | -1/+1 |
| 2021-06-28 | Move stab_tags to symbol in tables | Stefan Schindler | -1/+1 |
| 2021-06-28 | Auto merge of #85876 - jeanlucthumm:master, r=GuillaumeGomez | bors | -4/+4 |
| 2021-06-27 | Auto merge of #86589 - JohnTitor:add-triangle-to-summary, r=jsha | bors | -4/+6 |
| 2021-06-27 | Add go_to_first boolean query param to immeidately jump to the first search r... | Jean-Luc Thumm | -4/+4 |
| 2021-06-27 | Use rustdoc.css for error index | Deadbeef | -3/+2 |
| 2021-06-27 | Add FIXME comment | Yuki Okushi | -0/+1 |
| 2021-06-26 | Fix font weight on types, methods and associated types/consts | Guillaume Gomez | -3/+9 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -1/+1 |
| 2021-06-25 | Show triangle on the "Details" disclosure element in all cases | Yuki Okushi | -4/+5 |
| 2021-06-24 | Migrate from custom elements to divs with classes to be compatible with safari | Stefan Schindler | -8/+8 |
| 2021-06-24 | Hide Crate Version on narrow Screens | Stefan Schindler | -2/+17 |
| 2021-06-24 | Implement Desktop and Mobile version with gridlayout | Stefan Schindler | -1/+32 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-23 | Fix search filter update | Guillaume Gomez | -0/+4 |
| 2021-06-22 | Rollup merge of #86402 - tspiteri:source-woff2, r=jsha | Yuki Okushi | -11/+24 |
| 2021-06-22 | Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3 | Yuki Okushi | -2/+2 |
| 2021-06-21 | Delete spaces | Alexander Melentyev | -2/+2 |
| 2021-06-19 | Rollup merge of #86370 - matteo-briani:fix-rustdoc-stabilized-versions-layout... | Yuki Okushi | -0/+6 |
| 2021-06-17 | include reference to woff2 files in COPYRIGHT.txt | Trevor Spiteri | -5/+9 |
| 2021-06-17 | rustdoc: add optional woff2 versions of Source Serif and Source Code | Trevor Spiteri | -6/+15 |
| 2021-06-17 | Fix rustdoc stabilized versions layout | Matteo Briani | -0/+6 |
| 2021-06-16 | Fix target highlighting in rustdoc. | Jacob Hoffman-Andrews | -3/+16 |
| 2021-06-16 | Factor out render_rightside | Jacob Hoffman-Andrews | -8/+0 |