aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/src/search.rs
Commit message (Collapse)AuthorAgeFilesLines
* Reuse Semantics instancesLaurențiu Nicola2020-07-011-8/+4
|
* New VFSAleksey Kladov2020-06-231-2/+2
|
* recursively search submodulesBrennan Vincent2020-05-311-18/+22
|
* Remove cross-crate marksAleksey Kladov2020-05-201-2/+0
| | | | | They create quite a bit of friction. Really, we should just move the tests to the same crate, rather than paper over existing split.
* Rename StructField -> FieldAleksey Kladov2020-04-251-6/+6
|
* Switch to TryFromAleksey Kladov2020-04-251-2/+2
|
* CleanupsAleksey Kladov2020-04-251-1/+2
|
* Convert code to text-sizeAleksey Kladov2020-04-251-5/+4
|
* Fix unnecessary braces warningsLaurențiu Nicola2020-04-061-1/+1
|
* Use visibility_of in searchEdwin Cheng2020-03-241-35/+31
|
* Refactor searchEdwin Cheng2020-03-221-16/+4
|
* find_usages limited to actual usages againMatt Niemeir2020-03-111-14/+14
|
* Renaming a local renames struct field shorthandMatt Niemeir2020-03-101-9/+15
|
* Struct field rename renames field in constructor field shorthandMatt Niemeir2020-03-101-5/+17
|
* Fix docsAleksey Kladov2020-03-041-4/+10
|
* Cleanup APIAleksey Kladov2020-03-041-47/+47
|
* Fix testsAleksey Kladov2020-03-041-1/+2
|
* Use method instead of a free functionAleksey Kladov2020-03-041-61/+64
|
* Move find_refs_to_defAleksey Kladov2020-03-041-3/+146
|
* Move ReferenceKindAleksey Kladov2020-03-041-1/+20
|
* Move SearchScopeAleksey Kladov2020-03-041-0/+147