| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-10-08 | Allow generic parameters in intra-doc links | Camelid | -1/+202 |
| 2020-10-08 | Use the new module information for intra-doc links | Joshua Nelson | -44/+66 |
| 2020-10-08 | Preserve the parent module of `DocFragment`s | Joshua Nelson | -4/+12 |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -0/+195 |
| 2020-10-04 | Rollup merge of #77513 - jyn514:refactor-doc-fragments, r=GuillaumeGomez | Jonas Schievink | -52/+24 |
| 2020-10-03 | Change DocFragments from enum variant fields to structs with a nested enum | Joshua Nelson | -52/+24 |
| 2020-10-03 | Enforce closing HTML tags to have a ">" character | Guillaume Gomez | -0/+20 |
| 2020-10-03 | Use char_indices() instead of chars() to prevent more than one-byte character... | Guillaume Gomez | -16/+5 |
| 2020-10-03 | Correctly handle unicode characters and tags being open just before the end o... | Guillaume Gomez | -16/+42 |
| 2020-10-03 | Don't warn if the tag is nested inside a <script> or inside a <style> | Guillaume Gomez | -1/+4 |
| 2020-10-03 | Improve code | Guillaume Gomez | -7/+15 |
| 2020-10-03 | Fix visitor for invalid_html_tag lint | Guillaume Gomez | -2/+2 |
| 2020-10-03 | Make invalid_html_tags lint only run on nightly and being allowed by default | Guillaume Gomez | -4/+7 |
| 2020-10-03 | Improve invalid_html_tags lint span | Guillaume Gomez | -41/+47 |
| 2020-10-03 | Add `unclosed_html_tags` lint | Guillaume Gomez | -0/+140 |
| 2020-10-02 | Improve error messages | Camelid | -5/+4 |
| 2020-10-02 | Use old error when there's partial resolution | Camelid | -5/+10 |
| 2020-10-02 | Remove unhelpful help message | Camelid | -1/+2 |
| 2020-10-02 | Improve rustdoc error for failed intra-doc link resolution | Camelid | -4/+4 |
| 2020-09-29 | Auto merge of #77253 - jyn514:crate-link, r=Manishearth | bors | -1/+12 |
| 2020-09-27 | Resolve `crate` properly across crates | Joshua Nelson | -1/+12 |
| 2020-09-27 | Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate... | Joshua Nelson | -8/+13 |
| 2020-09-27 | Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio | bors | -231/+204 |
| 2020-09-24 | Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearth | bors | -8/+2 |
| 2020-09-23 | Unify primitive errors with other intra-link errors | Joshua Nelson | -34/+14 |
| 2020-09-23 | Fix intra-doc links for primitives | Joshua Nelson | -6/+14 |
| 2020-09-23 | Perform most diagnostic lookups in `resolution_failure` | Joshua Nelson | -206/+191 |
| 2020-09-16 | Rollup merge of #76642 - GuillaumeGomez:ignored-private-doc-test, r=jyn514 | Tyler Mandry | -10/+6 |