Lukas Wirth
|
f4199f786e
|
Parse contextual dyn keyword properly in edition 2015
|
2024-07-19 20:20:30 +02:00 |
|
Ryo Yoshida
|
fa2340a4df
|
Parse associated return type bounds
|
2023-05-06 20:31:11 +09:00 |
|
shilangyu
|
44e47fe408
|
Add check for extra path segments after an angled one
|
2023-02-25 16:16:49 +01:00 |
|
Lukas Wirth
|
1be24e0899
|
internal: Improve parser recovery a bunch
|
2023-02-11 20:28:36 +01:00 |
|
Daniel Eades
|
0a0817905e
|
return value directly from if/else block
|
2023-01-02 15:02:54 +00:00 |
|
Chayim Refael Friedman
|
d786a40e73
|
Parse TypePathFn with preceding ::
e.g. `impl Fn::() -> ()`.
|
2022-08-31 23:19:09 +00:00 |
|
cynecx
|
902fd6ddcd
|
fix: complete path of existing record expr
|
2022-07-29 17:24:05 +02:00 |
|
Amos Wenger
|
7e285e1ef5
|
Run cargo fmt
|
2022-07-20 15:06:15 +02:00 |
|
Amos Wenger
|
816f7fe12a
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
|
Lukas Wirth
|
c0d6471143
|
fix: Recognize Self as a proper keyword
|
2022-03-05 23:20:06 +01:00 |
|
Aramis Razzaghipour
|
55c0b86cde
|
Add semicolons for consistency
`clippy::semicolon_if_nothing_returned`
|
2021-10-03 23:39:43 +11:00 |
|
Aleksey Kladov
|
09531b703d
|
minor: simplify
|
2021-09-19 14:50:53 +03:00 |
|
Aleksey Kladov
|
ed84717869
|
internal: better naming
|
2021-09-18 15:55:07 +03:00 |
|
Lukas Wirth
|
e7aa37c20a
|
Support GATs for associated type arg parsing
|
2021-07-18 11:08:43 +02:00 |
|
Aleksey Kladov
|
dc1577d58d
|
Add even more docs
|
2021-05-22 17:20:22 +03:00 |
|
Lukas Wirth
|
cb863390f2
|
Handle self/super/crate in PathSegment as NameRef
|
2021-01-15 19:21:23 +01:00 |
|
Aleksey Kladov
|
4b989009e3
|
CONST LOOPS ARE HERE
|
2020-08-27 18:12:01 +02:00 |
|
Aleksey Kladov
|
6bc2633c90
|
Align parser names with grammar
|
2020-08-13 17:59:27 +02:00 |
|
Aleksey Kladov
|
50a02eb359
|
Rename ra_parser -> parser
|
2020-08-12 17:14:23 +02:00 |
|