| Age | Commit message (Expand) | Author | Lines |
| 2020-11-05 | Improve lint even more | Guillaume Gomez | -0/+2 |
| 2020-11-05 | Don't check for URLs inside codeblocks | Guillaume Gomez | -20/+24 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -4/+4 |
| 2020-11-05 | Improve automatic_links globally | Guillaume Gomez | -3/+137 |
| 2020-11-05 | Extend automatic_links lint to take into account URLs without link syntax | Guillaume Gomez | -9/+17 |
| 2020-11-05 | Add tests for automatic_links lint | Guillaume Gomez | -0/+40 |
| 2020-10-15 | Rollup merge of #77753 - GuillaumeGomez:check-html-comments, r=jyn514 | Yuki Okushi | -1/+21 |
| 2020-10-15 | Rollup merge of #77570 - GuillaumeGomez:whitespace-doc-alias, r=jyn514,ollie27 | Yuki Okushi | -8/+15 |
| 2020-10-14 | Handle multi-line HTML comments | Guillaume Gomez | -2/+6 |
| 2020-10-13 | Add check for HTML comments | Guillaume Gomez | -1/+17 |
| 2020-10-13 | Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514 | bors | -0/+68 |
| 2020-10-12 | Extend test to ensure that items inherit lint level from the parent | Guillaume Gomez | -0/+2 |
| 2020-10-12 | Apply same treatment to MISSING_DOC_CODE_EXAMPLES | Guillaume Gomez | -0/+20 |
| 2020-10-12 | Inherit lint level from parents | Guillaume Gomez | -2/+10 |
| 2020-10-12 | rustdoc: skip allow missing doc in cover. report | Roman | -0/+38 |
| 2020-10-10 | Apply suggestions from code review | Dániel Buga | -1/+20 |
| 2020-10-10 | Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514 | bors | -1/+122 |
| 2020-10-09 | Remove unneeded ImportItem on glob ones | Guillaume Gomez | -13/+2 |
| 2020-10-09 | Add test to ensure that external items aren't lint-checked | Guillaume Gomez | -2/+14 |
| 2020-10-09 | Add test for reexported items lints | Guillaume Gomez | -0/+31 |
| 2020-10-08 | Allow generic parameters in intra-doc links | Camelid | -1/+122 |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -1/+180 |
| 2020-10-06 | Enforce whitespace ascii character check for doc alias | Guillaume Gomez | -1/+15 |
| 2020-10-05 | Allow ascii whitespace char for doc aliases | Guillaume Gomez | -9/+2 |
| 2020-10-05 | Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasper | Dylan DPC | -0/+20 |
| 2020-10-04 | Enforce crate level attributes checks | Guillaume Gomez | -4/+13 |
| 2020-10-04 | Rollup merge of #77469 - camelid:rustdoc-better-failed-res-error, r=jyn514 | Yuki Okushi | -35/+35 |
| 2020-10-03 | Add test for #[doc(alias = "...")] at crate level | Guillaume Gomez | -0/+11 |
| 2020-10-03 | Enforce closing HTML tags to have a ">" character | Guillaume Gomez | -2/+14 |
| 2020-10-03 | Use char_indices() instead of chars() to prevent more than one-byte character... | Guillaume Gomez | -32/+38 |
| 2020-10-03 | Correctly handle unicode characters and tags being open just before the end o... | Guillaume Gomez | -13/+30 |
| 2020-10-03 | Don't warn if the tag is nested inside a <script> or inside a <style> | Guillaume Gomez | -0/+22 |
| 2020-10-03 | Add test for invalid_html_tag lint in deny(rustdoc) | Guillaume Gomez | -1/+25 |
| 2020-10-03 | Improve code | Guillaume Gomez | -6/+43 |
| 2020-10-03 | Improve invalid_html_tags lint span | Guillaume Gomez | -41/+28 |
| 2020-10-03 | Add test for unclosed_html_tag lint | Guillaume Gomez | -65/+89 |
| 2020-10-03 | Add `unclosed_html_tags` lint | Guillaume Gomez | -5/+55 |
| 2020-10-02 | Improve error messages | Camelid | -35/+35 |
| 2020-10-02 | Use old error when there's partial resolution | Camelid | -4/+4 |
| 2020-10-02 | Remove unhelpful help message | Camelid | -63/+19 |
| 2020-10-02 | Improve rustdoc error for failed intra-doc link resolution | Camelid | -54/+98 |
| 2020-10-02 | Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk... | Jonas Schievink | -1/+39 |
| 2020-10-02 | Update tests | Guillaume Gomez | -1/+39 |
| 2020-09-27 | Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate... | Joshua Nelson | -4/+4 |
| 2020-09-27 | Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio | bors | -48/+92 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -1/+1 |
| 2020-09-23 | Unify primitive errors with other intra-link errors | Joshua Nelson | -8/+32 |
| 2020-09-23 | Fix intra-doc links for primitives | Joshua Nelson | -4/+1 |
| 2020-09-23 | Perform most diagnostic lookups in `resolution_failure` | Joshua Nelson | -47/+70 |
| 2020-09-16 | Rollup merge of #76642 - GuillaumeGomez:ignored-private-doc-test, r=jyn514 | Tyler Mandry | -2/+14 |