aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/folding_ranges.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename File -> SourceFileNodeAleksey Kladov2018-11-071-3/+3
|
* Reformat allAleksey Kladov2018-10-311-2/+10
|
* Restore folding import groupsAdolfo Ochagavía2018-10-231-6/+97
|
* clippy: Use if lets and remove redundant returnsAlan Du2018-10-181-2/+2
|
* Cargo FormatJeremy A. Kolb2018-10-161-16/+20
| | | | Run `cargo fmt` and ignore generated files
* Improve testsAdolfo Ochagavía2018-10-131-22/+33
|
* Only fold groups of similar commentsAdolfo Ochagavía2018-10-131-27/+30
|
* Cleanup fold code and split logic to fold single elementsAdolfo Ochagavía2018-10-121-38/+69
|
* Fold multiline commentsAdolfo Ochagavía2018-10-121-19/+19
|
* Replace HashMap, HashSet with FxHashMap and FxHashSetMuhammad Mominul Huque2018-10-111-3/+3
|
* Make siblings an inherent methodAleksey Kladov2018-10-021-2/+2
|
* make ancestors and descendants inherentAleksey Kladov2018-10-021-5/+3
|
* Unit TestsJeremy A. Kolb2018-09-241-0/+56
|
* Split folding ranges into editor and lsp partsJeremy A. Kolb2018-09-241-0/+86