rust/src/libsyntax/diagnostics
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
..
macros.rs replace fileline_{help,note} with {help,note} 2016-05-02 11:49:23 -04:00
metadata.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
plugin.rs libsyntax: clearer names for some AST parts 2016-09-28 22:31:18 +02:00