rust/crates/libsyntax2/tests
bors[bot] 2a56b5c4f0 Merge #69
69: Incremental reparsing for single tokens  r=matklad a=darksv

Implement incremental reparsing for `WHITESPACE`, `COMMENT`, `DOC_COMMENT`, `IDENT`, `STRING` and `RAW_STRING`. This allows to avoid reparsing whole blocks when a change was made only within these tokens.

Co-authored-by: darksv <darek969-12@o2.pl>
2018-09-15 20:57:06 +00:00
..
data adjust trailing newline 2018-09-14 23:45:19 +02:00
test move reparsing tests 2018-09-15 14:35:30 +02:00