| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-12-25 | Add missing code to `find_closest_parent_module` | Camelid | -9/+1 |
| 2020-12-25 | Fix bugs; fix and add tests | Camelid | -20/+2 |
| 2020-12-25 | Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkov | Dylan DPC | -4/+4 |
| 2020-12-24 | Don't process `[]` and `()` in intra-doc links | Joshua Nelson | -5/+6 |
| 2020-12-23 | Box ItemKind to reduce the size of `Item` | Joshua Nelson | -11/+11 |
| 2020-12-22 | Fix intra-doc links for non-path primitives | Joshua Nelson | -26/+28 |
| 2020-12-22 | Add a custom `Res` type | Joshua Nelson | -116/+161 |
| 2020-12-22 | Auto merge of #80071 - jyn514:timings, r=Mark-Simulacrum | bors | -15/+19 |
| 2020-12-21 | Rename rustc_middle::lint::LintSource | pierwill | -4/+4 |
| 2020-12-20 | Get rid of `locate()` in markdown handling | Joshua Nelson | -34/+28 |
| 2020-12-16 | Replace String with Symbol where possible | Guillaume Gomez | -16/+20 |
| 2020-12-16 | Add more timing info to rustdoc | Joshua Nelson | -15/+19 |
| 2020-12-15 | Don't look for blanket impls in intra-doc links | Joshua Nelson | -69/+14 |
| 2020-12-15 | Auto merge of #80044 - jyn514:smaller-name, r=GuillaumeGomez | bors | -2/+9 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -2/+9 |
| 2020-12-14 | Review suggestions | Dániel Buga | -79/+87 |
| 2020-12-14 | Cache link resolution results in current module | Dániel Buga | -14/+79 |
| 2020-12-13 | Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPC | Yuki Okushi | -2/+1 |
| 2020-12-12 | Auto merge of #79976 - jyn514:assertion-failure, r=jyn514 | bors | -1/+1 |
| 2020-12-12 | Remove incorrect assert | Joshua Nelson | -1/+1 |
| 2020-12-12 | Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez | bors | -9/+6 |