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

Break dependencies between syntax_ext and other crates #62771

Merged
merged 5 commits into from
Jul 28, 2019

Commits on Jul 27, 2019

  1. Break dependencies between syntax_ext and some other crates

    Move `source_uitil` macros into `syntax_ext`
    Cleanup dependencies of `rustc_driver`
    petrochenkov committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    3eeec1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ad0daa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6eda99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d535bd View commit details
    Browse the repository at this point in the history
  5. syntax_ext: proc_macro_decls -> proc_macro_harness

    Few other minor renamings for consistency.
    Remove one unused dependency from `rustc_passes`.
    Fix libsyntax tests.
    Fix rebase.
    petrochenkov committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    b5a0e6e View commit details
    Browse the repository at this point in the history