aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests
Commit message (Expand)AuthorAgeFilesLines
* show error offsets in testsAleksey Kladov2019-05-2944-288/+288
* remove old parsing methodsAleksey Kladov2019-05-281-5/+3
* update test dataAleksey Kladov2019-05-2844-288/+288
* update testsAleksey Kladov2019-05-281-15/+10
* share literal validation logic with compilerAleksey Kladov2019-05-071-3/+0
* Add macro pat parsingEdwin Cheng2019-04-302-0/+39
* Refactor parser handle mult-char punct internallyEdwin Cheng2019-04-284-46/+94
* Add `...` parsing for fn pointer typeEdwin Cheng2019-04-232-1/+44
* fix typoAleksey Kladov2019-04-111-1/+1
* Parse and infer tuple indicesrobojumper2019-04-064-6/+78
* Parse unsafe async / const unsafe fns properlyrobojumper2019-04-034-0/+78
* always show token textAleksey Kladov2019-04-02218-8818/+8818
* Merge #1082bors[bot]2019-04-012-0/+95
|\
| * Async block in argument positionAndrey Tkachenko2019-04-012-0/+95
* | Async closure syntaxrobojumper2019-03-312-6/+53
|/
* Add WherePred to allow predicate access in WhereClauseVille Penttinen2019-03-311-5/+8
* Merge #1072bors[bot]2019-03-312-0/+40
|\
| * add test for async blocksmemoryruins2019-03-282-0/+40
* | Update testsVille Penttinen2019-03-313-67/+115
* | Update testsVille Penttinen2019-03-3025-418/+634
* | Fix parsing <= in type_argsVille Penttinen2019-03-302-6/+27
|/
* Add tests to ra_syntax for extern_crate_selfmemoryruins2019-03-282-1/+17
* Support references in higher-ranked trait boundsVille Penttinen2019-03-242-1/+127
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
* Fix reparsing failure when removing newlinepcpthm2019-03-211-0/+7
* Fix reparsing bug on "{}{}"pcpthm2019-03-211-0/+4
* Fix lexer not producing right token on "_"pcpthm2019-03-211-0/+0
* Fix reparsing bug when lex result is differentpcpthm2019-03-212-0/+8
* Fix an arithmetic overflow in reparserpcpthm2019-03-211-0/+6
* Add fuzz test for reparsingpcpthm2019-03-211-0/+9
* Refactor parser fuzz testingpcpthm2019-03-211-2/+2
* Error about attributes onpcpthm2019-03-192-0/+59
* Allow attributes on top level expressionpcpthm2019-03-194-0/+152
* Merge #991bors[bot]2019-03-188-10/+88
|\
| * Use Marker argument for item parserspcpthm2019-03-188-10/+88
* | Merge #983bors[bot]2019-03-172-0/+217
|\ \
| * | support remainder assignment operatorJean Mertz2019-03-172-0/+217
* | | Fix parse tree of attribute on match armpcpthm2019-03-173-118/+118
| |/ |/|
* | Allow attribute on struct literal fieldpcpthm2019-03-172-0/+48
|/
* Add test for minus in inner patternMichael Chesser2019-03-142-0/+347
* Add test for async blockCaio2019-03-102-0/+32
* Add async keywordCaio2019-03-094-1/+20
* Add support for parsing multiple if and while-let patternsVille Penttinen2019-03-042-1/+164
* allow `mut ident` patterns in trait methodsAleksey Kladov2019-03-042-11/+26
* allow aliases in underscoresAleksey Kladov2019-03-042-1/+17
* Merge #926bors[bot]2019-03-042-0/+50
|\
| * allow vararg functionsAleksey Kladov2019-03-042-0/+50
* | improve error recoveryAleksey Kladov2019-03-043-42/+70
|/
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-2528-37/+37
* kill utils moduleAleksey Kladov2019-02-211-6/+3