| Age | Commit message (Expand) | Author | Lines |
| 2021-01-23 | Fix rendering of stabilization version for trait implementors | LeSeulArtichaut | -4/+4 |
| 2021-01-23 | Rollup merge of #81275 - jyn514:time-render, r=wesleywiser | Jonas Schievink | -0/+4 |
| 2021-01-23 | Cleanup `render_stability_since_raw` to remove code duplication | LeSeulArtichaut | -26/+17 |
| 2021-01-23 | Add more timing info to render_html | Joshua Nelson | -0/+4 |
| 2021-01-22 | Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514 | Mara Bos | -7/+7 |
| 2021-01-21 | Fix rustc::internal lints on rustdoc | Joshua Nelson | -2/+1 |
| 2021-01-21 | Rollup merge of #81184 - jyn514:combine-after, r=CraftSpider | Yuki Okushi | -12/+15 |
| 2021-01-20 | Remove StructType entirely and replace it with CtorKind | Rune Tynan | -6/+7 |
| 2021-01-20 | Move StructType to clean, remove it from Unions, make JSON output whether som... | Rune Tynan | -7/+6 |
| 2021-01-19 | Remove unnecessary `after_run` function | Joshua Nelson | -12/+15 |
| 2021-01-18 | Remove inline script tags | Guillaume Gomez | -5/+2 |
| 2021-01-15 | Rename VariantKind -> Variant | Joshua Nelson | -6/+6 |
| 2021-01-15 | Remove useless `clean::Variant` struct | Joshua Nelson | -13/+10 |
| 2021-01-09 | Replace under-used ImplPolarity enum with a boolean | Guillaume Gomez | -8/+3 |
| 2021-01-08 | Combine several `push_str` calls | J. Ryan Stinnett | -4/+3 |
| 2021-01-08 | Use target in `Deref` method section IDs | J. Ryan Stinnett | -40/+51 |
| 2021-01-08 | Recursively document methods via `Deref` traits | J. Ryan Stinnett | -3/+33 |
| 2021-01-04 | Extract `sidebar_deref_methods` function | J. Ryan Stinnett | -52/+52 |
| 2021-01-04 | Auto merge of #80661 - jyn514:duplicate-types, r=GuillaumeGomez | bors | -0/+3 |
| 2021-01-03 | Simplify rustdoc handling of type aliases for associated types | Joshua Nelson | -0/+3 |
| 2021-01-02 | Improve code for DocFragment rework | Guillaume Gomez | -6/+2 |
| 2021-01-02 | End of rework of Attributes struct | Guillaume Gomez | -10/+9 |
| 2021-01-01 | clippy fixes for librustdoc | Matthias Krüger | -7/+9 |
| 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 | -27/+28 |
| 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 | -27/+28 |
| 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 |