rust/src/librustdoc/passes
Yuki Okushi 83d9b1bb02
Rollup merge of #86334 - LeSeulArtichaut:86120-links-type-aliases, r=jyn514
Resolve type aliases to the type they point to in intra-doc links

This feels a bit sketchy, but I think it's better than just rejecting the link.
Helps with #86120, r? ``@jyn514``
2021-06-22 07:37:49 +09:00
..
collect_intra_doc_links Move crate loader to collect_intra_doc_links::early 2021-04-11 16:00:26 -04:00
unindent_comments Simplify docfragment transformation in unindent tests 2021-01-02 19:16:27 +01:00
bare_urls.rs Add attr_span helper function 2021-04-24 19:14:27 -04:00
calculate_doc_coverage.rs Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister 2021-05-12 11:05:56 +00:00
check_code_block_syntax.rs Fix rebase conflicts 2021-05-17 23:33:04 -04:00
collect_intra_doc_links.rs Rollup merge of #86334 - LeSeulArtichaut:86120-links-type-aliases, r=jyn514 2021-06-22 07:37:49 +09:00
collect_trait_impls.rs manually crafted revert of PR #80653, to address issue #82465. 2021-06-10 09:48:58 +00:00
doc_test_lints.rs Remove FakeDefId::expect_local() 2021-05-08 15:35:44 -07:00
html_tags.rs Add attr_span helper function 2021-04-24 19:14:27 -04:00
mod.rs Auto merge of #84030 - jyn514:no-blanket-impls, r=GuillaumeGomez 2021-04-09 13:52:56 +00:00
propagate_doc_cfg.rs cfg taken out of Attributes, put in Item 2021-04-27 10:29:58 +02:00
strip_hidden.rs rustdoc: Remove unnecessary StripItem wrapper 2021-05-04 21:56:27 -04:00
strip_priv_imports.rs Take &mut DocContext in passes 2021-02-16 20:58:38 -05:00
strip_private.rs Add type to differentiate between fake and real DefId's 2021-05-04 19:34:12 +02:00
stripper.rs rustdoc: Remove unnecessary StripItem wrapper 2021-05-04 21:56:27 -04:00
unindent_comments.rs Take &mut DocContext in passes 2021-02-16 20:58:38 -05:00