| Age | Commit message (Expand) | Author | Lines |
| 2021-05-18 | Rollup merge of #84462 - jsha:focus-search-results2, r=GuillaumeGomez | Ralf Jung | -195/+178 |
| 2021-05-18 | Fix escape handling on search results | Guillaume Gomez | -2/+2 |
| 2021-05-18 | Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomez | Guillaume Gomez | -2/+7 |
| 2021-05-18 | Improve display for "copy-path" button, making it more discrete | Guillaume Gomez | -13/+39 |
| 2021-05-16 | rustdoc: restore header sizes | Jacob Hoffman-Andrews | -3/+7 |
| 2021-05-16 | Fix invalid input:disabled CSS selector | Guillaume Gomez | -4/+4 |
| 2021-05-16 | Auto merge of #85304 - Stupremee:crates-in-sidebar-in-root, r=Nemo157 | bors | -3/+14 |
| 2021-05-15 | Call `initSidebarItems` in root module of crate | Justus K | -3/+14 |
| 2021-05-15 | Rollup merge of #85323 - GuillaumeGomez:fix-eslint-errors, r=jsha | Guillaume Gomez | -34/+32 |
| 2021-05-15 | Rollup merge of #85289 - GuillaumeGomez:fix-toggle-position-mobile, r=jsha | Guillaume Gomez | -192/+198 |
| 2021-05-15 | Rollup merge of #85256 - GuillaumeGomez:fix-implementors-display, r=notriddle | Guillaume Gomez | -1/+1 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -11/+9 |
| 2021-05-15 | Fix eslint errors | Guillaume Gomez | -34/+32 |
| 2021-05-15 | chore: update comment in rustdoc.css | Shinwoo Park | -1/+1 |
| 2021-05-15 | chore: format code | Shinwoo Park | -3/+6 |
| 2021-05-15 | rustdoc: update static files | Shinwoo Park | -0/+10 |
| 2021-05-15 | rustdoc: add the license of Noto Sans KR | Shinwoo Park | -0/+93 |
| 2021-05-15 | rustdoc: avoid legacy Korean fonts in Windows | Shinwoo Park | -1/+9 |
| 2021-05-14 | Unify toggle rules on smaller resolutions | Guillaume Gomez | -6/+3 |
| 2021-05-14 | Move @media rules at the end so they override the other rules | Guillaume Gomez | -193/+195 |
| 2021-05-14 | Fix toggle position on mobile | Guillaume Gomez | -1/+8 |
| 2021-05-13 | Toggle-wrap items differently than top-doc. | Jacob Hoffman-Andrews | -2/+7 |
| 2021-05-13 | rustdoc: use focus for search navigation | Jacob Hoffman-Andrews | -195/+178 |
| 2021-05-13 | Rollup merge of #85175 - GuillaumeGomez:rustdoc-cleanup, r=jsha | Guillaume Gomez | -274/+150 |
| 2021-05-13 | Fix display for "implementors" section | Guillaume Gomez | -1/+1 |
| 2021-05-12 | Rollup merge of #85174 - GuillaumeGomez:doc-code-block-border-radius, r=jsha | Guillaume Gomez | -2/+2 |
| 2021-05-12 | Rollup merge of #85141 - GuillaumeGomez:maybe_collapsed_doc_value-doc, r=jsha | Guillaume Gomez | -2/+2 |
| 2021-05-12 | Rollup merge of #85117 - jsha:bubble-bubble-toil-and-trouble, r=GuillaumeGomez | Guillaume Gomez | -128/+138 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -5/+15 |
| 2021-05-12 | Fix indent in JS files | Guillaume Gomez | -138/+140 |
| 2021-05-12 | Remove unused CSS rules | Guillaume Gomez | -71/+2 |
| 2021-05-12 | Remove "loading content" which is now unnecessary | Guillaume Gomez | -65/+8 |
| 2021-05-12 | Rollup merge of #85124 - jsha:trust-the-bool, r=GuillaumeGomez | Yuki Okushi | -69/+64 |
| 2021-05-11 | Move global click handlers to per-element ones. | Jacob Hoffman-Andrews | -128/+138 |
| 2021-05-11 | rustdoc: remove explicit boolean comparisons. | Jacob Hoffman-Andrews | -69/+64 |
| 2021-05-11 | Disable layout docs for type aliases for now | Camelid | -2/+0 |
| 2021-05-11 | Add note to docs when layout cannot be computed | Camelid | -7/+26 |
| 2021-05-11 | Apply suggestions from code review | Camelid | -3/+4 |
| 2021-05-11 | Add `tcx` local variable | Camelid | -3/+4 |
| 2021-05-11 | Fix a few small things | Camelid | -6/+6 |
| 2021-05-11 | Only show type layout info if `--show-type-layout` is passed | Camelid | -0/+8 |
| 2021-05-11 | Show memory layout for type aliases | Camelid | -1/+4 |
| 2021-05-11 | Include a warning in the layout docs that layout is unstable | Camelid | -3/+12 |
| 2021-05-11 | Remove FIXME | Camelid | -2/+4 |
| 2021-05-11 | rustdoc: Show basic type layout information | Camelid | -3/+36 |
| 2021-05-11 | Fix border radius for doc code blocks in rustdoc | Guillaume Gomez | -2/+2 |
| 2021-05-10 | Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jsha | Guillaume Gomez | -19/+27 |
| 2021-05-10 | Use an SVG image for clipboard instead of unicode character | Guillaume Gomez | -11/+49 |
| 2021-05-10 | Fix line number not being clickable on source pages | Guillaume Gomez | -19/+27 |
| 2021-05-10 | Update documentation for SharedContext::maybe_collapsed_doc_value | Guillaume Gomez | -2/+2 |