aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing lambdas with return typeAleksey Kladov2020-03-251-7/+13
* Support arbitrary discriminantsAleksey Kladov2020-03-201-4/+6
* Better fix for stuck parser?Florian Diebold2020-03-161-3/+3
* Get tests workingFlorian Diebold2020-03-161-2/+2
* Parse variadics correctlyAleksey Kladov2020-03-131-11/+33
* Move verbose tests out of lineAleksey Kladov2020-03-131-20/+2
* Fix parsing of stement-ish binary expressionsAleksey Kladov2020-03-111-2/+8
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-292-5/+5
* Parse attr in rhs of let stmtsEdwin Cheng2020-02-281-1/+2
* More manual clippy fixesKirill Bulatov2020-02-181-1/+1
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-182-5/+3
* Add test for unnamed argument in function pointerHan Mertens2020-02-121-0/+3
* Support unnamed arguments in function pointersHan Mertens2020-02-121-1/+1
* Address review commentsMatthew Jasper2020-02-101-7/+8
* Add or- and parenthesized-patternsMatthew Jasper2020-02-093-14/+60
* Merge #3047bors[bot]2020-02-071-9/+9
|\
| * Update async unsafe fn ordering.Emil Lauridsen2020-02-071-9/+9
* | PR tweaksToby Dimmick2020-02-073-21/+18
* | Closure params testToby Dimmick2020-02-061-0/+4
* | rustfmtToby Dimmick2020-02-061-2/+2
* | Rework value parameter parsingToby Dimmick2020-02-065-55/+73
|/
* Nest attrs into exprs in function argsAleksey Kladov2020-01-171-4/+1
* Extract expr_with_attrsAleksey Kladov2020-01-172-13/+22
* Merge pull request #2813 from jyn514/arg_attributesAleksey Kladov2020-01-171-0/+5
|\
| * move inline function closer to relevant codeJoshua Nelson2020-01-171-4/+4
| * shrink inline tesJoshua Nelson2020-01-161-9/+3
| * Allow attributes before function argumentsJoshua Nelson2020-01-121-0/+11
* | Minimize testAleksey Kladov2020-01-161-13/+3
* | Simplify array parsingAleksey Kladov2020-01-162-48/+31
* | fix formatingEdwin Cheng2020-01-161-1/+1
* | Fix array element attribute positionEdwin Cheng2020-01-163-8/+32
|/
* Parse trait aliasesEmil Lauridsen2020-01-091-0/+10
* Improve const generics parsingMichael Chesser2020-01-062-2/+13
* Merge #2642bors[bot]2019-12-221-1/+1
|\
| * Use name instead of ident for macro 2.0 sytnaxEdwin Cheng2019-12-221-1/+1
* | Merge #2641bors[bot]2019-12-221-0/+11
|\ \ | |/ |/|
| * Parse const genericsroblabla2019-12-221-0/+11
* | Add macro keyword to ITEM_RECOVERY_SETEdwin Cheng2019-12-211-1/+1
* | Add macro 2.0 support in parserEdwin Cheng2019-12-211-0/+28
* | Fix parser for macro call in pattern positionEdwin Cheng2019-12-201-1/+1
|/
* Touch up TokenSet a bitAleksey Kladov2019-12-191-1/+1
* Fix parsing of interpolated expressionsAleksey Kladov2019-12-191-0/+1
* Improve recovery for incomplete lambdasAleksey Kladov2019-12-171-1/+6
* Fix hir for ast::UnionDefAleksey Kladov2019-11-251-1/+1
* Introduce dedicated AST node for unionAleksey Kladov2019-11-252-12/+21
* Move inclusive range check to validationGeoffry Song2019-11-151-3/+0
* Fix parsing of "postfix" range expressions.Geoffry Song2019-11-151-30/+24
* Simplify parsingAleksey Kladov2019-11-141-17/+17
* cargo xtask format with 1.39kjeremy2019-11-071-3/+3
* fix parsing of for loops inside expressionsAleksey Kladov2019-10-281-1/+2