rust/src/libsyntax/parse
leonardo.yvens 1f4b630899 add auto keyword, parse auto trait, lower to HIR
Adds an `IsAuto` field to `ItemTrait` which flags if the trait was
declared as an `auto trait`.

Auto traits cannot have generics nor super traits.
2017-11-03 16:13:20 -02:00
..
lexer Add short message-format 2017-10-20 16:04:32 +02:00
attr.rs edit and fix bad spacing of inner-attribute-not-allowed note 2017-10-30 17:11:33 -07:00
classify.rs Catch expression does not require semicolon to be a statement 2017-07-18 03:42:21 +03:00
common.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
mod.rs Auto merge of #43716 - MaloJaffre:_-in-literals, r=petrochenkov 2017-09-12 01:25:23 +00:00
obsolete.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
parser.rs add auto keyword, parse auto trait, lower to HIR 2017-11-03 16:13:20 -02:00
token.rs Improve recovery after unexpected tokens parsing sequence 2017-10-25 00:04:01 +11:00