aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/parsing/reparsing.rs
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade rowanAleksey Kladov2021-03-161-5/+1
| | | | Notably, new rowan comes with support for mutable syntax trees.
* :arrow_up: rowanAleksey Kladov2021-01-201-2/+1
| | | | It now stores text inline with tokens
* Remove useless wrapperAleksey Kladov2021-01-151-3/+2
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-28/+28
|
* Kill RAW_ literalsAleksey Kladov2020-11-061-1/+1
| | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level.
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-0/+455