rust-analyzer/crates/ide_db/src
2021-03-18 21:36:52 +01:00
..
call_info Fix incorrect newline emission in Attrs::docs 2021-03-17 17:00:08 +01:00
helpers Fix associated items not being appended to paths in import_assets 2021-03-18 21:36:52 +01:00
line_index Make utf8 default, implement utf16 in terms of it 2021-02-16 19:17:32 +03:00
traits Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
apply_change.rs Rename item_tree query to file_item_tree 2021-03-18 01:53:37 +01:00
call_info.rs Fix incorrect newline emission in Attrs::docs 2021-03-17 17:00:08 +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 Less lifetines: derive SemanticsScope in place 2021-03-08 23:59:20 +02:00
label.rs Introduce Label 2020-08-18 16:50:07 +02:00
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 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 Support unions in symbol search 2021-01-24 01:32:52 +01:00
traits.rs Extract tests module to file in ide_db crate 2020-12-04 00:05:39 +09:00
ty_filter.rs replace_if_let_with_match: don't assume sad pattern 2021-01-22 23:29:51 +01:00