aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/src/symbol_index.rs
Commit message (Collapse)AuthorAgeFilesLines
* Finalize Trait grammarAleksey Kladov2020-07-301-2/+2
|
* Finalize const&static grammarAleksey Kladov2020-07-301-2/+2
|
* Rename EnumDef -> EnumAleksey Kladov2020-07-301-2/+2
|
* Rename StructDef -> StructAleksey Kladov2020-07-301-2/+2
|
* Rename TypeAliasDef -> TypeAliasAleksey Kladov2020-07-301-2/+2
|
* Rename FnDef -> FnAleksey Kladov2020-07-301-1/+1
|
* Switch to fully dynamically dispatched salsaAleksey Kladov2020-07-071-5/+3
| | | | This improves compile times quite a bit
* Simlify with matches!()Veetaha2020-06-281-4/+1
|
* New VFSAleksey Kladov2020-06-231-5/+5
|
* Remove special casing for library symbolsAleksey Kladov2020-06-181-48/+42
| | | | | | | | We might as well handle them internally, via queries. I am not sure, but it looks like the current LibraryData setup might even predate salsa? It's not really needed and creates a bunch of complexity.
* Add symbol index FIXMEJonas Schievink2020-06-111-0/+3
|
* Move limit check downJonas Schievink2020-06-101-1/+1
|
* symbol_index: allow querying a single crateJonas Schievink2020-06-101-9/+34
|
* Fix the symbol query limitJonas Schievink2020-06-101-3/+4
|
* Profile `world_symbols`Jonas Schievink2020-06-101-0/+2
|
* Generate features docs from sourceAleksey Kladov2020-05-311-0/+21
|
* Remove SyntaxPtr::range from more placesAleksey Kladov2020-04-231-0/+2
|
* Don't expose SyntaxNodePtr impl detailsAleksey Kladov2020-04-161-1/+3
|
* Fix unnecessary braces warningsLaurențiu Nicola2020-04-061-8/+8
|
* Add support for macro in symbo_indexEdwin Cheng2020-03-221-0/+7
|
* :arrow_up: fstAleksey Kladov2020-03-101-2/+2
|
* Remove unicase dependencyAleksey Kladov2020-02-181-7/+13
|
* DocsAleksey Kladov2020-02-061-0/+1
|
* CleanupAleksey Kladov2020-02-061-75/+0
|
* cleanup importsAleksey Kladov2020-02-061-1/+2
|
* Move to a crateAleksey Kladov2020-02-061-0/+445