aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace HashMap, HashSet with FxHashMap and FxHashSetMuhammad Mominul Huque2018-10-111-0/+1
|
* Report errors only onceAdolfo Ochagavía2018-10-101-14/+3
|
* Remove error publishing through publishDecorationsAdolfo Ochagavía2018-10-101-1/+0
|
* Add on-enter handlerAleksey Kladov2018-10-091-1/+1
| | | | Now, typing doc comments is much more pleasant
* Resolve local names firstJeremy A. Kolb2018-10-061-5/+5
|
* WIP: This doesn't currently work but I also don't think it's the right ↵Jeremy A. Kolb2018-10-051-0/+8
| | | | abstraction
* make ancestors and descendants inherentAleksey Kladov2018-10-021-5/+5
|
* Split folding ranges into editor and lsp partsJeremy A. Kolb2018-09-241-0/+2
|
* rename all thingsAleksey Kladov2018-09-161-0/+228