aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser
Commit message (Expand)AuthorAgeFilesLines
* allow rustfmt to reorder importsAleksey Kladov2019-07-043-5/+6
* Remove parse error on array initializer attributesRyan Cumming2019-06-301-11/+0
* Support attributes on array membersRyan Cumming2019-06-301-0/+28
* fixed #1384zjy2019-06-282-7/+20
* Merge #1415bors[bot]2019-06-241-1/+28
|\
| * fix: specialization(with blindly parsing)csmoe2019-06-191-1/+28
* | fix: box_patterncsmoe2019-06-194-5/+25
* | fix: box_syntax(#1412)csmoe2019-06-181-0/+5
|/
* fix: support existential typecsmoe2019-06-122-3/+17
* fix: never type with bindingcsmoe2019-06-072-2/+4
* [#1083] Try block syntax: fix testsAndrey Tkachenko2019-06-061-7/+7
* [#1083] Try block syntaxAndrey Tkachenko2019-06-062-1/+24
* Fix clippy::if_same_then_elseAlan Du2019-06-041-0/+1
* Fix clippy::match_boolAlan Du2019-06-041-4/+2
* Merge #1328bors[bot]2019-05-272-42/+69
|\
| * Change TokenSource to iteration basedEdwin Cheng2019-05-252-42/+69
* | reformatAleksey Kladov2019-05-234-8/+8
|/
* apply T! macro where it is possibleSergey Parilin2019-05-1517-458/+457
* fixed macro for bracketsSergey Parilin2019-05-152-3/+3
* Implemented T! macro for syntax kindsSergey Parilin2019-05-134-0/+111
* Skip Dollars when bump raw tokenEdwin Cheng2019-05-011-1/+9
* Add macro pat parsingEdwin Cheng2019-04-301-1/+10
* Refactor parser handle mult-char punct internallyEdwin Cheng2019-04-282-5/+61
* Simplifykjeremy2019-04-261-6/+6
* Fix more bugsEdwin Cheng2019-04-251-1/+16
* Add `...` parsing for fn pointer typeEdwin Cheng2019-04-232-2/+3
* Add vis matcherEdwin Cheng2019-04-192-1/+8
* add block matcherEdwin Cheng2019-04-192-0/+31
* Add block matcherEdwin Cheng2019-04-192-0/+9
* Add expr, pat, ty and macro_stmtsEdwin Cheng2019-04-183-10/+58
* Add MacroItems and MacroStmts in grammer.ronEdwin Cheng2019-04-183-0/+14
* Add `item` matcher in mbeEdwin Cheng2019-04-182-0/+9
* Add mbe stmt matcherEdwin Cheng2019-04-173-72/+91
* Merge #1138bors[bot]2019-04-146-23/+168
|\
| * Fix bug and add expr , pat , ty matcherEdwin Cheng2019-04-145-30/+159
| * Remove skip Delimiter::None and handle DollarsEdwin Cheng2019-04-121-0/+12
| * Add L_DOLLAR and R_DOLLAREdwin Cheng2019-04-111-0/+4
* | migrate to untyped rowanAleksey Kladov2019-04-092-0/+36
|/
* Merge #1105bors[bot]2019-04-082-0/+12
|\
| * Add TtCursorTokenSource and TtCursorTokenSinkEdwin Cheng2019-04-062-0/+12
* | Parse and infer tuple indicesrobojumper2019-04-061-1/+12
|/
* Parse unsafe async / const unsafe fns properlyrobojumper2019-04-031-6/+17
* Merge #1082bors[bot]2019-04-011-0/+1
|\
| * Async block in argument positionAndrey Tkachenko2019-04-011-0/+1
* | Merge #1081bors[bot]2019-04-012-3/+13
|\ \ | |/ |/|
| * Async closure syntaxrobojumper2019-03-312-3/+13
* | switch to new rowanAleksey Kladov2019-04-012-7/+7
|/
* Add WherePred to allow predicate access in WhereClauseVille Penttinen2019-03-311-1/+1
* Merge #1072bors[bot]2019-03-312-3/+3
|\
| * recognize async movememoryruins2019-03-282-3/+3