rust-analyzer/crates/ide-completion/src
David Barsky e1ea7c8844 internal: switch to tracing from log
This commit also adds `tracing` to NotificationDispatcher/RequestDispatcher,
bumps `rust-analyzer-salsa` to 0.17.0-pre.6, `always-assert` to 0.2, and
removes the homegrown `hprof` implementation in favor of a vendored
tracing-span-tree.
2024-01-30 12:27:31 -05:00
..
completions internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
context internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
render internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
tests normalize use trees when merging imports 2024-01-28 11:55:01 +03:00
completions.rs Re-order mod declarations 2024-01-27 11:02:34 +01:00
config.rs Add config for preferring / ignoring prelude modules in find_path 2023-11-11 14:56:38 +01:00
context.rs internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
item.rs internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
lib.rs internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
render.rs internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
snippet.rs Always render the path to be imported in the completion detail 2023-12-11 18:37:12 +01:00
tests.rs Re-order mod declarations 2024-01-27 11:02:34 +01:00