| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-08-23 | Prevent automatic page change when using history | Guillaume Gomez | -4/+11 |
| 2020-08-22 | rustdoc: Rename misleading function | Joshua Nelson | -1/+1 |
| 2020-08-19 | Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514 | Yuki Okushi | -2/+4 |
| 2020-08-18 | Add long cfg description to tooltip on short description | Wim Looman | -5/+5 |
| 2020-08-18 | Add doc examples count for --show-coverage | Guillaume Gomez | -2/+4 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -1/+1 |
| 2020-08-11 | Rollup merge of #75393 - GuillaumeGomez:fix-help-shortcut, r=pickfire | Tyler Mandry | -3/+1 |
| 2020-08-11 | Rollup merge of #75378 - petrochenkov:isident, r=Mark-Simulacrum | Tyler Mandry | -15/+15 |
| 2020-08-11 | Fully handle "?" shortcut | Guillaume Gomez | -3/+1 |
| 2020-08-11 | Rollup merge of #75347 - fusion-engineering-forks:rustdoc-nat-sort, r=Guillau... | Yuki Okushi | -29/+63 |
| 2020-08-11 | Rollup merge of #75366 - GuillaumeGomez:help-button, r=jyn514 | Dylan DPC | -11/+27 |
| 2020-08-11 | Rollup merge of #75249 - GuillaumeGomez:rust-logo-border, r=Manishearth | Dylan DPC | -7/+13 |
| 2020-08-11 | Feature gate is always present | Mark Rousskov | -15/+15 |
| 2020-08-10 | Add help button | Guillaume Gomez | -11/+27 |
| 2020-08-09 | Rustdoc: Fix natural ordering to look at all numbers. | Mara Bos | -29/+63 |
| 2020-08-09 | Rename "Important traits" to "Notable traits" | Camelid | -21/+21 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -1/+1 |
| 2020-08-07 | Only add a border for the rust logo | Guillaume Gomez | -7/+13 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -1/+1 |
| 2020-07-29 | Auto merge of #73767 - P1n3appl3:rustdoc-formats, r=tmandry | bors | -1166/+452 |
| 2020-07-29 | Pass by value | Joseph Ryan | -1/+1 |
| 2020-07-29 | Refactor DocFS to fix error handling bugs | Joseph Ryan | -7/+10 |
| 2020-07-28 | ayu theme: Change doccomment color to `#a1ac88` | Lzu Tao | -3/+2 |
| 2020-07-27 | More requested changes | Joseph Ryan | -3/+3 |
| 2020-07-27 | Make requested changes | Joseph Ryan | -4/+2 |
| 2020-07-27 | Pull out more types from html | Joseph Ryan | -13/+2 |
| 2020-07-27 | Extract `Cache` and other types from `html` module | Joseph Ryan | -798/+169 |
| 2020-07-27 | Refactor html backend to use generic interface | Joseph Ryan | -312/+298 |
| 2020-07-27 | Move `Error` and `RenderInfo` out of `html` module | Joseph Ryan | -69/+8 |