Files
rust/src/libsyntax/parse
Jonas Schievink 48e5199de3 libsyntax: clearer names for some AST parts
This applies the HIR changes from the previous commits to the AST, and
is thus a syntax-[breaking-change]

Renames `PatKind::Vec` to `PatKind::Slice`, since these are called slice
patterns, not vec patterns. Renames `TyKind::Vec`, which represents the
type `[T]`, to `TyKind::Slice`. Renames `TyKind::FixedLengthVec` to
`TyKind::Array`.
2016-09-28 22:31:18 +02:00
..
2016-09-23 07:19:31 +12:00
2016-09-16 21:44:15 +03:00
2016-06-17 05:21:23 +00:00
2016-09-26 07:07:41 +02:00