aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/ok
Commit message (Collapse)AuthorAgeFilesLines
* move syntax tests to unit testsAleksey Kladov2019-07-24102-7864/+0
|
* add rustc_lexerAleksey Kladov2019-07-222-0/+69
|
* Refactor parser handle mult-char punct internallyEdwin Cheng2019-04-281-37/+74
|
* always show token textAleksey Kladov2019-04-0249-3679/+3679
|
* Async block in argument positionAndrey Tkachenko2019-04-012-0/+95
|
* Merge #1072bors[bot]2019-03-312-0/+40
|\ | | | | | | | | | | | | | | 1072: recognize async move blocks r=matklad a=memoryruins closes #1053 Co-authored-by: memoryruins <[email protected]>
| * add test for async blocksmemoryruins2019-03-282-0/+40
| |
* | Update testsVille Penttinen2019-03-308-143/+231
|/
* Add tests to ra_syntax for extern_crate_selfmemoryruins2019-03-282-1/+17
|
* support remainder assignment operatorJean Mertz2019-03-172-0/+217
|
* Add test for minus in inner patternMichael Chesser2019-03-142-0/+347
|
* Fix handling of literal patternsFlorian Diebold2019-02-091-4/+6
| | | | | Wrap them in a LiteralPat node so they can be distinguished from literal expressions.
* Add AST for extern crateFlorian Diebold2019-02-041-2/+2
| | | | Also change it to parse the crate name as a NAME_REF, not a NAME.
* Fix number of extern_inner_attributesDJMcNab2019-02-022-0/+0
|
* Parse and validate attributes in blocksDJMcNab2019-01-282-0/+187
|
* Add a test for inner attributes on extern blocksDJMcNab2019-01-272-0/+30
|
* Make attrs be a child of the let statementDJMcNab2019-01-261-16/+16
|
* Support attributes on let statementsDJMcNab2019-01-262-0/+78
|
* Struct literals should not be a `BlockLike::Block`DJMcNab2019-01-262-0/+117
|
* rename POS_FIELD -> POS_FIELD_DEFAleksey Kladov2019-01-253-9/+9
| | | | to match NAMED_FIELD_DEF
* Support universal function call syntax in function callsDJMcNab2019-01-242-0/+138
|
* More correct raw ident handlingJosh Robson Chase2019-01-232-0/+50
|
* Use IDENT for both raw and normal identsJosh Robson Chase2019-01-232-2/+2
|
* Add raw idents to lexer and parserJosh Robson Chase2019-01-234-0/+42
|
* Update tests after allowing where predicate to accept typesErlend Tobiassen2019-01-222-0/+41
|
* Rename ImplItem to ImplBlockFlorian Diebold2019-01-041-1/+0
| | | | | rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion.
* add mod doc comment testcsmoe2019-01-042-0/+22
|
* Fix where clauses using fully qualified path syntaxDJMcNab2018-12-212-0/+96
|
* Add comment about the source of the weird_exprs testDJMcNab2018-12-212-2235/+2248
|
* Add weird_exprs testDJMcNab2018-12-202-0/+2385
|
* Fix the tests and fix the precommit hookDJMcNab2018-12-206-608/+19
|
* Fix parsing of inclusive ranges (#214)DJMcNab2018-12-192-6/+85
| | | | I'm not certain that this is correct, so extra eyes would be good
* rename ROOT -> SOURCE_FILEAleksey Kladov2018-11-0736-36/+36
|
* Parse crate paths in expressionsAleksey Kladov2018-10-152-0/+44
|
* Attach comments smartlyAleksey Kladov2018-10-081-3/+3
|
* rename all thingsAleksey Kladov2018-09-1669-0/+4221