rust/src/librustdoc/passes
2021-09-17 00:39:15 +02:00
..
collect_intra_doc_links Fix the bugs and add a regression test 2021-08-26 16:58:25 +00:00
unindent_comments Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
bare_urls.rs Use summary_opts() for Markdown summaries 2021-09-03 17:10:52 -07:00
calculate_doc_coverage.rs Don't require documentation for fields in an enum tuple variant or for tuple struct fields. 2021-09-10 10:49:42 +02:00
check_code_block_syntax.rs Use smaller spans for some structured suggestions 2021-08-12 09:52:38 +00:00
collect_intra_doc_links.rs Fix broken handling of primitive items 2021-09-12 02:30:24 +00:00
collect_trait_impls.rs don't use .into() to convert types to identical types (clippy::useless_conversion) 2021-08-03 10:17:57 +02:00
doc_test_lints.rs Don't lint about missing code examples in derived traits 2021-09-17 00:39:15 +02:00
html_tags.rs Use summary_opts() for Markdown summaries 2021-09-03 17:10:52 -07:00
mod.rs Revert "Revert "Don't load all extern crates unconditionally"" 2021-08-22 15:25:42 +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 Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" 2021-07-05 19:51:54 +02:00
strip_priv_imports.rs Take &mut DocContext in passes 2021-02-16 20:58:38 -05:00
strip_private.rs rustdoc: Replace FakeDefId with new ItemId type 2021-07-05 19:49:43 +02:00
stripper.rs Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notriddle 2021-08-31 17:54:54 +02:00
unindent_comments.rs Take &mut DocContext in passes 2021-02-16 20:58:38 -05:00