rust/compiler/rustc_incremental/src
Dylan DPC e50105e3f5
Rollup merge of #95434 - cjgillot:dump-dep-kind, r=oli-obk
Only output DepKind in dump-dep-graph.

When printing the whole DepNode, the output file is simply too massive to
be actually useful for profiling.

This trimmed down version mixes a lot of information together, but it also
allows to ask questions such that "why does this query ever access HIR?".
2022-04-21 20:55:18 +02:00
..
persist replace tcx.hir().item with tcx.def_span query 2022-04-09 12:51:56 -04:00
assert_dep_graph.rs Only output DepKind in dump-dep-graph. 2022-03-29 16:42:49 +02:00
assert_module_sources.rs check_doc_keyword: don't alloc string for emptiness check 2022-04-08 11:45:57 +03:00
lib.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00