1
Fork 0
rust/compiler/rustc_resolve/src
许杰友 Jieyou Xu (Joe) 3e26673b29
Rollup merge of #135676 - yotamofek:resolve-cleanups, r=BoxyUwU
rustc_resolve: use structured fields in traces

I think this crate was written before `tracing` was adopted, and was manually writing fields into trace logs instead of using structured fields.

I kept function names in the trace messages even though I added `#[instrument]` invocations so that the events will be in named spans, wasn't sure if spans are always printed.
2025-01-20 21:45:06 +08:00
..
late Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
build_reduced_graph.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
check_unused.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
def_collector.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
diagnostics.rs Rollup merge of #135676 - yotamofek:resolve-cleanups, r=BoxyUwU 2025-01-20 21:45:06 +08:00
effective_visibilities.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
errors.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
ident.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
imports.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
late.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
lib.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
macros.rs Auto merge of #135754 - jieyouxu:rollup-j4q1hpr, r=jieyouxu 2025-01-20 10:35:43 +00:00
rustdoc.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00