rust/src/libsyntax/parse
Zack M. Davis 3fb76f4027 inclusive range syntax lint (.....=)
Our implementation ends up changing the `PatKind::Range` variant in the
AST to take a `Spanned<RangeEnd>` instead of just a `RangeEnd`, because
the alternative would be to try to infer the span of the range operator
from the spans of the start and end subexpressions, which is both
hideous and nontrivial to get right (whereas getting the change to the
AST right was a simple game of type tennis).

This is concerning #51043.
2018-06-26 07:54:49 -07:00
..
lexer migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
attr.rs Crate-ify and delete unused code in syntax::parse 2018-06-09 16:57:19 -06:00
classify.rs label-break-value: Parsing and AST/HIR changes 2018-05-16 13:56:24 +02:00
mod.rs Auto merge of #51580 - cramertj:async-await, r=eddyb 2018-06-23 09:02:45 +00:00
parser.rs inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
token.rs Crate-ify and delete unused code in syntax::parse 2018-06-09 16:57:19 -06:00