| Age | Commit message (Expand) | Author | Lines |
| 2020-12-31 | Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514 | Dylan DPC | -18/+23 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -3/+3 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -3/+3 |
| 2020-12-30 | Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor | Yuki Okushi | -1/+1 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -1/+1 |
| 2020-12-29 | don't clone copy types | Matthias Krüger | -2/+2 |
| 2020-12-29 | Auto merge of #80014 - jyn514:box-item-kind, r=nnethercote | bors | -26/+27 |
| 2020-12-25 | Fix bugs; fix and add tests | Camelid | -20/+18 |
| 2020-12-25 | 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 | Box ItemKind to reduce the size of `Item` | Joshua Nelson | -26/+27 |
| 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 | -6/+6 |
| 2020-12-17 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -6/+6 |
| 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 | -12/+16 |
| 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 | -12/+16 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -15/+12 |
| 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 | -34/+7 |
| 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 | -4/+8 |
| 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 | -43/+43 |
| 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 | -43/+43 |
| 2020-11-15 | Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkov | Jonas Schievink | -29/+28 |
| 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 | -29/+28 |
| 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 |