aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar
Commit message (Expand)AuthorAgeFilesLines
* Simlify with matches!()Veetaha2020-06-282-8/+2
* Fix panic in split and merge import assistsLaurențiu Nicola2020-06-231-0/+8
* Allow attributes on expressionsAleksey Kladov2020-06-151-4/+2
* Add example of old trait object syntaxMatthew Jasper2020-06-111-0/+1
* Move complex inline test to own fileMatthew Jasper2020-06-111-16/+0
* Separating parsing of `for` in predicates and typesMatthew Jasper2020-06-102-8/+29
* Correctly parse <_> paths in patternsAleksey Kladov2020-06-091-2/+4
* Minor, use `T!`Aleksey Kladov2020-06-092-2/+2
* Update crates/ra_parser/src/grammar/items.rsAleksey Kladov2020-06-091-2/+1
* Parse default unsafe fnAvi Dessauer2020-06-081-1/+7
* Move default const test out of lineAvi Dessauer2020-06-041-10/+0
* Address reviewAvi Dessauer2020-06-041-5/+4
* Parse default unsafe & default constAvi Dessauer2020-06-041-1/+25
* Support raw_ref_op's raw reference operatorrobojumper2020-05-281-1/+15
* Fix parsing of blocks without `{`Aleksey Kladov2020-05-024-34/+26
* Cleanup inline testsAleksey Kladov2020-05-021-2/+4
* Introduce EffectExprAleksey Kladov2020-05-022-22/+20
* Revert "Merge #4233"Aleksey Kladov2020-05-021-3/+3
* Remove dead code, which elaborately pretends to be aliveAleksey Kladov2020-04-301-3/+3
* Merge #4227bors[bot]2020-04-301-1/+1
|\
| * Report invalid, nested, multi-segment crate-pathsJohn Renner2020-04-301-1/+1
* | Special-case try macro_rulesEdwin Cheng2020-04-301-0/+11
|/
* Special-case try macro to better support 2015 editionAleksey Kladov2020-04-301-0/+16
* Align grammar for record patterns and literalsAleksey Kladov2020-04-111-27/+23
* Make records grammar more orthogonalAleksey Kladov2020-04-111-12/+25
* Rename some tokensAleksey Kladov2020-04-102-3/+15
* Add L_DOLLAR for TYPE_RECOVERY_SETEdwin Cheng2020-04-081-1/+1
* Macro patterns are not confused with expressions.Aleksey Kladov2020-04-031-2/+2
* CleanupsAleksey Kladov2020-04-032-14/+13
* 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
|/