aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db/src/symbol_index.rs
Commit message (Collapse)AuthorAgeFilesLines
* Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-181-8/+40
| | | | | | SyntaxKind is somewhat of an internal type, but IDE is using it to basically specify an icon. Let's have a dedicated entity for this instead.
* Lifetime reference searchLukas Wirth2020-12-161-2/+1
|
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-7/+1
|
* Rename ra_ide_db -> ide_dbAleksey Kladov2020-08-131-0/+429