aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/algo
Commit message (Collapse)AuthorAgeFilesLines
* reformat the worldAleksey Kladov2019-02-081-14/+3
|
* switch ra_syntax to new rowan APIAleksey Kladov2019-01-081-15/+15
|
* grand module renameAleksey Kladov2018-12-081-26/+0
|
* upstream basic tree algorithms to rowanAleksey Kladov2018-11-061-105/+8
|
* Reformat allAleksey Kladov2018-10-311-4/+1
|
* switch to TextRange::subrangeAleksey Kladov2018-10-301-2/+2
|
* Remove Copy trait on LeafAtOffsetAlan Du2018-10-181-1/+1
| | | | | | | Because it's a stateful iterator, it's easier to explicitly clone it when necesary. Fixes clippy:clone_on_copy
* clippy: Use if lets and remove redundant returnsAlan Du2018-10-181-2/+3
|
* Update rowanAleksey Kladov2018-10-172-29/+1
|
* Cargo FormatJeremy A. Kolb2018-10-163-52/+71
| | | | Run `cargo fmt` and ignore generated files
* Run cargo fixAleksey Kladov2018-10-153-3/+3
|
* Make siblings an inherent methodAleksey Kladov2018-10-021-16/+0
|
* make ancestors and descendants inherentAleksey Kladov2018-10-022-12/+2
|
* Add emacs function for extend shirnk selectionAleksey Kladov2018-09-181-1/+5
|
* rename all thingsAleksey Kladov2018-09-163-0/+277