summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2020-11-13Auto merge of #78826 - petrochenkov:mrscopes2, r=eddybbors-1/+1
2020-11-10Cleanup and comment intra-doc link passJoshua Nelson-167/+247
2020-11-07resolve: Collapse `macro_rules` scope chains on the flyVadim Petrochenkov-1/+1
2020-11-05Rename lint to non_autolinksGuillaume Gomez-15/+16
2020-11-05Improve lint even moreGuillaume Gomez-4/+5
2020-11-05Don't check for URLs inside codeblocksGuillaume Gomez-20/+30
2020-11-05Rename automatic_links to url_improvementsGuillaume Gomez-14/+14
2020-11-05Improve automatic_links globallyGuillaume Gomez-19/+18
2020-11-05Extend automatic_links lint to take into account URLs without link syntaxGuillaume Gomez-27/+62
2020-11-05Add new lint for automatic_links improvementsGuillaume Gomez-0/+98
2020-11-01Improve code in unindent_comment a bit moreGuillaume Gomez-21/+22
2020-10-29Update testsGuillaume Gomez-6/+1
2020-10-29Change a bit how the first doc comment lines are handledGuillaume Gomez-38/+33
2020-10-26Add test for doc comments unindent fixGuillaume Gomez-32/+28
2020-10-26Fix unindent behavior between different doc commentsGuillaume Gomez-56/+75
2020-10-15Rollup merge of #77753 - GuillaumeGomez:check-html-comments, r=jyn514Yuki Okushi-53/+89
2020-10-14Handle multi-line HTML commentsGuillaume Gomez-24/+22
2020-10-14Rollup merge of #77897 - GuillaumeGomez:cleanup-passes-mod, r=jyn514Dylan DPC-170/+176
2020-10-13Clean up rustdoc passesGuillaume Gomez-170/+176
2020-10-13Add check for HTML commentsGuillaume Gomez-5/+29
2020-10-13Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514bors-15/+36
2020-10-12Clean up rustdoc HTML tags check passGuillaume Gomez-54/+68
2020-10-12Improve lint level handlingGuillaume Gomez-2/+4
2020-10-12Apply same treatment to MISSING_DOC_CODE_EXAMPLESGuillaume Gomez-6/+14
2020-10-12Inherit lint level from parentsGuillaume Gomez-23/+17
2020-10-12rustdoc: skip allow missing doc in cover. reportRoman-2/+19
2020-10-11Show summary lines on cross-crate re-exportsJoshua Nelson-1/+4
2020-10-10Apply suggestions from code reviewDániel Buga-16/+22
2020-10-10Refactor path resolution and use Symbols instead of &strDániel Buga-115/+113
2020-10-10Apply suggestions from code reviewDániel Buga-15/+14
2020-10-10Clean up hard to follow control flowDániel Buga-42/+45
2020-10-10Clean up check_full_resDániel Buga-22/+13
2020-10-10Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514bors-1/+202
2020-10-11Rollup merge of #77754 - bugadani:find_map_relevant_impl, r=matthewjasperYuki Okushi-10/+6
2020-10-09Use `next()` instead of `peek()` where possibleCamelid-3/+3
2020-10-09Simplify included import items handlingGuillaume Gomez-1/+1
2020-10-09Add find_map_relevant_implDániel Buga-10/+6
2020-10-08Allow generic parameters in intra-doc linksCamelid-1/+202
2020-10-08Use the new module information for intra-doc linksJoshua Nelson-44/+66
2020-10-08Preserve the parent module of `DocFragment`sJoshua Nelson-4/+12
2020-10-07Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514bors-0/+195
2020-10-04Rollup merge of #77513 - jyn514:refactor-doc-fragments, r=GuillaumeGomezJonas Schievink-52/+24
2020-10-03Change DocFragments from enum variant fields to structs with a nested enumJoshua Nelson-52/+24
2020-10-03Enforce closing HTML tags to have a ">" characterGuillaume Gomez-0/+20
2020-10-03Use char_indices() instead of chars() to prevent more than one-byte character...Guillaume Gomez-16/+5
2020-10-03Correctly handle unicode characters and tags being open just before the end o...Guillaume Gomez-16/+42
2020-10-03Don't warn if the tag is nested inside a <script> or inside a <style>Guillaume Gomez-1/+4
2020-10-03Improve codeGuillaume Gomez-7/+15
2020-10-03Fix visitor for invalid_html_tag lintGuillaume Gomez-2/+2
2020-10-03Make invalid_html_tags lint only run on nightly and being allowed by defaultGuillaume Gomez-4/+7