aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar
Commit message (Expand)AuthorAgeFilesLines
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-234-32/+32
* Add test for nested box patternDylan MacKenzie2019-08-221-0/+2
* Add BOX_KW to PATTERN_FIRSTDylan MacKenzie2019-08-221-1/+1
* Merge #1685bors[bot]2019-08-151-1/+13
|\
| * fix test positionbravomikekilo2019-08-141-10/+6
| * fix error of RangeFrom in for-loopbravomikekilo2019-08-141-1/+17
* | Merge #1676bors[bot]2019-08-148-12/+17
|\ \ | |/ |/|
| * Fix is_path_start to accept T![<], fix is_path_start usagesEvgenii P2019-08-138-13/+17
| * Fix for<'lifetime> for types specified by pathEvgenii P2019-08-111-1/+2
* | 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-094-10/+8
* | Make name_ref to accept numeric names optionallyEvgenii P2019-08-094-7/+7
* | Parse tuple struct field initializationEvgenii P2019-08-091-1/+2
* | 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
|/
* fix: parse box syntax inside parenthesescsmoe2019-07-221-0/+3
* add await to syntax, parser for await_exprUnreal Hoang2019-07-201-0/+12
* 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-193-5/+18
* | fix: box_syntax(#1412)csmoe2019-06-181-0/+5
|/
* fix: support existential typecsmoe2019-06-121-3/+13
* fix: never type with bindingcsmoe2019-06-071-1/+3
* [#1083] Try block syntax: fix testsAndrey Tkachenko2019-06-061-7/+7
* [#1083] Try block syntaxAndrey Tkachenko2019-06-061-1/+17
* Fix clippy::if_same_then_elseAlan Du2019-06-041-0/+1
* reformatAleksey Kladov2019-05-234-8/+8
* apply T! macro where it is possibleSergey Parilin2019-05-1514-423/+423
* Add macro pat parsingEdwin Cheng2019-04-301-1/+10
* Refactor parser handle mult-char punct internallyEdwin Cheng2019-04-281-1/+1
* Simplifykjeremy2019-04-261-6/+6
* Add `...` parsing for fn pointer typeEdwin Cheng2019-04-232-2/+3
* Add expr, pat, ty and macro_stmtsEdwin Cheng2019-04-181-10/+34
* Add mbe stmt matcherEdwin Cheng2019-04-171-72/+82
* Fix bug and add expr , pat , ty matcherEdwin Cheng2019-04-142-10/+42
* 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
* | Async closure syntaxrobojumper2019-03-312-3/+13
|/