| Age | Commit message (Expand) | Author | Lines |
| 2020-12-15 | Use `Symbol`s for crate names | Joshua Nelson | -13/+17 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -16/+13 |
| 2020-12-14 | Get rid of `clean::Deprecation` | Joshua Nelson | -6/+13 |
| 2020-12-12 | Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez | bors | -9/+17 |
| 2020-12-12 | Calculate span info on-demand instead of ahead of time | Joshua Nelson | -11/+14 |
| 2020-12-12 | Pass Session into renderer | Joshua Nelson | -0/+5 |
| 2020-12-07 | Dogfood 'str_split_once() with librustdoc | Eric Arellano | -4/+2 |
| 2020-12-03 | Render Markdown in search results | Camelid | -37/+10 |
| 2020-11-29 | Add support for stable-const-since in docs on items (standalone or assoc) | Rune Tynan | -17/+73 |
| 2020-11-24 | Clean up document_item_info calls | Guillaume Gomez | -7/+20 |
| 2020-11-24 | Rename "stability" CSS class to "item-info" | Guillaume Gomez | -23/+28 |
| 2020-11-18 | add [src] links to methods on a trait's page | Nixon Enraght-Moony | -19/+12 |
| 2020-11-18 | Extract write_srclink to its own method | Nixon Enraght-Moony | -30/+24 |
| 2020-11-17 | Rollup merge of #79126 - jyn514:auto, r=GuillaumeGomez | Mara Bos | -3/+3 |
| 2020-11-17 | Remove duplicate `Trait::auto` field | Joshua Nelson | -3/+3 |
| 2020-11-16 | Get rid of clean::Method | Joshua Nelson | -5/+9 |
| 2020-11-16 | Get rid of clean::TyMethod | Joshua Nelson | -2/+1 |
| 2020-11-16 | Rollup merge of #79061 - jyn514:no-pub, r=GuillaumeGomez | Mara Bos | -46/+46 |
| 2020-11-16 | Rollup merge of #78678 - Nemo157:doc-cfg-w-traits, r=jyn514,GuillaumeGomez | Mara Bos | -29/+43 |
| 2020-11-15 | Make all rustdoc functions and structs crate-private | Joshua Nelson | -46/+46 |
| 2020-11-15 | Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkov | Jonas Schievink | -30/+29 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -2/+2 |
| 2020-11-14 | Add tests and improve rendering of features on traits | Wim Looman | -29/+43 |
| 2020-11-14 | Rename ItemEnum -> ItemKind, inner -> kind | Joshua Nelson | -30/+29 |
| 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 |