| Age | Commit message (Expand) | Author | Lines |
| 2020-05-24 | Rollup merge of #72092 - workingjubilee:patch-2, r=GuillaumeGomez | Dylan DPC | -0/+9 |
| 2020-05-21 | Rollup merge of #72421 - GuillaumeGomez:fix-impl-hover-anchor, r=kinnison | Ralf Jung | -1/+1 |
| 2020-05-21 | Rollup merge of #72272 - GuillaumeGomez:fix-back-on-page-with-search-behaviou... | Ralf Jung | -0/+6 |
| 2020-05-21 | Fix anchor display when hovering impl | Guillaume Gomez | -1/+1 |
| 2020-05-19 | Fix going back in history to a search result page on firefox | Guillaume Gomez | -0/+6 |
| 2020-05-16 | Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27 | Dylan DPC | -104/+140 |
| 2020-05-14 | * Update aliases data struct from HashMap to BTreeMap to have more determinis... | Guillaume Gomez | -12/+11 |
| 2020-05-14 | Make current crate aliases go first | Guillaume Gomez | -6/+14 |
| 2020-05-14 | Move doc alias discovery into the Attributes struct and some code improvements | Guillaume Gomez | -39/+6 |
| 2020-05-12 | Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomez | Dylan DPC | -3/+11 |
| 2020-05-11 | Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPC | Dylan DPC | -3/+2 |
| 2020-05-11 | Rollup merge of #72014 - GuillaumeGomez:deprecated-emoji, r=kinnison,ollie27 | Dylan DPC | -1/+4 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -3/+2 |
| 2020-05-10 | Unblock font loading in rustdoc.css | Jubilee | -0/+9 |
| 2020-05-09 | Sort "implementations on foreign types" section in the sidebar | Guillaume Gomez | -8/+7 |
| 2020-05-08 | Add emoji for deprecated messages | Guillaume Gomez | -1/+4 |
| 2020-05-08 | Clean up rustdoc source code | Guillaume Gomez | -7/+10 |
| 2020-05-07 | Merge aliases and search-index | Guillaume Gomez | -97/+110 |
| 2020-05-07 | Improve doc alias discovery | Guillaume Gomez | -39/+61 |
| 2020-05-07 | Improve doc alias JS code | Guillaume Gomez | -23/+50 |
| 2020-05-06 | Rollup merge of #71918 - GuillaumeGomez:rename-methods-section, r=Dylan-DPC | Dylan DPC | -18/+45 |
| 2020-05-06 | Update librustdoc ID tests | Guillaume Gomez | -4/+4 |
| 2020-05-06 | Add strikethrough support to rustdoc | mibac138 | -3/+11 |
| 2020-05-05 | Index IDs already used by rustdoc template | Guillaume Gomez | -2/+29 |
| 2020-05-05 | Replace title "Methods" with "Implementations" | Guillaume Gomez | -12/+12 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -3/+3 |
| 2020-04-25 | Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum | Dylan DPC | -8/+3 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -8/+3 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -2/+2 |
| 2020-04-23 | Fix librustdoc error due to `as_local_hir_id` changes | marmeladema | -2/+2 |
| 2020-04-23 | Update LangString::parse usage in markdown tests | Guillaume Gomez | -1/+1 |
| 2020-04-23 | Create new rustdoc lint to check for code blocks tags | Guillaume Gomez | -4/+114 |
| 2020-04-20 | Rollup merge of #71250 - GuillaumeGomez:use-json-instead-of-js, r=kinnison | Dylan DPC | -5/+41 |
| 2020-04-17 | Replace big JS dict with JSON parsing | Guillaume Gomez | -5/+41 |
| 2020-04-16 | Dogfood or_patterns in rustdoc | Josh Stone | -12/+11 |
| 2020-04-16 | Rollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup, r=ollie27 | Dylan DPC | -5/+5 |
| 2020-04-13 | Rollup merge of #70656 - GuillaumeGomez:scrollbar-display, r=kinnison | Dylan DPC | -0/+64 |
| 2020-04-10 | Improve rustdoc source code a bit | Guillaume Gomez | -5/+5 |
| 2020-04-08 | rustdoc: Don't try to load source files from external crates | Oliver Middleton | -5/+6 |
| 2020-04-07 | Extend sidebar scrollbar changes to all scrollbars | Guillaume Gomez | -13/+41 |
| 2020-04-07 | Improve scrollbar display in rustdoc | Guillaume Gomez | -0/+36 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -73/+65 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -3/+3 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -3/+3 |
| 2020-03-28 | Fix rustdoc.css CSS tab-size property | 0xd4d | -2/+2 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -3/+2 |
| 2020-03-19 | Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnison | bors | -88/+155 |
| 2020-03-19 | Rollup merge of #70005 - GuillaumeGomez:code-block-signs, r=kinnison | Mazdak Farrokhzad | -13/+21 |
| 2020-03-17 | Update rustdoc test and remove TODO comment | Guillaume Gomez | -1/+0 |
| 2020-03-16 | Update src/librustdoc/html/static/main.js
| Guillaume Gomez | -1/+1 |