aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_db/src/symbol_index.rs
Commit message (Collapse)AuthorAgeFilesLines
* Support unions in symbol searchLukas Wirth2021-01-241-5/+9
|
* Make public DefMap fields privateJonas Schievink2021-01-201-1/+1
|
* .Aleksey Kladov2021-01-191-2/+2
|
* 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