about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
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
2020-10-03Improve invalid_html_tags lint spanGuillaume Gomez-41/+47
2020-10-03Add `unclosed_html_tags` lintGuillaume Gomez-0/+140
2020-10-02Improve error messagesCamelid-5/+4
2020-10-02Use old error when there's partial resolutionCamelid-5/+10
2020-10-02Remove unhelpful help messageCamelid-1/+2
2020-10-02Improve rustdoc error for failed intra-doc link resolutionCamelid-4/+4
2020-09-29Auto merge of #77253 - jyn514:crate-link, r=Manishearthbors-1/+12
2020-09-27Resolve `crate` properly across cratesJoshua Nelson-1/+12
2020-09-27Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate...Joshua Nelson-8/+13
2020-09-27Auto merge of #76955 - jyn514:refactor-diagnostics, r=eucliobors-231/+204
2020-09-24Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearthbors-8/+2
2020-09-23Unify primitive errors with other intra-link errorsJoshua Nelson-34/+14
2020-09-23Fix intra-doc links for primitivesJoshua Nelson-6/+14
2020-09-23Perform most diagnostic lookups in `resolution_failure`Joshua Nelson-206/+191
2020-09-16Rollup merge of #76642 - GuillaumeGomez:ignored-private-doc-test, r=jyn514Tyler Mandry-10/+6