rust/crates/ide_db/src
Aleksey Kladov 55ba353b39 Don't expose SyntaxKind from IDE API
SyntaxKind is somewhat of an internal type, but IDE is using it to
basically specify an icon. Let's have a dedicated entity for this
instead.
2020-12-18 19:28:48 +03:00
..
call_info Extract tests module to file in ide_db crate 2020-12-04 00:05:39 +09:00
helpers Do not merge imports with different attributes 2020-12-18 15:29:37 +01:00
line_index Extract tests module to file in ide_db crate 2020-12-04 00:05:39 +09:00
traits Extract tests module to file in ide_db crate 2020-12-04 00:05:39 +09:00
apply_change.rs Remove module_lang_items 2020-12-17 00:26:01 +01:00
call_info.rs Extract tests module to file in ide_db crate 2020-12-04 00:05:39 +09:00
defs.rs Rename ImplDef -> Impl 2020-12-17 14:36:15 +03:00
helpers.rs Move the helpers into ide_db 2020-11-28 16:30:39 +02:00
imports_locator.rs Tweak the search query params for better lookup speed 2020-12-08 15:05:09 +02:00
label.rs Introduce Label 2020-08-18 16:50:07 +02:00
lib.rs Introduce anchored_path 2020-12-09 19:07:05 +03:00
line_index.rs Extract tests module to file in ide_db crate 2020-12-04 00:05:39 +09:00
search.rs Rename ImplDef -> Impl 2020-12-17 14:36:15 +03:00
source_change.rs Introduce anchored_path 2020-12-09 19:07:05 +03:00
symbol_index.rs Don't expose SyntaxKind from IDE API 2020-12-18 19:28:48 +03:00
traits.rs Extract tests module to file in ide_db crate 2020-12-04 00:05:39 +09:00
ty_filter.rs Remove dependency on 'assists' from 'completion' crate 2020-10-24 10:47:23 +03:00