rust/crates/ide_db/src
2021-03-22 13:39:13 +08:00
..
call_info Fix incorrect newline emission in Attrs::docs 2021-03-17 17:00:08 +01:00
helpers Reexport PrefixKind to remove deps to hir 2021-03-22 13:39:13 +08:00
line_index
traits
apply_change.rs Rename item_tree query to file_item_tree 2021-03-18 01:53:37 +01:00
call_info.rs Don't use an untyped String for ActiveParam tracking 2021-03-20 23:22:09 +01:00
defs.rs avoid converting types into themselves via .into() (clippy::useless-conversion) 2021-03-17 01:27:56 +01:00
helpers.rs move Semantics::visit_file_defs to ide_db::helpers 2021-03-15 12:18:52 +01:00
items_locator.rs Fix the profile string 2021-03-21 11:45:37 +02:00
label.rs
lib.rs Move code to the appropriate layer 2021-03-15 12:55:27 +03:00
line_index.rs
search.rs use simpler .map(|x| y) instead of .and_then(|x| Some(y)) for Options. (clippy::bind_instead_of_map) 2021-03-17 02:36:29 +01:00
source_change.rs Fixed remaining references to AnalysisChange (now: Change) 2021-02-28 12:57:41 +01:00
symbol_index.rs Use smart case in flyimport items lookup 2021-03-21 11:45:37 +02:00
traits.rs
ty_filter.rs