rust/crates/ide_db/src
2022-04-25 18:51:59 +02:00
..
generated internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
imports Merge #11865 2022-04-03 18:46:45 +00:00
syntax_helpers Wrap macros in expr position in MacroExpr node 2022-04-05 17:43:34 +02:00
test_data fix symbol index collection not collecting legacy macros 2022-03-09 01:44:20 +01:00
tests ⬆️ xshell 2022-03-14 14:57:24 +00:00
active_parameter.rs signature help: skip lifetimes when non-lifetime arguments are present 2022-03-22 16:44:27 +01:00
apply_change.rs Preserve order of generic args 2022-03-04 11:46:14 +03:30
assists.rs Allows triggering commands after an assist edit 2022-04-19 18:45:48 +02:00
defs.rs internal: Remove PathResolution::AssocItem 2022-04-01 18:32:05 +02:00
famous_defs.rs Simplify 2022-04-10 20:02:06 +02:00
helpers.rs fix: Fix runnables trying to add doc tests in the crate root from #[macro_export] macros 2022-03-18 12:01:59 +01:00
items_locator.rs fix clippy::useless_conversion 2022-03-12 16:50:49 +01:00
label.rs
lib.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
line_index.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
path_transform.rs internal: Remove PathResolution::AssocItem 2022-04-01 18:32:05 +02:00
rename.rs fix: move dir on rename mod 2022-04-12 23:01:53 +09:00
rust_doc.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
search.rs fix: Fix ide_db::search not searching bodies of attributed items 2022-04-23 16:36:11 +02:00
source_change.rs fix: move dir on rename mod 2022-04-12 23:01:53 +09:00
symbol_index.rs fix clippy::map_flatten 2022-03-12 16:50:49 +01:00
traits.rs Account for macros in get_missing_assoc_items 2022-04-08 18:05:34 +02:00
ty_filter.rs