| Age | Commit message (Expand) | Author | Lines |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -1/+1 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -2/+2 |
| 2020-10-30 | Pull theme picker keyboard code into main.js | Michael Howell | -50/+0 |
| 2020-10-30 | Add comment describing the Escape key weirdness | Michael Howell | -2/+8 |
| 2020-10-30 | Allow the theme picker to work with arrow keys | Michael Howell | -2/+46 |
| 2020-10-28 | rustdoc: Provide a way to set the default settings from Rust code | Ian Jackson | -0/+2 |
| 2020-10-23 | Rollup merge of #77920 - ayazhafiz:i/mut-ident-spacing, r=jyn514 | Yuki Okushi | -1/+1 |
| 2020-10-17 | Fix some double quote that cause CI failure | Ivan Tham | -3/+3 |
| 2020-10-17 | Use double quote for rustdoc html | Ivan Tham | -126/+133 |
| 2020-10-16 | Auto merge of #77809 - nasso:master, r=jyn514,guillaumegomez | bors | -17/+85 |
| 2020-10-16 | Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514 | Dylan DPC | -33/+71 |
| 2020-10-13 | Avoid extraneous space between visibility kw and ident for statics | ayazhafiz | -1/+1 |
| 2020-10-13 | Make portability log at debug level | Wim Looman | -2/+2 |
| 2020-10-13 | Coding style fixes | nasso | -4/+4 |
| 2020-10-13 | Remove unnecessary refs | nasso | -10/+5 |
| 2020-10-13 | Add a setting to use the system theme | nasso | -15/+88 |
| 2020-10-11 | Move `PartialOrd` impl out of rustc | Joshua Nelson | -6/+6 |
| 2020-10-11 | Switch rustdoc from `clean::Stability` to `rustc_attr::Stability` | Joshua Nelson | -21/+29 |
| 2020-10-09 | Simplify included import items handling | Guillaume Gomez | -10/+9 |
| 2020-10-09 | Correctly handle "pub use" reexports | Guillaume Gomez | -6/+8 |
| 2020-10-07 | Simplify doc-cfg rendering based on the current context | Wim Looman | -33/+71 |
| 2020-10-06 | Fix tools | Matthew Jasper | -1/+1 |
| 2020-09-23 | Use theme-adaptive SVG favicon from other Rust sites | Jarek Samic | -1/+3 |
| 2020-09-05 | Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearth | Dylan DPC | -4/+3 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -32/+36 |
| 2020-09-03 | Remove disambiguators from link text | Joshua Nelson | -2/+1 |
| 2020-09-03 | Refactor RenderedLink into its own type | Joshua Nelson | -2/+2 |
| 2020-09-01 | Use "Fira Sans" for crate list font | Camelid | -2/+3 |
| 2020-08-31 | Fix strings indent | Guillaume Gomez | -91/+78 |
| 2020-08-30 | rustdoc: do not use plain summary for trait impls | Andy Russell | -32/+36 |
| 2020-08-28 | Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomez | Pietro Albini | -5/+5 |
| 2020-08-27 | Auto merge of #75842 - camelid:highlight-crate-links, r=jyn514 | bors | -1/+5 |
| 2020-08-23 | Highlight crate links like normal links | Camelid | -1/+5 |
| 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-11 | Rollup merge of #75378 - petrochenkov:isident, r=Mark-Simulacrum | Tyler Mandry | -15/+15 |
| 2020-08-11 | Rollup merge of #75347 - fusion-engineering-forks:rustdoc-nat-sort, r=Guillau... | Yuki Okushi | -29/+63 |
| 2020-08-11 | Feature gate is always present | Mark Rousskov | -15/+15 |
| 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 | -2/+2 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -1/+1 |
| 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-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 | -489/+4611 |
| 2020-07-27 | Move `Error` and `RenderInfo` out of `html` module | Joseph Ryan | -1/+2 |