| Age | Commit message (Expand) | Author | Lines |
| 2021-03-10 | [intra-doc links] Don't check feature gates of items re-exported across crates | Joshua Nelson | -0/+3 |
| 2021-02-04 | Cleanup rustdoc pass descriptions a bit | Camelid | -6/+6 |
| 2021-01-30 | Rollup merge of #81495 - camelid:rustdoc-output_format-optional, r=GuillaumeG... | Yuki Okushi | -1/+1 |
| 2021-01-30 | rustdoc tweaking | bors | -23/+21 |
| 2021-01-28 | rustdoc: Remove unnecessary optional | Camelid | -1/+1 |
| 2021-01-28 | Rollup merge of #81284 - jyn514:impl-times, r=wesleywiser | Yuki Okushi | -10/+8 |
| 2021-01-27 | Remove cache usage wherever possible | Guillaume Gomez | -19/+15 |
| 2021-01-27 | Remove CACHE_KEY global | Guillaume Gomez | -17/+26 |
| 2021-01-23 | Make `-Z time-passes` less noisy | Joshua Nelson | -10/+8 |
| 2021-01-21 | Fix rustc::internal lints on rustdoc | Joshua Nelson | -4/+4 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -3/+26 |
| 2021-01-17 | Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasper | Mara Bos | -2/+7 |
| 2021-01-15 | Rename VariantKind -> Variant | Joshua Nelson | -1/+1 |
| 2021-01-15 | Remove useless `clean::Variant` struct | Joshua Nelson | -1/+1 |
| 2021-01-12 | Rollup merge of #80885 - camelid:intra-doc-str-ref, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-01-11 | resolve: Simplify collection of traits in scope | Vadim Petrochenkov | -2/+7 |
| 2021-01-11 | Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-01-11 | Rollup merge of #80881 - jyn514:intra-doc-self, r=GuillaumeGomez | Yuki Okushi | -21/+20 |
| 2021-01-10 | rustdoc: Remove `*` intra-doc alias for `pointer` | Camelid | -1/+1 |
| 2021-01-10 | rustdoc: Resolve `&str` as `str` | Camelid | -1/+1 |
| 2021-01-10 | Small cleanups | Joshua Nelson | -15/+4 |
| 2021-01-10 | Fix intra-doc links to `Self` and `crate` | Joshua Nelson | -6/+16 |
| 2021-01-08 | Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomez | bors | -36/+64 |
| 2021-01-08 | Preserve non-local recursive `Deref` impls | J. Ryan Stinnett | -36/+64 |
| 2021-01-05 | Document hackiness around primitive associated item disambiguators | max-heller | -0/+8 |
| 2021-01-03 | half working | max-heller | -50/+51 |
| 2021-01-03 | still verify disambiguators for primitives | max-heller | -47/+57 |
| 2021-01-03 | fix issue 80559 | max-heller | -5/+10 |
| 2021-01-03 | Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514 | bors | -52/+74 |
| 2021-01-03 | Only report reference-style link errors once | Dániel Buga | -52/+74 |
| 2021-01-03 | Rollup merge of #80580 - GuillaumeGomez:suggestion-ignore-codeblock-warn, r=j... | Guillaume Gomez | -3/+12 |
| 2021-01-03 | Auto merge of #80261 - GuillaumeGomez:attr-rework, r=jyn514 | bors | -124/+19 |
| 2021-01-02 | Simplify docfragment transformation in unindent tests | Guillaume Gomez | -14/+1 |
| 2021-01-02 | Remove unused collapse pass | Guillaume Gomez | -19/+0 |
| 2021-01-02 | Improve code for DocFragment rework | Guillaume Gomez | -6/+1 |
| 2021-01-02 | End of rework of Attributes struct | Guillaume Gomez | -102/+34 |
| 2021-01-02 | Auto merge of #80550 - bugadani:markdown-refactor, r=jyn514 | bors | -32/+27 |
| 2021-01-01 | clippy fixes for librustdoc | Matthias Krüger | -8/+6 |
| 2021-01-01 | Add suggestion in case a "ignore" doc block has invalid rust code inside | Guillaume Gomez | -3/+12 |
| 2020-12-31 | Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514 | Dylan DPC | -24/+2 |
| 2020-12-31 | Always provide a range | Dániel Buga | -32/+27 |
| 2020-12-30 | Remove FIXME | Camelid | -1/+0 |
| 2020-12-30 | Update `find_nearest_parent_module` | Camelid | -2/+7 |
| 2020-12-30 | Rollup merge of #80492 - matthiaskrgr:tasty_wraps, r=varkor | Yuki Okushi | -3/+3 |
| 2020-12-30 | Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomez | Yuki Okushi | -28/+34 |
| 2020-12-30 | remove unused return types such as empty Results or Options that would always... | Matthias Krüger | -3/+3 |
| 2020-12-29 | don't clone copy types | Matthias Krüger | -1/+1 |
| 2020-12-29 | Auto merge of #80014 - jyn514:box-item-kind, r=nnethercote | bors | -11/+11 |
| 2020-12-27 | Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearth | bors | -129/+177 |
| 2020-12-26 | Revert "Cleanup markdown span handling" | Joshua Nelson | -28/+34 |