summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2021-01-20Remove FIXMECamelid-1/+0
2021-01-20Update `find_nearest_parent_module`Camelid-2/+7
2021-01-20Add missing code to `find_closest_parent_module`Camelid-9/+1
2021-01-20Fix bugs; fix and add testsCamelid-20/+2
2020-12-25Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkovDylan DPC-4/+4
2020-12-22Auto merge of #80071 - jyn514:timings, r=Mark-Simulacrumbors-15/+19
2020-12-21Rename rustc_middle::lint::LintSourcepierwill-4/+4
2020-12-20Get rid of `locate()` in markdown handlingJoshua Nelson-34/+28
2020-12-16Replace String with Symbol where possibleGuillaume Gomez-16/+20
2020-12-16Add more timing info to rustdocJoshua Nelson-15/+19
2020-12-15Don't look for blanket impls in intra-doc linksJoshua Nelson-69/+14
2020-12-15Auto merge of #80044 - jyn514:smaller-name, r=GuillaumeGomezbors-2/+9
2020-12-14Switch to Symbol for item.nameJoshua Nelson-2/+9
2020-12-14Review suggestionsDániel Buga-79/+87
2020-12-14Cache link resolution results in current moduleDániel Buga-14/+79
2020-12-13Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPCYuki Okushi-2/+1
2020-12-12Auto merge of #79976 - jyn514:assertion-failure, r=jyn514bors-1/+1
2020-12-12Remove incorrect assertJoshua Nelson-1/+1
2020-12-12Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomezbors-9/+6
2020-12-12Calculate span info on-demand instead of ahead of timeJoshua Nelson-9/+6
2020-12-11don't convert types into identical types with .into() (clippy::useless_conver...Matthias Krüger-2/+1
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-1/+27
2020-12-07Review feedback for collect_intra_doc_links.rsEric Arellano-2/+3
2020-12-07Dogfood 'str_split_once() with librustdocEric Arellano-3/+4
2020-12-02Use `item_name` instead of pretty printingJoshua Nelson-4/+9
2020-11-29Remove `TypeKind` hack in favor of `with_crate_prefix`Joshua Nelson-9/+3
2020-11-29Fix intra-doc links for `Self` on primitivesJoshua Nelson-123/+62
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