aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #1636bors[bot]2019-08-131-7/+12
|\ \ | |/ |/|
| * add inline testbravomikekilo2019-08-131-0/+6
| * fix block parse problembravomikekilo2019-08-031-7/+6
* | Move numeric names inside of `NameRef`Aleksey Kladov2019-08-095-12/+20
* | Make name_ref to accept numeric names optionallyEvgenii P2019-08-095-9/+9
* | Parse tuple struct field initializationEvgenii P2019-08-092-2/+3
* | Merge #1661bors[bot]2019-08-081-1/+12
|\ \
| * | Fix parser tests according to reviewEvgenii P2019-08-081-13/+4
| * | Deduplicate while loop break conditionEvgenii P2019-08-081-2/+2
| * | Fix parser to correctly consume outer attrs before ellipsis paramEvgenii P2019-08-071-0/+4
| * | Fix variadic arg inline testEvgenii P2019-08-071-1/+1
| * | Add function parameters attributesEvgenii P2019-08-071-0/+16
* | | assoc types boundsAleksey Kladov2019-08-071-0/+7
|/ /
* / Optimize Parser::is_composite a littleLaurențiu Nicola2019-08-051-19/+35
|/
* fix: parse box syntax inside parenthesescsmoe2019-07-221-0/+3
* add await to syntax, parser for await_exprUnreal Hoang2019-07-202-0/+19
* 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
|\