aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/tests
Commit message (Collapse)AuthorAgeFilesLines
* Move ra_ide_api unit testsWilco Kusee2019-03-251-376/+0
|
* move tests to where they belongAleksey Kladov2019-03-252-44/+0
|
* remove lower moduleAleksey Kladov2019-03-171-1/+1
|
* Implement syntax tree support for syntax inside stringVille Penttinen2019-03-041-0/+118
| | | | | | This allows us to select a string or portions of it and try parsing it as rust syntax. This is mostly helpful when developing tests where the test itself contains some rust syntax as a string.
* Add optional range parameter to SyntaxTreeParamsVille Penttinen2019-03-031-1/+135
| | | | | When range is provided, instead of showing the syntax for the whole file, we'll show the syntax tree for the given range.
* remove ignored macro testsAleksey Kladov2019-02-191-18/+1
| | | | | we need to significantly reengineer macros, so the tests as they exist are useless
* Refactor find_all_refs to return ReferenceSearchResultVille Penttinen2019-02-171-3/+4
|
* Keep track of crate editionFlorian Diebold2019-02-131-2/+2
|
* Remove unnecessary bracesVille Penttinen2019-02-131-31/+25
|
* Add support for container_name in workspace/symbol queryVille Penttinen2019-02-121-2/+56
|
* remove hard-coded query-group macroAleksey Kladov2019-02-111-0/+1
|
* Update test to use correct pathsErlend Tobiassen2019-01-271-6/+6
|
* Update snapsJeremy A. Kolb2019-01-221-4/+6
|
* prefer inline testsgfreezy2019-01-193-199/+0
|
* move rename to a new modgfreezy2019-01-193-5/+87
|
* rename modgfreezy2019-01-191-9/+32
|
* switch to insta for testingAleksey Kladov2019-01-153-125/+30
|
* fix testsAleksey Kladov2019-01-111-38/+2
|
* fix usages after renameAleksey Kladov2019-01-082-0/+358