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

Rollup of 7 pull requests #34611

Merged
merged 16 commits into from
Jul 2, 2016
Merged

Rollup of 7 pull requests #34611

merged 16 commits into from
Jul 2, 2016

Commits on Jun 29, 2016

  1. Configuration menu
    Copy the full SHA
    58c581c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e326d4 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    GuillaumeGomez committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    7a8b402 View commit details
    Browse the repository at this point in the history
  4. Reject invalid urls in linkchecker

    For example root-relative links will now be rejected.
    
    Also remove some exceptions which have since been fixed and fix a typo in
    the broken redirect handling.
    ollie27 committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    01386e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. rustbuild: Implement testing for Android

    This commit enhances the rustbuild support for testing Android to the same level
    of parity as the makefiles. This involved:
    
    * A new step to copy the standard library and other shared objects to the
      emulator. This is injected as a dependency of all test suites for Android.
    * Appropriate arguments are now passed through to compiletest to ensure that it
      can run tests.
    * When testing the standard library the test executables are probed for and
      shipped to the emulator to run for each test.
    * Fixing compilation of compiler-rt a bit
    
    All support added here is modeled after what's found in the makefiles, just
    translating one strategy to another. As an added bonus this commit adds support
    for the "check" step to automatically run tests for all targets, and the
    "check-target" step now runs all tests for a particular target, automatically
    filtering the tests if the target is detected as a cross-compile.
    
    Note that we don't (and probably won't) have a bot which is actually going to
    exercise any of this just yet, but all tests have passed locally for me at
    least.
    alexcrichton committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    39a5d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84e874f View commit details
    Browse the repository at this point in the history
  3. Fix README.md command consistency

    The ./configure command in README.md's Building Documentation section was
    missing the $ prefix. Add the prefix to be consistent with other commands in the
    document.
    jviide authored Jun 30, 2016
    Configuration menu
    Copy the full SHA
    b18ed5b View commit details
    Browse the repository at this point in the history
  4. Improve runtest output

    It now prints only unexpected errors and expected errors which weren't found
    GuillaumeGomez committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    737d854 View commit details
    Browse the repository at this point in the history
  5. remove unneeded allow flag

    There isn't anything deprecated being used in this function.
    steveklabnik committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    9ad64e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2016

  1. Rollup merge of rust-lang#34531 - GuillaumeGomez:libsyntax_err_codes,…

    … r=jonathandturner
    
    Add error codes in libsyntax
    
    r? @jonathandturner
    
    Fixes rust-lang#34526
    Manishearth authored Jul 2, 2016
    Configuration menu
    Copy the full SHA
    2c643bd View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#34545 - sanxiyn:rustbuild, r=alexcrichton

    Add rustc-stageN targets to rustbuild
    Manishearth authored Jul 2, 2016
    Configuration menu
    Copy the full SHA
    08f4559 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#34551 - GuillaumeGomez:runtest_improvement,…

    … r=alexcrichton
    
    Improve runtest output
    Manishearth authored Jul 2, 2016
    Configuration menu
    Copy the full SHA
    76705df View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#34566 - ollie27:linkchecker_invalid_urls, r…

    …=alexcrichton
    
    Reject invalid urls in linkchecker
    
    For example root-relative links will now be rejected.
    
    Also remove some exceptions which have since been fixed and fix a typo in
    the broken redirect handling.
    Manishearth authored Jul 2, 2016
    Configuration menu
    Copy the full SHA
    533ce9a View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#34567 - alexcrichton:rustbuild-android, r=b…

    …rson
    
    rustbuild: Implement testing for Android
    
    This commit enhances the rustbuild support for testing Android to the same level
    of parity as the makefiles. This involved:
    
    * A new step to copy the standard library and other shared objects to the
      emulator. This is injected as a dependency of all test suites for Android.
    * Appropriate arguments are now passed through to compiletest to ensure that it
      can run tests.
    * When testing the standard library the test executables are probed for and
      shipped to the emulator to run for each test.
    * Fixing compilation of compiler-rt a bit
    
    All support added here is modeled after what's found in the makefiles, just
    translating one strategy to another. As an added bonus this commit adds support
    for the "check" step to automatically run tests for all targets, and the
    "check-target" step now runs all tests for a particular target, automatically
    filtering the tests if the target is detected as a cross-compile.
    
    Note that we don't (and probably won't) have a bot which is actually going to
    exercise any of this just yet, but all tests have passed locally for me at
    least.
    Manishearth authored Jul 2, 2016
    Configuration menu
    Copy the full SHA
    888e2c2 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#34574 - jviide:patch-1, r=alexcrichton

    Fix README.md command consistency
    
    The `./configure` command in README.md's Building Documentation section was missing the `$` prefix. Add the prefix to be consistent with other commands in the document.
    Manishearth authored Jul 2, 2016
    Configuration menu
    Copy the full SHA
    ebae6d4 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#34583 - steveklabnik:remove-unneeded-deprec…

    …ated, r=alexcrichton
    
    remove unneeded allow flag
    
    There isn't anything deprecated being used in this function.
    
    This built fine for me locally, but just to be sure, should check Travis.
    Manishearth authored Jul 2, 2016
    Configuration menu
    Copy the full SHA
    adda4e4 View commit details
    Browse the repository at this point in the history