| Age | Commit message (Expand) | Author | Lines |
| 2020-11-16 | Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ... | Guillaume Gomez | -14/+27 |
| 2020-11-16 | Ensure that the source code display is working with DOS backline | Guillaume Gomez | -0/+2 |
| 2020-09-23 | Use theme-adaptive SVG favicon from other Rust sites | Jarek Samic | -4/+34 |
| 2020-09-13 | Use `.as_str()` instead of `CowStr::Borrowed` | Joshua Nelson | -2/+2 |
| 2020-09-13 | Don't use `link.span` yet | Joshua Nelson | -1/+3 |
| 2020-09-13 | Upgrade to pulldown-cmark 0.8.0 | Joshua Nelson | -16/+18 |
| 2020-09-09 | Auto merge of #76453 - camelid:fix-css-crate-list, r=GuillaumeGomez,ollie27 | bors | -3/+4 |
| 2020-09-09 | Rollup merge of #76374 - pickfire:patch-4, r=Cldfire | Dylan DPC | -2/+3 |
| 2020-09-07 | rustdoc: Fix font CSS for crate lists | Camelid | -3/+4 |
| 2020-09-05 | Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearth | Dylan DPC | -24/+100 |
| 2020-09-05 | Improve ayu doc source line number contrast | Ivan Tham | -2/+3 |
| 2020-09-04 | Misc cleanup | Joshua Nelson | -23/+42 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -68/+68 |
| 2020-09-03 | Remove disambiguators from link text | Joshua Nelson | -18/+74 |
| 2020-09-03 | Refactor RenderedLink into its own type | Joshua Nelson | -12/+13 |
| 2020-09-01 | Use "Fira Sans" for crate list font | Camelid | -2/+6 |
| 2020-08-31 | Rollup merge of #76178 - matklad:et, r=Mark-Simulacrum | Tyler Mandry | -1/+1 |
| 2020-08-31 | Rollup merge of #76154 - GuillaumeGomez:strings-indent, r=jyn514 | Tyler Mandry | -118/+99 |
| 2020-08-31 | Update expect-test to 1.0 | Aleksey Kladov | -1/+1 |
| 2020-08-31 | Fix string | Guillaume Gomez | -1/+1 |
| 2020-08-31 | Fix strings indent | Guillaume Gomez | -118/+99 |
| 2020-08-31 | Rollup merge of #76052 - aszenz:GH-66816_removes_disable_attribute_before_ret... | Aleksey Kladov | -4/+8 |
| 2020-08-30 | rustdoc: do not use plain summary for trait impls | Andy Russell | -68/+68 |
| 2020-08-30 | Auto merge of #75901 - GuillaumeGomez:ayu-theme-button-hover-background-color... | bors | -1/+1 |
| 2020-08-30 | Auto merge of #76090 - Dylan-DPC:rollup-eksndcr, r=Dylan-DPC | bors | -9/+10 |
| 2020-08-30 | Rollup merge of #76022 - GuillaumeGomez:cleanup-rustdoc-front, r=jyn514 | Dylan DPC | -8/+9 |
| 2020-08-30 | Rollup merge of #75881 - pickfire:patch-5, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2020-08-29 | Auto merge of #75775 - matklad:rustc-lexer-rustdoc-highlight, r=GuillaumeGomez | bors | -408/+288 |
| 2020-08-29 | Use an id instead of a function | Guillaume Gomez | -6/+3 |
| 2020-08-29 | GH-66816: Process before enabling search | asrar | -2/+5 |
| 2020-08-29 | GH-66816: Removes disable before return | asrar | -3/+4 |
| 2020-08-28 | Clean up rustdoc front-end source code | Guillaume Gomez | -8/+12 |
| 2020-08-28 | Rollup merge of #75989 - matklad:renamerustdoctest, r=GuillaumeGomez | Pietro Albini | -3/+3 |
| 2020-08-28 | Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomez | Pietro Albini | -5/+5 |
| 2020-08-27 | Auto merge of #75976 - GuillaumeGomez:help-popup, r=jyn514 | bors | -4/+5 |
| 2020-08-27 | Add expect test for rustdoc html highlighting | Aleksey Kladov | -61/+63 |
| 2020-08-27 | Rename rustdoc/test -> rustdoc/doctest | Aleksey Kladov | -3/+3 |
| 2020-08-27 | Remove dependency on StringReader from rustdoc highlighter | Aleksey Kladov | -350/+228 |
| 2020-08-27 | Delay help popup creation to when it's needed | Guillaume Gomez | -2/+3 |
| 2020-08-27 | Improve helper wording | Guillaume Gomez | -2/+2 |
| 2020-08-27 | Auto merge of #75842 - camelid:highlight-crate-links, r=jyn514 | bors | -1/+5 |
| 2020-08-27 | Rollup merge of #75870 - GuillaumeGomez:unify-border-color-theme-ayu, r=pickfire | Dylan DPC | -1/+1 |
| 2020-08-27 | Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=Cldfire | Dylan DPC | -0/+2 |
| 2020-08-27 | Rollup merge of #75806 - GuillaumeGomez:prevent-automatic-page-change-history... | Dylan DPC | -4/+14 |
| 2020-08-25 | Improve theme button hover background color | Guillaume Gomez | -1/+1 |
| 2020-08-24 | Expand rustdoc theme chooser x padding | Ivan Tham | -1/+1 |
| 2020-08-24 | Add explanations on the results search element check | Guillaume Gomez | -0/+3 |
| 2020-08-24 | Unify theme choices border color in ayu theme | Guillaume Gomez | -1/+1 |
| 2020-08-23 | Highlight crate links like normal links | Camelid | -1/+5 |
| 2020-08-23 | Fix font color for help button in ayu and dark themes | Guillaume Gomez | -0/+2 |