aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/typing.rs
Commit message (Expand)AuthorAgeFilesLines
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-490/+0
* Don't continue line commentsAleksey Kladov2019-11-221-3/+31
* Some clippy fixeskjeremy2019-10-301-1/+1
* avoid TextEditorBuilder for simple editsAleksey Kladov2019-10-261-4/+3
* insert space after `->`Aleksey Kladov2019-10-251-111/+117
* refactor typing_handlersAleksey Kladov2019-10-251-35/+37
* introduce SingleFileChangeAleksey Kladov2019-10-251-34/+28
* make typing infra slightly more extensibleAleksey Kladov2019-10-251-30/+62
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* Make Analysis api cancellableKirill Bulatov2019-07-251-2/+2
* streamline APIAleksey Kladov2019-07-211-5/+10
* align SyntaxText API with upstreamAleksey Kladov2019-07-201-1/+1
* rename range -> text_rangeAleksey Kladov2019-07-201-4/+4
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-9/+10
* make Parse fields privateAleksey Kladov2019-07-121-6/+7
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-5/+6
* 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
* 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