aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/assists.rs
Commit message (Collapse)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+2
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* Rename source_edit to source_file_edit to match file_system_editVille Penttinen2019-03-251-1/+1
|
* Add convenience functions to SourceChange for creating single editsVille Penttinen2019-03-241-8/+3
|
* Assign IDs to assistsAleksey Kladov2019-02-241-3/+13
|
* reformat the worldAleksey Kladov2019-02-081-4/+1
|
* move assists to a separate crateAleksey Kladov2019-02-061-87/+22
|
* Rename assits to assistsJeremy Kolb2019-02-051-0/+89