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

RFC: Procedural macros 1.1 #1681

Merged
merged 8 commits into from
Aug 22, 2016
Merged

Commits on Jul 18, 2016

  1. RFC: Macros 1.1

    Extract a very small sliver of today's procedural macro system in the compiler,
    just enough to get basic features like custom derive working, to have an
    eventually stable API. Ensure that these features will not pose a maintenance
    burden on the compiler but also don't try to provide enough features for the
    "perfect macro system" at the same time. Overall, this should be considered an
    incremental step towards an official "plugins 2.0".
    alexcrichton committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    e2981fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea504d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9659073 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b052f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00e6ec0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

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

Commits on Jul 20, 2016

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

Commits on Aug 22, 2016

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