rust-analyzer/crates/hir/src
Wilfred Hughes c981ff0944 fix: Tracing span names should match function names
When viewing traces, it's slightly confusing when the span name doesn't
match the function name. Ensure the names are consistent.

(It might be worth moving most of these to use #[tracing::instrument]
so the name can never go stale. @davidbarsky suggested that is marginally
slower, so I've just done the simple change here.)
2024-04-30 11:22:47 -07:00
..
semantics fix: Tracing span names should match function names 2024-04-30 11:22:47 -07:00
term_search chore: remove repetitive words 2024-03-19 22:14:13 +08:00
attrs.rs fix: Ignore generic arguments in intra doc link path resolution 2024-02-28 14:47:47 +01:00
db.rs Update per_query_memory_usage query listing 2024-04-17 18:44:50 +02:00
diagnostics.rs different error code based on variant 2024-04-23 20:54:03 +08:00
display.rs fix: remove space within {} when no fields in struct 2024-04-20 10:07:33 +08:00
from_id.rs Eagerly lower enum variants in CrateDefMap construction 2024-01-15 10:24:14 +01:00
has_source.rs internal: Improve rooted upmapping 2024-03-12 13:46:58 +01:00
lib.rs fix: Tracing span names should match function names 2024-04-30 11:22:47 -07:00
semantics.rs fix: Tracing span names should match function names 2024-04-30 11:22:47 -07:00
source_analyzer.rs internal: Treat the self param as different from patterns when lowering 2024-03-11 09:46:28 +01:00
symbols.rs internal: Improve rooted upmapping 2024-03-12 13:46:58 +01:00
term_search.rs Add make_tuple tactic 2024-02-26 20:17:09 +02:00