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

Batch up libsyntax breaking changes #36066

Merged
merged 24 commits into from
Aug 30, 2016
Merged

Batch up libsyntax breaking changes #36066

merged 24 commits into from
Aug 30, 2016

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    28ed8b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6e06a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Configuration menu
    Copy the full SHA
    5948182 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2016

  1. Refactor away variant ast::PathListItemKind::Mod

    and refactor `ast::PathListItemKind::Ident` -> `ast::PathListItem_`.
    jseyfried committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    98ce875 View commit details
    Browse the repository at this point in the history
  2. Refactor away variant hir::PathListItem_::Mod

    and refacotor `hir::PathListItem_::Ident` -> `hir::PathListItem_`.
    jseyfried committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    c4d577b View commit details
    Browse the repository at this point in the history
  3. Fix fallout in rustdoc.

    jseyfried committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    9d99fe9 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. Configuration menu
    Copy the full SHA
    8250a26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eb08bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e264828 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfb01bb View commit details
    Browse the repository at this point in the history
  5. Fix fallout in tests.

    jseyfried committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    469753f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2016

  1. Configuration menu
    Copy the full SHA
    1e9e798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa5c4bb View commit details
    Browse the repository at this point in the history
  3. Add UI test for E0379

    KiChjang committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    e46b09a View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#35591 - GuillaumeGomez:generics_span, r=jntrmr

    Add Span field for Generics structs
    jseyfried committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    b833e8d View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#35618 - jseyfried:ast_view_path_refactor, r…

    …=eddyb
    
    Refactor `PathListItem`s
    
    This refactors away variant `Mod` of `ast::PathListItemKind` and refactors the remaining variant `Ident` to a struct `ast::PathListItem_`.
    jseyfried committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    37f3017 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#35480 - KiChjang:e0379-bonus, r=nikomatsakis

    Move E0379 check from typeck to ast validation
    
    Part of rust-lang#35233.
    Extension of rust-lang#35338, rust-lang#35364.
    Fixes rust-lang#35404.
    jseyfried committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    bd38e89 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#35728 - petrochenkov:empderive, r=manishearth

    Fix #[derive] for empty tuple structs/variants
    
    This was missing from rust-lang#35138
    jseyfried committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    413ecde View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#35850 - SergioBenitez:master, r=nrc

    Implement RFC#1559: allow all literals in attributes
    
    Implemented rust-lang/rfcs#1559, tracked by rust-lang#34981.
    jseyfried committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    6303640 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#35917 - jseyfried:remove_attr_ext_traits, r…

    …=nrc
    
    syntax: Remove traits `AttrMetaMethods`, `AttributeMethods`, and `AttrNestedMetaItemMethods`
    jseyfried committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    c14ff28 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. Configuration menu
    Copy the full SHA
    4fe94e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    663caa9 View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts.

    jseyfried committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    cdde06e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. Configuration menu
    Copy the full SHA
    02f081c View commit details
    Browse the repository at this point in the history