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

Add ./x.py check src/{libstd,libtest,librustc} #47460

Merged
merged 2 commits into from
Jan 26, 2018

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    734ee0f View commit details
    Browse the repository at this point in the history
  2. Add ./x.py check src/{libstd,libtest,rustc}.

    This currently only supports a limited subset of the full compilation,
    but is likely 90% of what people will want and is possible without
    building a full compiler (i.e., running LLVM). In theory, this means
    that contributors who don't want to build LLVM now have an easy way to
    compile locally, though running tests won't work.
    Mark-Simulacrum committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    6aeb1cf View commit details
    Browse the repository at this point in the history