aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/typing.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix clippy::identity_conversionAlan Du2019-06-041-1/+1
|
* fix typos in mbe testsAleksey Kladov2019-05-281-3/+3
|
* More future-proof comment kindAleksey Kladov2019-04-021-1/+1
|
* add ast::tokensAleksey Kladov2019-04-021-1/+1
|
* 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