rust/src/librustdoc/passes
Mark Rousskov 0347480151 Don't store all traits in DocContext
This is already a query so we're just needlessly copying the data
around.
2019-08-11 10:36:46 -04:00
..
unindent_comments librustdoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
calculate_doc_coverage.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
check_code_block_syntax.rs adapt rustdoc to infailable lexer 2019-08-05 13:15:12 +03:00
collapse_docs.rs Store typed Passes 2019-08-11 10:36:46 -04:00
collect_intra_doc_links.rs Fix calls to resolver from rustdoc and HIR lowering 2019-08-10 13:16:06 +03:00
collect_trait_impls.rs Don't store all traits in DocContext 2019-08-11 10:36:46 -04:00
mod.rs Store typed Passes 2019-08-11 10:36:46 -04:00
private_items_doc_tests.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
propagate_doc_cfg.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
strip_hidden.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
strip_priv_imports.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
strip_private.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
unindent_comments.rs librustdoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00