rust-analyzer/crates/ide_db/src
Aleksey Kladov 2ae31e34b1 Rename ImplDef -> Impl
We used to have `Def` suffix for all symbols, but we moved off from
that. `FunctionDef` isn't better than `Function`. Looks like we've
forgot to change `Impl` though!
2020-12-17 14:36:15 +03:00
..
call_info Extract tests module to file in ide_db crate 2020-12-04 00:05:39 +09:00
helpers Normalize spelling to American English 2020-12-10 17:51:56 +03: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 Lifetime reference search 2020-12-16 22:21:01 +01: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