about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2020-11-24Rollup merge of #79321 - camelid:intra-doc-bang, r=ManishearthJonas Schievink-1/+1
2020-11-23Apply `doc(cfg)` from parent items while collecting trait implsWim Looman-1/+27
2020-11-22Accept '!' in intra-doc linksCamelid-1/+1
2020-11-22Make `fold_item_recur` non-nullableJoshua Nelson-26/+24
2020-11-18Fix rustdoc: Referencing methods on extern_types does not resolve #78777: han...Hannah McLaughlin-1/+8
2020-11-17Use DefPath for clean::Visibility, not clean::PathJoshua Nelson-5/+3
2020-11-17Rollup merge of #79097 - GuillaumeGomez:code-block-invalid-html-tag-lint, r=j...Mara Bos-2/+5
2020-11-16Don't warn about invalid HTML tags in code blocksGuillaume Gomez-2/+5
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-66/+66
2020-11-15Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkovJonas Schievink-15/+15
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-7/+3
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-15/+15
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-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-7/+3
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