aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/ok
Commit message (Expand)AuthorAgeFilesLines
* Convert tests to text-sizeAleksey Kladov2020-04-2568-9435/+9435
* Align grammar for record patterns and literalsAleksey Kladov2020-04-112-12/+16
* Rename some tokensAleksey Kladov2020-04-1048-497/+497
* Parse correctly fn f<T>() where T: Fn() -> u8 + Send {}Luca Barbieri2020-04-092-0/+62
* Migrate tests .txt -> .rastveetaha2020-04-0667-0/+0
* Attach doc-comment to declaration if there are newlines in betweenLeander Tentrup2020-03-312-0/+20
* Parse variadics correctlyAleksey Kladov2020-03-133-1/+140
* Move verbose tests out of lineAleksey Kladov2020-03-134-0/+373
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-293-3/+3
* Rework value parameter parsingToby Dimmick2020-02-062-97/+61
* Use name instead of ident for macro 2.0 sytnaxEdwin Cheng2019-12-221-2/+4
* Add macro 2.0 support in parserEdwin Cheng2019-12-212-0/+189
* Introduce dedicated AST node for unionAleksey Kladov2019-11-251-1/+1
* Fix parsing of "postfix" range expressions.Geoffry Song2019-11-154-0/+91
* fix parsing of for loops inside expressionsAleksey Kladov2019-10-282-0/+106
* Move tests aroundGeoffry Song2019-10-062-0/+104
* Parse correct AttrInputuHOOCCOOHu2019-09-3011-314/+423
* Support loop as argumentkjeremy2019-09-202-0/+64
* don't confuse macro with !=Aleksey Kladov2019-09-202-0/+69
* Merge #1848bors[bot]2019-09-151-1/+2
|\
| * Bless old tests containing a `..` patternDylan MacKenzie2019-09-151-1/+2
* | Add tests for underscores in `const` and `static` itemsDylan MacKenzie2019-09-152-38/+57
|/
* add a jointness parser testsAleksey Kladov2019-09-102-0/+55
* WIP: switch to fully decomposed tokens internallyAleksey Kladov2019-09-102-0/+131
* Fix outer doc-comments of `macro_rules`uHOOCCOOHu2019-09-092-0/+42
* update test dataAleksey Kladov2019-09-0230-3585/+3676
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-2310-39/+39
* fix test positionbravomikekilo2019-08-142-0/+84
* Fix parser tests according to reviewEvgenii P2019-08-082-0/+498
* move syntax tests to unit testsAleksey Kladov2019-07-24102-0/+7864