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

Initial import of the Aster syntax::ast builder library #28006

Closed
wants to merge 1 commit into from

Commits on Aug 26, 2015

  1. Initial import of the Aster syntax::ast builder library

    This imports the [aster](https://github.com/serde-rs/serde) library
    into the Rust repository as an unstable library. Aster is a
    `syntax::ast` builder, that simplifies the generation of rust AST.
    It abstracts away many of the default options, and shields the
    user from fields being added, removed, or restructured in many
    circumstances. This allows a library like
    [Serde](https://github.com/serde-rs/serde) to be much more
    reliably compiled on nightly, which has not been broken by aster
    in the past couple months.
    
    This is specifically being done for the Servo project, which has
    started to use Serde and has gotten broken a few times because
    of the lag between libsyntax changes and the requisite changes
    needed to be made in Aster.
    erickt committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    bf5efee View commit details
    Browse the repository at this point in the history