aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-3/+3
|
* Align config's API with usageAleksey Kladov2021-01-061-12/+26
| | | | The config now is mostly immutable, optimize for that.
* Simplify assists resolution APIAleksey Kladov2020-12-261-25/+23
| | | | | | Assist vs UnresolvedAssist split doesn't really pull its weight. This is especially bad if we want to include `Assist` as a field of diagnostics, where we'd have to make the thing generic.
* Fix assist test logicDaiki Ihara2020-12-211-2/+6
|
* Add initial_contents field for CreateFileDaiki Ihara2020-12-211-36/+16
|
* Add handling file_system_edit in test assistsDaiki Ihara2020-12-211-12/+48
|
* Support multi-file assist testsAleksey Kladov2020-11-091-6/+19
|
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* Add ability to specify ResolvedAssist by labelvlakreeh2020-09-291-5/+22
|
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+179