aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Migrate tests .txt -> .rastveetaha2020-04-061-7/+7
* Parse variadics correctlyAleksey Kladov2020-03-131-0/+1
* Remove some TextUnit->usize escapeesCAD972020-03-131-5/+5
* ra_syntax: SyntaxError::range() now returns by valueVeetaha2020-02-171-8/+2
* ra_syntax: reshape SyntaxError for the sake of removing redundancyVeetaha2020-02-171-16/+5
* ra_syntax: added tests for tokenization errorsVeetaha2020-02-031-22/+58
* ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR reviewVeetaha2020-02-031-1/+1
* Reimplemented lexer with vectors instead of iteratorsVeetaha2020-02-031-1/+2
* WIP: switch to fully decomposed tokens internallyAleksey Kladov2019-09-101-1/+15
* move syntax tests to unit testsAleksey Kladov2019-07-241-0/+101