rust-analyzer/crates/ide_db/src
2021-02-24 11:58:37 +01:00
..
call_info Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
helpers De Morgan's Law assist now correctly inverts <, <=, >, >=. 2021-02-24 11:58:37 +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 Use cfg(target_arch) instead of a Cargo feature 2021-02-16 18:50:06 +01:00
call_info.rs Extract tests module to file in ide_db crate 2020-12-04 00:05:39 +09:00
defs.rs Don't classify attribute macros as their path unless it's a function with the proc_macro_attribute attribute 2021-02-13 22:11:31 +01:00
helpers.rs De Morgan's Law assist now correctly inverts <, <=, >, >=. 2021-02-24 11:58:37 +01:00
imports_locator.rs Draft the working completion 2021-01-17 02:57:34 +02:00
label.rs Introduce Label 2020-08-18 16:50:07 +02:00
lib.rs Partially unify SymbolKind and CompletionItemKind 2021-01-20 18:39:46 +01:00
line_index.rs Make utf8 default, implement utf16 in terms of it 2021-02-16 19:17:32 +03:00
search.rs Pickup ConstReference patterns in FindUsages 2021-02-23 23:31:53 +01:00
source_change.rs Make always-assert crate reusable 2021-01-26 22:13:42 +03: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