about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src
AgeCommit message (Collapse)AuthorLines
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-1/+1
2021-09-15Use explicit log level in tracing instrument macroTomasz Miąsko-10/+10
Specify a log level in tracing instrument macro explicitly. Additionally reduce the used log level from a default info level to a debug level (all of those appear to be developer oriented logs, so there should be no need to include them in release builds).
2021-09-08Rebase fallout.Camille GILLOT-0/+1
2021-09-07Move monomorphize code to its own crate.Camille GILLOT-0/+3067