aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/doc_tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* Simplify Assists interfaceAleksey Kladov2020-02-091-1/+1
| | | | | Instead of building a physical tree structure, just "tag" related assists with the same group
* Minor renameAleksey Kladov2020-02-061-2/+4
|
* Doctest autoimportAleksey Kladov2020-02-061-8/+2
|
* Start switching assists to a root databaseAleksey Kladov2020-02-061-2/+2
|
* Initial auto import action implementationKirill Bulatov2020-01-261-0/+4
|
* Apply the api design suggestionsKirill Bulatov2020-01-151-4/+4
|
* Another attempt to add multiple editsKirill Bulatov2020-01-151-3/+3
|
* Restore assists testsAleksey Kladov2019-11-041-1/+2
|
* Rename MockDatabase -> TestDBAleksey Kladov2019-11-041-2/+2
| | | | Actually working rename is sooo useful!
* Remove more duplication in test fixturesAleksey Kladov2019-11-041-2/+2
|
* use new api for flip_trait_bound assistAleksey Kladov2019-10-271-1/+11
|
* support range selection in assist docsAleksey Kladov2019-10-261-4/+3
|
* generate more assists docsAleksey Kladov2019-10-251-2/+4
|
* auto-generate assists docs and testsAleksey Kladov2019-10-251-0/+23