| Age | Commit message (Expand) | Author | Lines |
| 2021-03-04 | Rollup merge of #82315 - jsha:font-display-swap, r=GuillaumeGomez | Yuki Okushi | -5/+13 |
| 2021-03-04 | Rollup merge of #82310 - jsha:rustdoc-search-onfocus, r=GuillaumeGomez | Yuki Okushi | -51/+69 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -2/+1 |
| 2021-03-03 | Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 | Yuki Okushi | -10/+43 |
| 2021-03-02 | Use Arial as fallback font instead of sans-serif. | Jacob Hoffman-Andrews | -3/+3 |
| 2021-03-02 | Improve page load performance in rustdoc. | Jacob Hoffman-Andrews | -2/+10 |
| 2021-03-02 | Load rustdoc's JS search index on-demand. | Jacob Hoffman-Andrews | -51/+69 |
| 2021-03-01 | Move lint machinery into a separate file | Joshua Nelson | -1/+1 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -2/+1 |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -2/+1 |
| 2021-02-27 | Add ARIA role to sidebar toggle in Rustdoc | Vincent Ambo | -1/+1 |
| 2021-02-27 | Auto merge of #82511 - jsha:fix-bfcache2, r=GuillaumeGomez | bors | -6/+14 |
| 2021-02-26 | Rollup merge of #82549 - rust-lang:revert-82313-update-normalize-css, r=apiraino | Guillaume Gomez | -1/+1 |
| 2021-02-26 | Rollup merge of #82545 - jsha:woff2, r=GuillaumeGomez | Guillaume Gomez | -2/+14 |
| 2021-02-26 | Revert "Update normalize.css to 8.0.1" | Guillaume Gomez | -1/+1 |
| 2021-02-26 | Embed woff2 files in rustdoc binary. | Jacob Hoffman-Andrews | -0/+8 |
| 2021-02-26 | Add optional woff2 versions of FiraSans. | Jacob Hoffman-Andrews | -2/+6 |
| 2021-02-26 | Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514 | bors | -7/+71 |
| 2021-02-25 | Rollup merge of #82484 - bugadani:docfix, r=jyn514 | Aaron Hill | -1/+11 |
| 2021-02-25 | Rollup merge of #82313 - jsha:update-normalize-css, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2021-02-24 | Fix back-forward cache in rustdoc frontend. | Jacob Hoffman-Andrews | -6/+14 |
| 2021-02-24 | Add test | Dániel Buga | -0/+11 |
| 2021-02-24 | Remove duplicate string | Dániel Buga | -1/+0 |
| 2021-02-23 | Put clean::Trait extra information into a new struct to make it more coherent | Guillaume Gomez | -4/+4 |
| 2021-02-23 | Remove is_spotlight field from `Trait` | Guillaume Gomez | -4/+5 |
| 2021-02-23 | Fix nits | Guillaume Gomez | -8/+4 |
| 2021-02-23 | Add --generate-redirect-map option to replace HTML redirection file with a un... | Guillaume Gomez | -12/+49 |
| 2021-02-23 | Rollup merge of #82234 - GuillaumeGomez:remove-query-param-on-esc, r=Nemo157 | Dylan DPC | -1/+6 |
| 2021-02-23 | Rollup merge of #79423 - camelid:smart-punct, r=jyn514 | Dylan DPC | -6/+7 |
| 2021-02-22 | Rollup merge of #82351 - notriddle:docs-meta-description, r=jyn514 | Yuki Okushi | -1/+6 |
| 2021-02-20 | Revert changes to all.html | Michael Howell | -6/+1 |
| 2021-02-20 | Cut off plain text descriptions after headers | Michael Howell | -0/+2 |
| 2021-02-20 | Use the first paragraph, instead of cookie-cutter text, for rustdoc descriptions | Michael Howell | -2/+10 |
| 2021-02-20 | Don't render [src] link on dummy spans | Guillaume Gomez | -0/+3 |
| 2021-02-19 | Re-minify normalize.css. | Jacob Hoffman-Andrews | -349/+2 |
| 2021-02-19 | Update normalize.css to 8.0.1 | Jacob Hoffman-Andrews | -232/+158 |
| 2021-02-19 | Replace normalize.css 3.0.0 with unminified version. | Jacob Hoffman-Andrews | -2/+423 |
| 2021-02-17 | Remove query parameters when leaving search results | Guillaume Gomez | -1/+6 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -3/+3 |
| 2021-02-15 | Fix ES5 errors (IE11) | Guillaume Gomez | -6/+12 |
| 2021-02-12 | [librustdoc] Reform lang string token splitting | Casey Rodarmor | -7/+71 |
| 2021-02-10 | Fix getCurrentValue | Ophir LOJKINE | -1/+1 |
| 2021-02-10 | Catch errors on localStorage setting failure | Ophir LOJKINE | -23/+8 |
| 2021-02-09 | Update Markdown unit tests | Camelid | -5/+5 |
| 2021-02-08 | Auto merge of #81313 - LeSeulArtichaut:revert-32558, r=jyn514 | bors | -50/+8 |
| 2021-02-07 | Enable smart punctuation | Camelid | -1/+2 |
| 2021-02-06 | Auto merge of #80883 - GuillaumeGomez:remove-some-function-fields, r=ollie27 | bors | -14/+139 |
| 2021-02-06 | Restore linking to itself in implementors section of trait page | LeSeulArtichaut | -50/+8 |
| 2021-02-06 | Rollup merge of #81766 - jyn514:task-lists, r=GuillaumeGomez | Jonas Schievink | -1/+4 |
| 2021-02-06 | Enable 'task list' markdown extension | Joshua Nelson | -1/+4 |