rust/compiler/rustc_interface/src
Nicholas Nethercote 9ee0192095 Add prefix to every line of -Zhir-stats output.
This is based on `-Zprint-type-sizes` which does the same thing. It
makes the output provenance clearer, and helps with post-processing.
E.g. if you have `-Zhir-stats` output from numerous compiler invocations
you can now easily extract the pre-expansion stats separately from the
post-expansion stats.
2022-08-29 06:35:14 +10:00
..
callbacks.rs typo 2022-05-23 22:51:34 +02:00
errors.rs Remove use of DiagnosticArgFromDisplay 2022-08-22 20:09:18 +02:00
interface.rs Adjust cfgs 2022-08-12 16:28:15 -04:00
lib.rs Deny diagnostic lints in rustc_interface 2022-08-22 13:22:09 +02:00
passes.rs Add prefix to every line of -Zhir-stats output. 2022-08-29 06:35:14 +10:00
proc_macro_decls.rs update Finder to store LocalDefId 2022-04-09 14:00:22 -04:00
queries.rs Remove use of DiagnosticArgFromDisplay 2022-08-22 20:09:18 +02:00
tests.rs Adjust cfgs 2022-08-12 16:28:15 -04:00
util.rs Adjust cfgs 2022-08-12 16:28:15 -04:00