aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/typing.rs
Commit message (Collapse)AuthorAgeFilesLines
* switch to new rowanAleksey Kladov2019-04-011-16/+16
|
* Rename source_edit to source_file_edit to match file_system_editVille Penttinen2019-03-251-1/+1
|
* Further improvements to the SourceChange convenience methodsVille Penttinen2019-03-251-7/+5
| | | | | Rename system_edit to file_system_edit, add more documentation, add source_file_edit_from to create a SourceChange from `FileId` and `TextEdit`.
* Add convenience functions to SourceChange for creating single editsVille Penttinen2019-03-241-6/+8
|
* Remove LocalEdit usageWilco Kusee2019-03-231-35/+46
|
* Move typing to ra_ide_apiWilco Kusee2019-03-231-0/+408