| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-12-12 | Calculate span info on-demand instead of ahead of time | Joshua Nelson | -9/+6 |
| 2020-12-11 | don't convert types into identical types with .into() (clippy::useless_conver... | Matthias Krüger | -2/+1 |
| 2020-12-11 | Auto merge of #79349 - Nemo157:issue-79201, r=jyn514 | bors | -1/+27 |
| 2020-12-07 | Review feedback for collect_intra_doc_links.rs | Eric Arellano | -2/+3 |
| 2020-12-07 | Dogfood 'str_split_once() with librustdoc | Eric Arellano | -3/+4 |
| 2020-12-02 | Use `item_name` instead of pretty printing | Joshua Nelson | -4/+9 |
| 2020-11-29 | Remove `TypeKind` hack in favor of `with_crate_prefix` | Joshua Nelson | -9/+3 |
| 2020-11-29 | Fix intra-doc links for `Self` on primitives | Joshua Nelson | -123/+62 |