aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/typing.rs
Commit message (Expand)AuthorAgeFilesLines
* rename ra_editor -> ra_ide_api_lightAleksey Kladov2019-01-081-826/+0
* upstream text-utils to text_unitAleksey Kladov2019-01-081-4/+2
* move node at offset to aglo alreadyAleksey Kladov2019-01-081-2/+2
* migrate ra_editor to rowan 0.2Aleksey Kladov2019-01-081-18/+18
* my formatting tool locally messes things upSimon Vandel Sillesen2019-01-071-1/+1
* fix nitsSimon Vandel Sillesen2019-01-071-10/+8
* formattingSimon Vandel Sillesen2019-01-061-1/+1
* fix testsSimon Vandel Sillesen2019-01-061-10/+72
* add more testsSimon Vandel Sillesen2019-01-061-1/+54
* format codeSimon Vandel Sillesen2019-01-061-1/+1
* rename unused variableSimon Vandel Sillesen2019-01-061-1/+1
* indent on typing dot. fixes #439Simon Vandel Sillesen2019-01-051-3/+51
* Fix join_lines use_items right w/ and w/o commaAlan Du2019-01-051-3/+22
* Address join lines use items right }Alan Du2019-01-051-3/+21
* Remove extra space when joining lines in use itemsAlan Du2019-01-041-0/+19
* more enterprisey assists APIAleksey Kladov2019-01-031-4/+4
* check edits in diagnosticsAleksey Kladov2018-12-271-13/+3
* fix use std::{self}gfreezy2018-12-261-1/+1
* add fix for removing unnecessary braces in use statementsgfreezy2018-12-251-18/+13
* join lines collapses use_treesAleksey Kladov2018-12-211-0/+58
* rename Edit to TextEdit and AtomEdit to AtomTextEditBernardo2018-12-111-9/+14
* extract AtomEdit and Edit into new ra_text_edit crateBernardo2018-12-101-1/+2
* Implement and test format hookDJMcNab2018-12-091-1/+1
* modernize even moreAleksey Kladov2018-12-061-1/+1
* Rename File -> SourceFileNodeAleksey Kladov2018-11-071-8/+8
* Fix function callsAlan Du2018-10-181-1/+1
* Cargo FormatJeremy A. Kolb2018-10-161-83/+122
* switch editor to 2018Aleksey Kladov2018-10-151-2/+2
* Remove smart multiline comment joinAdolfo Ochagavía2018-10-111-22/+23
* Add testsAdolfo Ochagavía2018-10-111-0/+56
* Remove nestingAdolfo Ochagavía2018-10-111-75/+68
* Use Comment wrapperAdolfo Ochagavía2018-10-111-36/+16
* Collapse comments upon joinAdolfo Ochagavía2018-10-101-15/+64
* Add on-enter handlerAleksey Kladov2018-10-091-2/+99
* make ancestors and descendants inherentAleksey Kladov2018-10-021-2/+1
* rename all thingsAleksey Kladov2018-09-161-0/+348