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

Start making rusti usable again #6467

Closed
wants to merge 5 commits into from

Commits on May 14, 2013

  1. Get unit tests for rusti working

    * They didn't work before, because the location of the tests caused the
      'sysroot' option to crate lookup to be wrong for finding the correct stage's
      core/std libraries. This moves the compiled tests from the $host/test
      directory into a $host/$stage/test directory. This means that the sysroot will
      be correct and the core/std libraries can actually be found
    * The LLVM bindings apparently aren't threadsafe, so we can't run multiple tests
      in parallel.
    alexcrichton committed May 14, 2013
    Configuration menu
    Copy the full SHA
    54f2147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a9d8ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9af04f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b87fd7 View commit details
    Browse the repository at this point in the history
  5. 5 Configuration menu
    Copy the full SHA
    2ab1da5 View commit details
    Browse the repository at this point in the history