aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax
Commit message (Expand)AuthorAgeFilesLines
* Basics for trait method resolutionFlorian Diebold2019-03-252-2/+9
* Merge #1034bors[bot]2019-03-251-0/+6
|\
| * allow dyn diagnosticsAleksey Kladov2019-03-251-0/+6
* | simplifyAleksey Kladov2019-03-251-37/+34
|/
* Merge #1036bors[bot]2019-03-251-33/+45
|\
| * Target only the actual operator.Marco Groppo2019-03-241-33/+45
* | Support references in higher-ranked trait boundsVille Penttinen2019-03-242-1/+127
|/
* replace todo with fixmeAleksey Kladov2019-03-232-2/+2
* Fix reparsing failure when removing newlinepcpthm2019-03-212-0/+14
* Fix reparsing bug on "{}{}"pcpthm2019-03-212-1/+5
* Completely ignore errors for reparse fuzzpcpthm2019-03-211-1/+0
* Use template text to improve reparse fuzzingpcpthm2019-03-211-1/+5
* Fix lexer not producing right token on "_"pcpthm2019-03-212-0/+1
* Fix reparsing bug when lex result is differentpcpthm2019-03-213-2/+17
* Improve reparse fuzz testpcpthm2019-03-211-1/+13
* Fix an arithmetic overflow in reparserpcpthm2019-03-213-5/+11
* Add fuzz test for reparsingpcpthm2019-03-214-1/+64
* Refactor parser fuzz testingpcpthm2019-03-215-16/+23
* 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 name resolution from the old implAleksey Kladov2019-03-173-7/+5
|/
* 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-095-1/+21
* 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
|/
* Remove `TypeRef` from item opts which implement TypeAscriptionOwnerVille Penttinen2019-02-272-33/+14
* Add new trait TypeAscriptionOwnerVille Penttinen2019-02-263-9/+36
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-2531-89/+89
* complete struct literalsAleksey Kladov2019-02-241-0/+6
* support upcastig in AST enumAleksey Kladov2019-02-242-0/+407
* introduce tree builderAleksey Kladov2019-02-233-20/+61
* renameAleksey Kladov2019-02-234-23/+19
* Merge #876bors[bot]2019-02-211-1/+6
|\
| * Move `non_trivia_sibling` to `ra_syntax::algo`Ville Penttinen2019-02-211-1/+6
* | add API guide to ra_syntaxAleksey Kladov2019-02-211-0/+173
|/
* simplify trait boundsAleksey Kladov2019-02-211-12/+18
* rearrange methodsAleksey Kladov2019-02-211-67/+67
* kill utils moduleAleksey Kladov2019-02-217-104/+96
* Ignore lockfile in fuzzAleksey Kladov2019-02-212-521/+1