aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/reparsing.rs
Commit message (Collapse)AuthorAgeFilesLines
* move all parsing related bits to a separate moduleAleksey Kladov2019-02-201-364/+0
|
* rename yellow -> syntax_nodeAleksey Kladov2019-02-121-2/+2
| | | | why yellow in the first place? Its red + green.
* reformat the worldAleksey Kladov2019-02-081-8/+2
|
* kill text utilsAleksey Kladov2019-01-081-8/+5
|
* switch ra_syntax to new rowan APIAleksey Kladov2019-01-081-19/+16
|
* Rename ImplItem to ImplBlockFlorian Diebold2019-01-041-1/+1
| | | | | rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion.
* rename Edit to TextEdit and AtomEdit to AtomTextEditBernardo2018-12-111-8/+8
|
* extract AtomEdit and Edit into new ra_text_edit crateBernardo2018-12-101-23/+1
|
* modernize even moreAleksey Kladov2018-12-061-4/+4
|
* switch back to the latest betaAleksey Kladov2018-11-241-2/+4
|
* Rename File -> SourceFileNodeAleksey Kladov2018-11-071-4/+4
|
* Introduce Location and make SyntaxError fields privateAdolfo OchagavĂ­a2018-11-051-10/+4
|
* Introduce SyntaxErrorKind and TextRange in SyntaxErrorAdolfo OchagavĂ­a2018-11-041-6/+6
|
* Don't order import alphabeticalAleksey Kladov2018-11-011-1/+1
| | | | | alphabetical ordering is no more consistent, and much less useful then the ordering which arises naturally when you add import.
* Remove DOC_COMMENTJeremy A. Kolb2018-10-311-1/+1
| | | | Closes #166
* Fix function callsAlan Du2018-10-181-1/+1
|
* clippy: type_complexityAlan Du2018-10-181-4/+5
|
* Cargo FormatJeremy A. Kolb2018-10-161-95/+152
| | | | Run `cargo fmt` and ignore generated files
* Run cargo fixAleksey Kladov2018-10-151-8/+8
|
* Simplify event processingAleksey Kladov2018-10-081-1/+2
|
* make ancestors and descendants inherentAleksey Kladov2018-10-021-1/+1
|
* Move to rowan for syntax tree implAleksey Kladov2018-10-021-4/+4
|
* rename all thingsAleksey Kladov2018-09-161-0/+343