Commit Graph

13 Commits

Author SHA1 Message Date
Lukas Wirth dd496223f5 Node-ify lifetimes 2020-12-16 14:16:09 +01:00
Jonas Schievink c1cb595382 Move to upstream macro_rules! model 2020-12-15 15:37:37 +01:00
Lukas Wirth a1c8bdecfd Use items can also have doc comments 2020-12-04 17:09:40 +01:00
David Tolnay 8a11da40a7 Parse unsafe extern block 2020-11-22 20:44:56 -08:00
Aleksey Kladov a27186636d Fix attachment of inner doc comments 2020-11-12 12:09:12 +01:00
Aleksey Kladov 5ba4f949c2 Kill RAW_ literals
Syntactically, they are indistinguishable from non-raw versions, so it
doesn't make sense to separate then *at the syntax* level.
2020-11-06 22:23:14 +01:00
Arif Roktim 0a9ff04270 Don't interpret type path as part of visibility. 2020-10-24 02:20:45 -04:00
Lukas Wirth 6f38552edb Add validation check for ambiguous trait objects 2020-10-06 23:52:00 +02:00
Pavan Kumar Sunkara 4d97f5f037 Rename record_field_pat to record_pat_field 2020-09-10 18:56:04 +02:00
Aleksey Kladov 18b667cfcb Complete pub in fields 2020-08-25 17:22:23 +02:00
Aleksey Kladov ef462ed6af Better recovery in use foo::; 2020-08-13 18:50:21 +02:00
Aleksey Kladov 6bc2633c90 Align parser names with grammar 2020-08-13 17:59:27 +02:00
Aleksey Kladov a1c187eef3 Rename ra_syntax -> syntax 2020-08-12 18:30:53 +02:00