aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data
Commit message (Expand)AuthorAgeFilesLines
* fix parsing of for loops inside expressionsAleksey Kladov2019-10-283-48/+149
* Merge #1951bors[bot]2019-10-084-0/+150
|\
| * Move tests aroundGeoffry Song2019-10-068-141/+193
| * Lower the precedence of the `as` operator.Geoffry Song2019-10-034-43/+141
* | Fix parsing of block expressions in "forbid_structs" contexts.Geoffry Song2019-10-038-43/+216
|/
* Parse correct AttrInputuHOOCCOOHu2019-09-3030-598/+779
* Support loop as argumentkjeremy2019-09-202-0/+64
* Merge #1884bors[bot]2019-09-202-0/+79
|\
| * Add indexing to record_field_patkjeremy2019-09-202-0/+79
* | fix infinite loop in the parserAleksey Kladov2019-09-202-0/+53
|/
* don't confuse macro with !=Aleksey Kladov2019-09-202-0/+69
* Merge #1848bors[bot]2019-09-157-5/+491
|\
| * Generate `dot_dot_test`Dylan MacKenzie2019-09-152-0/+481
| * Bless old tests containing a `..` patternDylan MacKenzie2019-09-155-5/+10
* | Add tests for underscores in `const` and `static` itemsDylan MacKenzie2019-09-153-38/+78
* | Allow an underscore as the identifier in `const` itemsDylan MacKenzie2019-09-151-0/+1
|/
* 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
* better error recovery for use treesAleksey Kladov2019-09-053-1/+60
* update test dataAleksey Kladov2019-09-02150-8970/+9245
* Generate and bless testsDylan MacKenzie2019-08-247-85/+227
* Centralize `box` pattern tests in `patterns.rs`Dylan MacKenzie2019-08-241-0/+6
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-2336-126/+126
* Add test for nested box patternDylan MacKenzie2019-08-222-12/+49
* Merge #1685bors[bot]2019-08-154-0/+129
|\
| * fix test positionbravomikekilo2019-08-145-108/+124
| * fix testbravomikekilo2019-08-141-2/+2
| * fix error of RangeFrom in for-loopbravomikekilo2019-08-142-0/+113
* | Merge #1676bors[bot]2019-08-142-1/+83
|\ \ | |/ |/|
| * Fix for<'lifetime> for types specified by pathEvgenii P2019-08-112-1/+83
* | Merge #1636bors[bot]2019-08-132-0/+69
|\ \ | |/ |/|
| * add inline testbravomikekilo2019-08-132-0/+69
* | Move numeric names inside of `NameRef`Aleksey Kladov2019-08-093-7/+12
* | Parse tuple struct field initializationEvgenii P2019-08-092-6/+28
* | Merge #1661bors[bot]2019-08-086-0/+555
|\ \
| * | Fix parser tests according to reviewEvgenii P2019-08-0818-485/+576
| * | Fix variadic arg inline testEvgenii P2019-08-072-24/+24
| * | Add function parameters attributesEvgenii P2019-08-0712-21/+485
| |/
* / assoc types boundsAleksey Kladov2019-08-072-0/+56
|/
* move syntax tests to unit testsAleksey Kladov2019-07-24508-0/+20491