rust/crates/ide_db/src
2021-03-23 11:32:10 +01:00
..
call_info Fix incorrect newline emission in Attrs::docs 2021-03-17 17:00:08 +01:00
helpers rewrite merge use trees assist to use muatable syntax trees 2021-03-22 20:47:46 +03:00
line_index Make utf8 default, implement utf16 in terms of it 2021-02-16 19:17:32 +03:00
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 Make utf8 default, implement utf16 in terms of it 2021-02-16 19:17:32 +03:00
search.rs Set up a search scope when searching for mbe macro references 2021-03-23 11:32:10 +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 replace_if_let_with_match: don't assume sad pattern 2021-01-22 23:29:51 +01:00