aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/extend_selection.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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