rust-analyzer/crates/ide-db/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
..
generated Regenerate lints table 2024-03-04 17:42:18 +01:00
imports fix: Tracing span names should match function names 2024-04-30 11:22:47 -07:00
prime_caches internal: Remove load-cargo dependency on ide 2024-02-28 16:59:04 +01:00
syntax_helpers minor: Update comments in format_string_exprs 2024-03-07 16:08:20 -05:00
test_data Make functions in impl have a container name 2023-12-17 13:44:47 -05:00
active_parameter.rs nonminimal_bool 2024-01-19 17:31:01 +01:00
apply_change.rs Update per_query_memory_usage query listing 2024-04-17 18:44:50 +02:00
assists.rs Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
defs.rs internal: Use assoc items as anchors for spans 2024-03-15 09:28:39 +01:00
documentation.rs fix: handle escaped chars in doc comments 2024-04-19 14:57:37 +08:00
famous_defs.rs Cleanup term search related changes 2024-02-11 14:35:54 +02:00
helpers.rs internal: Improve rooted upmapping 2024-03-12 13:46:58 +01:00
items_locator.rs internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
label.rs fix: Fix impl Trait<Self> causing stackoverflows 2024-04-15 15:41:20 +02:00
lib.rs Split SymbolKind::Function into Function and Method 2024-03-17 11:07:22 +01:00
path_transform.rs Add static method tactic 2024-02-11 13:33:29 +02:00
prime_caches.rs fix: Tracing span names should match function names 2024-04-30 11:22:47 -07:00
rename.rs CrateOrigin::Local means local to the project workspace, not cargo workspace 2024-02-16 16:28:17 +01:00
rust_doc.rs Remove markdown module from rust-analyzer crate 2023-09-02 17:27:52 +02:00
search.rs ide: improve ReferenceCategoryType 2024-04-16 17:17:46 +01:00
source_change.rs Remove SourceChangeBuilder::{insert,remove}_snippet 2024-02-15 21:34:29 -05:00
symbol_index.rs fix: Fix expression scopes not being calculated for inline consts 2024-04-25 09:49:19 +02:00
traits.rs Deduplicate some code 2024-02-10 01:51:22 +01:00
ty_filter.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
use_trivial_constructor.rs Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-ra 2023-08-21 12:44:09 +03:00