aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/extend_selection.rs
Commit message (Collapse)AuthorAgeFilesLines
* extend selection in trait bound extends to plusAlexander Elís Ebenesersson2019-10-271-10/+72
| | | | | | When multiple traits bounds are present, expanded selection from a single trait bound will include the nearest plus sign (and whitespace after) before including the whole trait bound.
* extend selection correctly handles commas in tuplesAleksey Kladov2019-10-091-0/+3
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-4/+4
|
* streamline APIAleksey Kladov2019-07-211-3/+3
|
* switch to upstream rowan's APIAleksey Kladov2019-07-201-5/+5
|
* rename range -> text_rangeAleksey Kladov2019-07-201-22/+26
|
* convenience apiAleksey Kladov2019-07-191-2/+2
|
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-14/+14
|
* make Parse fields privateAleksey Kladov2019-07-121-4/+4
| | | | this is in preparation for the new rowan API
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-5/+5
| | | | | | 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
* Fix clippy::or_fun_callAlan Du2019-06-041-1/+1
|
* fix typos in mbe testsAleksey Kladov2019-05-281-2/+2
|
* apply T! macro where it is possibleSergey Parilin2019-05-151-1/+1
|
* Implemented T! macro for syntax kindsSergey Parilin2019-05-131-1/+2
|
* add ast::tokensAleksey Kladov2019-04-021-6/+6
|
* switch to new rowanAleksey Kladov2019-04-011-71/+73
|
* move extend selection from ra_ide_api_light to ra_ide_apiAleksey Kladov2019-03-201-6/+371
|
* remove old macro supportAleksey Kladov2019-03-171-44/+2
|
* reformat the worldAleksey Kladov2019-02-081-3/+1
|
* remove hard-coded support for ctry macroAleksey Kladov2019-02-011-2/+2
| | | | | It was used mainly to prevent HirFileId infra from bitroting, but the `vec![]` macro can serve that just as well!
* rename source_file -> parseAleksey Kladov2019-01-261-1/+1
|
* rename FilesDatabase -> SourceDatabaseAleksey Kladov2019-01-261-1/+1
|
* fold syntax database into files databaseAleksey Kladov2019-01-261-1/+1
|
* extend selection expands macros and can totally panicAleksey Kladov2019-01-201-1/+1
|
* switch to insta for testingAleksey Kladov2019-01-151-2/+3
|
* fix usages after renameAleksey Kladov2019-01-081-0/+56