| Age | Commit message (Expand) | Author | Lines |
| 2021-01-20 | Fix bugs; fix and add tests | Camelid | -20/+18 |
| 2021-01-20 | rustdoc: Render visibilities succinctly | Camelid | -18/+25 |
| 2020-12-24 | rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun... | ThePuzzlemaker | -0/+1 |
| 2020-12-23 | Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomez | bors | -30/+38 |
| 2020-12-23 | Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomez | bors | -36/+54 |
| 2020-12-18 | Auto merge of #80154 - GuillaumeGomez:str-to-symbol, r=jyn514 | bors | -2/+2 |
| 2020-12-18 | Remove `DefPath` from `Visibility` and calculate it on demand | Joshua Nelson | -31/+43 |
| 2020-12-18 | Calculate stability, const_stability, and deprecation on-demand | Joshua Nelson | -36/+54 |
| 2020-12-18 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -2/+2 |
| 2020-12-18 | Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomez | bors | -48/+77 |
| 2020-12-18 | Auto merge of #80119 - GuillaumeGomez:str-to-symbol, r=jyn514 | bors | -13/+13 |
| 2020-12-17 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -13/+13 |
| 2020-12-17 | Make it compile | Joshua Nelson | -47/+75 |
| 2020-12-17 | [tmp] Pass `TyCtxt` through to the render backend | Joshua Nelson | -2/+3 |
| 2020-12-17 | Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomez | Guillaume Gomez | -13/+17 |
| 2020-12-17 | Auto merge of #80091 - GuillaumeGomez:str-to-symbol, r=jyn514 | bors | -1/+1 |
| 2020-12-16 | Replace String with Symbol where possible | Guillaume Gomez | -1/+1 |
| 2020-12-16 | Allow `since="TBD"` for rustc_deprecated | bstrie | -1/+5 |
| 2020-12-16 | Auto merge of #80041 - jyn514:shrink-item, r=GuillaumeGomez | bors | -6/+13 |
| 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 |