rust/crates/ide_db/src
Aleksey Kladov 6f269708e8 internal: get rid of a call to slow O(N) visibility_of function
Instead of inferring module's declared visibility by looking at the
scope of its parent, let's just remeber the declared visibility in the
DefMap.
2021-07-12 21:13:43 +03:00
..
call_info simplify 2021-05-28 20:46:09 +02:00
helpers Enable auto_import on ident patterns 2021-07-10 17:57:33 +02:00
line_index Make utf8 default, implement utf16 in terms of it 2021-02-16 19:17:32 +03:00
traits simplify 2021-05-28 20:46:09 +02:00
apply_change.rs Simplify eager macro representation 2021-05-19 20:19:08 +02:00
assists.rs internal: cut deps between assists and diagnostics 2021-06-14 17:45:17 +03:00
call_info.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
defs.rs internal: get rid of a call to slow O(N) visibility_of function 2021-07-12 21:13:43 +03:00
helpers.rs add 'for' postfix completion 2021-07-11 17:10:57 +04:30
items_locator.rs internal: remove one more needless extern crate 2021-07-11 15:48:49 +03:00
label.rs Cleanup ide_db imports 2021-03-27 21:51:00 +01:00
lib.rs Feat: inline generics in const and func trait completions 2021-06-17 19:54:28 -04:00
line_index.rs internal: use API stabilized in 1.52 2021-05-06 20:12:15 +03:00
path_transform.rs Feat: inline generics in const and func trait completions 2021-06-17 19:54:28 -04:00
rename.rs internal: more natural order of sources for TypeParam 2021-06-14 22:42:43 +03:00
search.rs Explicitly check for reference locals or fields in Name classification 2021-07-11 15:04:40 +02:00
source_change.rs Cleanup ide_db imports 2021-03-27 21:51:00 +01:00
symbol_index.rs Add more profiling for flyimports 2021-06-10 23:43:46 +03:00
traits.rs Cleanup ide_db imports 2021-03-27 21:51:00 +01:00
ty_filter.rs feat: Implement inline_method assist 2021-07-03 01:33:34 +02:00