Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call arrays "arrays" instead of "vecs" internally #36599

Merged
merged 5 commits into from
Oct 1, 2016
Merged

Call arrays "arrays" instead of "vecs" internally #36599

merged 5 commits into from
Oct 1, 2016

Commits on Sep 28, 2016

  1. Remove unused TypeError variants

    These weren't flagged by the lint because they were still technically
    created somewhere... if you created them before, somehow.
    jonas-schievink committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    69c3d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf0b7bd View commit details
    Browse the repository at this point in the history
  3. 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`.
    jonas-schievink committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    48e5199 View commit details
    Browse the repository at this point in the history
  4. Fix tidy

    jonas-schievink committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    e59756e View commit details
    Browse the repository at this point in the history
  5. Fix rebase fallout

    jonas-schievink committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    bc2b283 View commit details
    Browse the repository at this point in the history