| Age | Commit message (Expand) | Author | Lines |
| 2021-12-01 | more fixed issues | b-naber | -0/+7 |
| 2021-11-30 | Return ConstStability instead of &ConstStability in Item::const_stability | Guillaume Gomez | -6/+3 |
| 2021-11-30 | Improve code by replacing &str with Symbol in render_stability_since_raw | Guillaume Gomez | -15/+11 |
| 2021-11-30 | Fix display for "const" deref methods in rustdoc | Guillaume Gomez | -14/+70 |
| 2021-11-29 | Only show notable traits if both types are the same | Michael Howell | -1/+8 |
| 2021-11-29 | rustdoc: show logo in source sub nav | cynecx | -40/+87 |
| 2021-11-29 | rustdoc: rework source sidebar | cynecx | -47/+57 |
| 2021-11-29 | rustdoc: fix tabs in css | cynecx | -5/+5 |
| 2021-11-29 | rustdoc: don't use overflow for main, instead make the sidebar sticky | cynecx | -16/+14 |
| 2021-11-29 | rustdoc: make source sidebar collapse by default | cynecx | -1/+1 |
| 2021-11-29 | rustdoc: fix theme colors | cynecx | -3/+3 |
| 2021-11-29 | rustdoc: merge source sidebar into main sidebar | cynecx | -51/+41 |
| 2021-11-29 | rustdoc: fix source view | cynecx | -11/+61 |
| 2021-11-29 | rustdoc: use flexbox to layout sidebar and main content | cynecx | -81/+80 |
| 2021-11-27 | Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomez | Matthias Krüger | -129/+112 |
| 2021-11-26 | Rollup merge of #91223 - GuillaumeGomez:headings-indent, r=jsha | Matthias Krüger | -4/+6 |
| 2021-11-26 | Rollup merge of #91197 - camelid:rename-resolvedpath, r=GuillaumeGomez,jyn514 | Matthias Krüger | -11/+10 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -19/+19 |
| 2021-11-26 | Update the first heading indent rule so it is only applied on the first headi... | Guillaume Gomez | -4/+6 |
| 2021-11-26 | Rollup merge of #91225 - GuillaumeGomez:source-page-scrollbar, r=jsha | Matthias Krüger | -0/+4 |
| 2021-11-25 | Stop re-exporting `Type::ResolvedPath` | Noah Lev | -16/+15 |
| 2021-11-25 | Fix invalid scrollbar display on source code page | Guillaume Gomez | -0/+4 |
| 2021-11-25 | Auto merge of #91195 - camelid:path-did, r=jyn514 | bors | -10/+23 |
| 2021-11-25 | Auto merge of #88781 - estebank:emoji-idents, r=oli-obk | bors | -1/+1 |
| 2021-11-24 | Consistentize the system for image URLs in CSS. | Jacob Hoffman-Andrews | -36/+35 |
| 2021-11-24 | Move themes and version into rustdoc-vars | Jacob Hoffman-Andrews | -49/+37 |
| 2021-11-24 | Simplify rendering of stylesheet links into HTML | Jacob Hoffman-Andrews | -48/+44 |
| 2021-11-24 | Auto merge of #91203 - GuillaumeGomez:rollup-kwtqvb1, r=GuillaumeGomez | bors | -20/+8 |
| 2021-11-24 | Rollup merge of #91179 - GuillaumeGomez:a-color, r=jsha | Guillaume Gomez | -0/+6 |
| 2021-11-24 | Rollup merge of #91075 - jsha:chill-item-info, r=GuillaumeGomez | Guillaume Gomez | -20/+2 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -9/+11 |
| 2021-11-24 | Return the actual `DefId` for assoc. items in `register_res` | Noah Lev | -1/+12 |
| 2021-11-24 | Fix clicking on anchors inside summary tags. | Jacob Hoffman-Andrews | -1/+1 |
| 2021-11-24 | Fix more <a> color | Guillaume Gomez | -0/+6 |
| 2021-11-23 | Preload the most commonly used fonts. | Jacob Hoffman-Andrews | -0/+6 |
| 2021-11-23 | Fix RustDoc | Esteban Kuber | -1/+1 |
| 2021-11-23 | Rollup merge of #91103 - jsha:non-toggle-click-doesnt-toggle, r=Manishearth,G... | Matthias Krüger | -0/+8 |
| 2021-11-22 | Rollup merge of #91102 - jsha:theme-anchor, r=GuillaumeGomez | Matthias Krüger | -28/+39 |
| 2021-11-22 | Auto merge of #91099 - jsha:cleanup-undocumented, r=GuillaumeGomez | bors | -33/+4 |
| 2021-11-22 | Add GUI test for clicking on non-toggle summary | Jacob Hoffman-Andrews | -1/+1 |
| 2021-11-22 | Set color for <a> in a more straightforward way | Jacob Hoffman-Andrews | -28/+39 |
| 2021-11-22 | Auto merge of #90872 - ken-matsui:add-defer-to-rustdoc-template, r=jsha | bors | -10/+10 |
| 2021-11-21 | Inhibit clicks on summary's children | Jacob Hoffman-Andrews | -0/+8 |
| 2021-11-20 | Remove styles for details.undocumented | Jacob Hoffman-Andrews | -33/+4 |
| 2021-11-21 | Auto merge of #91073 - camelid:small-cleanups, r=jyn514 | bors | -2/+2 |
| 2021-11-20 | Move `scripts` on the rustdoc template into `head` and apply the `defer` attr... | Ken Matsui | -10/+10 |
| 2021-11-20 | Rollup merge of #90983 - GuillaumeGomez:sidebar-scrollbar, r=jsha | Matthias Krüger | -4/+4 |
| 2021-11-20 | Reduce prominence of item-infos | Jacob Hoffman-Andrews | -20/+2 |
| 2021-11-19 | rustdoc: Record aliases as Symbols | Noah Lev | -2/+2 |
| 2021-11-20 | Rollup merge of #90089 - jsha:enum-fields-headings, r=camelid,GuillaumeGomez | Matthias Krüger | -26/+27 |