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

Pre-expansion gate most of the things #65742

Merged
merged 13 commits into from
Oct 25, 2019

Commits on Oct 23, 2019

  1. syntax: reject trait Foo: Bar = Baz;.

    Add test for rejecting `trait A: B1 = B2;`.
    Also test rejection of `trait A: = B;`.
    Centril committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    2e64bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d182b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c17a1fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04c661b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49cbfa1 View commit details
    Browse the repository at this point in the history
  6. pre-expansion gate decl_macro

    Centril committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    1f470ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2aff6b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    665a876 View commit details
    Browse the repository at this point in the history
  9. pre-expansion gate try_blocks

    Centril committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    1935ba6 View commit details
    Browse the repository at this point in the history
  10. dedup GAT gate checks

    Centril committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    66995a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    137ded8 View commit details
    Browse the repository at this point in the history
  12. pre-expansion gate box_syntax

    Centril committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    e4ed886 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    15a6c09 View commit details
    Browse the repository at this point in the history