| Age | Commit message (Expand) | Author | Lines |
| 2020-11-24 | Rollup merge of #79321 - camelid:intra-doc-bang, r=Manishearth | Jonas Schievink | -1/+1 |
| 2020-11-23 | Apply `doc(cfg)` from parent items while collecting trait impls | Wim Looman | -1/+27 |
| 2020-11-22 | Accept '!' in intra-doc links | Camelid | -1/+1 |
| 2020-11-22 | Make `fold_item_recur` non-nullable | Joshua Nelson | -26/+24 |
| 2020-11-18 | Fix rustdoc: Referencing methods on extern_types does not resolve #78777: han... | Hannah McLaughlin | -1/+8 |
| 2020-11-17 | Use DefPath for clean::Visibility, not clean::Path | Joshua Nelson | -5/+3 |
| 2020-11-17 | Rollup merge of #79097 - GuillaumeGomez:code-block-invalid-html-tag-lint, r=j... | Mara Bos | -2/+5 |
| 2020-11-16 | Don't warn about invalid HTML tags in code blocks | Guillaume Gomez | -2/+5 |
| 2020-11-15 | Make all rustdoc functions and structs crate-private | Joshua Nelson | -66/+66 |
| 2020-11-15 | Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkov | Jonas Schievink | -15/+15 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -7/+3 |
| 2020-11-14 | Rename ItemEnum -> ItemKind, inner -> kind | Joshua Nelson | -15/+15 |
| 2020-11-13 | Auto merge of #78826 - petrochenkov:mrscopes2, r=eddyb | bors | -1/+1 |
| 2020-11-10 | Cleanup and comment intra-doc link pass | Joshua Nelson | -167/+247 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -7/+3 |
| 2020-11-07 | resolve: Collapse `macro_rules` scope chains on the fly | Vadim Petrochenkov | -1/+1 |
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -15/+16 |
| 2020-11-05 | Improve lint even more | Guillaume Gomez | -4/+5 |
| 2020-11-05 | Don't check for URLs inside codeblocks | Guillaume Gomez | -20/+30 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -14/+14 |
| 2020-11-05 | Improve automatic_links globally | Guillaume Gomez | -19/+18 |
| 2020-11-05 | Extend automatic_links lint to take into account URLs without link syntax | Guillaume Gomez | -27/+62 |
| 2020-11-05 | Add new lint for automatic_links improvements | Guillaume Gomez | -0/+98 |
| 2020-11-01 | Improve code in unindent_comment a bit more | Guillaume Gomez | -21/+22 |
| 2020-10-29 | Update tests | Guillaume Gomez | -6/+1 |
| 2020-10-29 | Change a bit how the first doc comment lines are handled | Guillaume Gomez | -38/+33 |
| 2020-10-26 | Add test for doc comments unindent fix | Guillaume Gomez | -32/+28 |
| 2020-10-26 | Fix unindent behavior between different doc comments | Guillaume Gomez | -56/+75 |
| 2020-10-15 | Rollup merge of #77753 - GuillaumeGomez:check-html-comments, r=jyn514 | Yuki Okushi | -53/+89 |
| 2020-10-14 | Handle multi-line HTML comments | Guillaume Gomez | -24/+22 |
| 2020-10-14 | Rollup merge of #77897 - GuillaumeGomez:cleanup-passes-mod, r=jyn514 | Dylan DPC | -170/+176 |
| 2020-10-13 | Clean up rustdoc passes | Guillaume Gomez | -170/+176 |
| 2020-10-13 | Add check for HTML comments | Guillaume Gomez | -5/+29 |
| 2020-10-13 | Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514 | bors | -15/+36 |
| 2020-10-12 | Clean up rustdoc HTML tags check pass | Guillaume Gomez | -54/+68 |
| 2020-10-12 | Improve lint level handling | Guillaume Gomez | -2/+4 |
| 2020-10-12 | Apply same treatment to MISSING_DOC_CODE_EXAMPLES | Guillaume Gomez | -6/+14 |
| 2020-10-12 | Inherit lint level from parents | Guillaume Gomez | -23/+17 |
| 2020-10-12 | rustdoc: skip allow missing doc in cover. report | Roman | -2/+19 |
| 2020-10-11 | Show summary lines on cross-crate re-exports | Joshua Nelson | -1/+4 |
| 2020-10-10 | Apply suggestions from code review | Dániel Buga | -16/+22 |
| 2020-10-10 | Refactor path resolution and use Symbols instead of &str | Dániel Buga | -115/+113 |
| 2020-10-10 | Apply suggestions from code review | Dániel Buga | -15/+14 |
| 2020-10-10 | Clean up hard to follow control flow | Dániel Buga | -42/+45 |
| 2020-10-10 | Clean up check_full_res | Dániel Buga | -22/+13 |
| 2020-10-10 | Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514 | bors | -1/+202 |
| 2020-10-11 | Rollup merge of #77754 - bugadani:find_map_relevant_impl, r=matthewjasper | Yuki Okushi | -10/+6 |
| 2020-10-09 | Use `next()` instead of `peek()` where possible | Camelid | -3/+3 |
| 2020-10-09 | Simplify included import items handling | Guillaume Gomez | -1/+1 |
| 2020-10-09 | Add find_map_relevant_impl | Dániel Buga | -10/+6 |