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