rust-analyzer/crates/ide-db/src
Nicolas Guichard 73d9c77f2a scip: Populate SymbolInformation::kind
SymbolInformation::kind is finer-grained than the SCIP symbol suffix.
This also fixes a bug where all type aliases where treated like type
parameters.

```
trait SomeTrait {
  type AssociatedType; // ← this is SomeTrait#[AssociatedType]
}

type MyTypeAlias = u8; // ← this used to be [MyTypeAlias]
                       //   and now is MyTypeAlias#
```
2024-01-03 13:05:36 +01:00
..
generated feat: generate descriptors for all unstable features 2023-10-09 09:36:47 +02:00
imports internal: Move out WithFixture into dev-dep only crate 2023-12-18 15:24:08 +01:00
syntax_helpers Emit builtin#format_args in builtin format_args expander 2023-09-06 18:08:20 +02:00
test_data Make functions in impl have a container name 2023-12-17 13:44:47 -05:00
tests feat: generate descriptors for all unstable features 2023-10-09 09:36:47 +02:00
active_parameter.rs ⬆️ rust-analyzer 2023-03-13 10:42:24 +02:00
apply_change.rs internal: Move out WithFixture into dev-dep only crate 2023-12-18 15:24:08 +01:00
assists.rs Merge commit 'aa9bc86125' into sync-from-ra 2023-06-05 12:04:23 +03:00
defs.rs scip: Populate SymbolInformation::kind 2024-01-03 13:05:36 +01:00
documentation.rs Don't trim trailing whitespace from doc comments 2023-12-10 20:54:22 +00:00
famous_defs.rs make generate_mut_trait_impl assist trigged for std trait only 2023-11-05 12:27:10 +08:00
helpers.rs Implicit format args support 2023-12-05 17:07:00 +01:00
items_locator.rs Partially revert #16101 2023-12-12 22:53:40 +01:00
label.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
lib.rs internal: Move out WithFixture into dev-dep only crate 2023-12-18 15:24:08 +01:00
path_transform.rs fix: rewrite code_action generate_delegate_trait 2023-12-13 11:22:42 +08:00
rename.rs fix: Deduplicate annotations 2023-12-19 08:49:00 +01:00
rust_doc.rs Remove markdown module from rust-analyzer crate 2023-09-02 17:27:52 +02:00
search.rs Implicit format args support 2023-12-05 17:07:00 +01:00
source_change.rs Bump itertools 2023-11-15 12:53:56 +02:00
symbol_index.rs Auto merge of #16139 - jimmyhmiller:master, r=Veykril 2024-01-02 14:08:37 +00:00
traits.rs internal: Move out WithFixture into dev-dep only crate 2023-12-18 15:24:08 +01:00
ty_filter.rs Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
use_trivial_constructor.rs Merge commit '9b3d03408c' into sync-from-ra 2023-08-21 12:44:09 +03:00