| Age | Commit message (Expand) | Author | Lines |
| 2021-12-13 | rustdoc: Add `UrlPartsBuilder` | Noah Lev | -17/+192 |
| 2021-12-13 | Rollup merge of #91699 - jsha:webkit-appearance-search-input, r=GuillaumeGomez | Matthias Krüger | -0/+4 |
| 2021-12-12 | Add -webkit-appearance: none to search input | Jacob Hoffman-Andrews | -0/+4 |
| 2021-12-11 | rustdoc: Remove unused `_default` parameter | Noah Lev | -12/+4 |
| 2021-12-11 | rustdoc: Pretty-print assoc const defaults on-demand | Noah Lev | -1/+1 |
| 2021-12-11 | Don't emit shared files when scraping dependencies | Will Crichton | -6/+10 |
| 2021-12-11 | Rollup merge of #91682 - camelid:alias-layout, r=jyn514 | Matthias Krüger | -0/+1 |
| 2021-12-10 | Split CSS classes for "typedef" vs "associatedtype". | Jacob Hoffman-Andrews | -9/+25 |
| 2021-12-08 | rustdoc: Show type layout for type aliases | Noah Lev | -0/+1 |
| 2021-12-08 | Rollup merge of #91667 - GuillaumeGomez:fix-index-itemtypes, r=notriddle | Matthias Krüger | -26/+28 |
| 2021-12-08 | Rollup merge of #91534 - jsha:heading-color, r=GuillaumeGomez | Matthias Krüger | -4/+4 |
| 2021-12-08 | Change associated type to use link color | Jacob Hoffman-Andrews | -5/+5 |
| 2021-12-08 | Fix indent of itemTypes in search.js | Guillaume Gomez | -26/+28 |
| 2021-12-07 | Add missing whitespace before disabled HTML attribute | Guillaume Gomez | -1/+1 |
| 2021-12-05 | Auto merge of #91356 - GuillaumeGomez:improve-rustdoc-layout, r=jsha | bors | -170/+279 |
| 2021-12-04 | Make rustdoc headings black, and markdown blue | Jacob Hoffman-Andrews | -4/+4 |
| 2021-12-03 | Remove single-use `GenericParamDef::get_type` function | Noah Lev | -13/+13 |
| 2021-12-03 | rustdoc: Remove single-use `Lifetime::get_ref()` function | Noah Lev | -1/+1 |
| 2021-12-03 | Use fewer colors in rustdoc UI | Jacob Hoffman-Andrews | -57/+55 |
| 2021-12-03 | Rollup merge of #91170 - jsha:preload-fonts, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2021-12-02 | Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=Amanieu | Matthias Krüger | -0/+4 |
| 2021-12-02 | Rename CSS class main-inner into width-limiter | Guillaume Gomez | -4/+4 |
| 2021-12-02 | Rename ID "main" into "main-content" | Guillaume Gomez | -24/+25 |
| 2021-12-02 | Fix remaining bugs | Guillaume Gomez | -7/+21 |
| 2021-12-02 | Transform const generics if the function uses rustc_legacy_const_generics | Guillaume Gomez | -0/+4 |
| 2021-12-02 | Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelid | bors | -29/+78 |
| 2021-12-01 | address review | b-naber | -1/+1 |
| 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 |