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

split rustc::metadata to a rustc_metadata crate #30043

Merged
merged 10 commits into from
Nov 26, 2015

Commits on Nov 26, 2015

  1. stop using csearch in librustc and librustc_lint

    arielb1 authored and Ariel Ben-Yehuda committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    3877664 View commit details
    Browse the repository at this point in the history
  2. remove csearch from resolve and typeck

    arielb1 authored and Ariel Ben-Yehuda committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    f5fbefa View commit details
    Browse the repository at this point in the history
  3. remove csearch from the rest of rustc

    arielb1 authored and Ariel Ben-Yehuda committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    11dbb69 View commit details
    Browse the repository at this point in the history
  4. make CrateStore a trait object

    rustdoc still broken
    arielb1 authored and Ariel Ben-Yehuda committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    d45dd94 View commit details
    Browse the repository at this point in the history
  5. make check works

    arielb1 authored and Ariel Ben-Yehuda committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    26b1920 View commit details
    Browse the repository at this point in the history
  6. move librustc/plugin to librustc_plugin

    this is a [breaking-change] to all plugin authors - sorry
    arielb1 authored and Ariel Ben-Yehuda committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    1430a35 View commit details
    Browse the repository at this point in the history
  7. split the metadata code into rustc_metadata

    tests & rustdoc still broken
    arielb1 authored and Ariel Ben-Yehuda committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    0a8bb4c View commit details
    Browse the repository at this point in the history
  8. fix tests & rustdoc

    arielb1 authored and Ariel Ben-Yehuda committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    52dd2b4 View commit details
    Browse the repository at this point in the history
  9. fix tidy

    Ariel Ben-Yehuda committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    4190dce View commit details
    Browse the repository at this point in the history
  10. fix rustc-test

    Ariel Ben-Yehuda committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    43a6deb View commit details
    Browse the repository at this point in the history