-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 7 pull requests #34611
Commits on Jun 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 58c581c - Browse repository at this point
Copy the full SHA 58c581cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e326d4 - Browse repository at this point
Copy the full SHA 0e326d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a8b402 - Browse repository at this point
Copy the full SHA 7a8b402View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 01386e6 - Browse repository at this point
Copy the full SHA 01386e6View commit details
Commits on Jun 30, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 39a5d3f - Browse repository at this point
Copy the full SHA 39a5d3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84e874f - Browse repository at this point
Copy the full SHA 84e874fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b18ed5b - Browse repository at this point
Copy the full SHA b18ed5bView commit details -
It now prints only unexpected errors and expected errors which weren't found
Configuration menu - View commit details
-
Copy full SHA for 737d854 - Browse repository at this point
Copy the full SHA 737d854View commit details -
There isn't anything deprecated being used in this function.
Configuration menu - View commit details
-
Copy full SHA for 9ad64e4 - Browse repository at this point
Copy the full SHA 9ad64e4View commit details
Commits on Jul 2, 2016
-
Rollup merge of rust-lang#34531 - GuillaumeGomez:libsyntax_err_codes,…
… r=jonathandturner Add error codes in libsyntax r? @jonathandturner Fixes rust-lang#34526
Configuration menu - View commit details
-
Copy full SHA for 2c643bd - Browse repository at this point
Copy the full SHA 2c643bdView commit details -
Rollup merge of rust-lang#34545 - sanxiyn:rustbuild, r=alexcrichton
Add rustc-stageN targets to rustbuild
Configuration menu - View commit details
-
Copy full SHA for 08f4559 - Browse repository at this point
Copy the full SHA 08f4559View commit details -
Rollup merge of rust-lang#34551 - GuillaumeGomez:runtest_improvement,…
… r=alexcrichton Improve runtest output
Configuration menu - View commit details
-
Copy full SHA for 76705df - Browse repository at this point
Copy the full SHA 76705dfView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 533ce9a - Browse repository at this point
Copy the full SHA 533ce9aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 888e2c2 - Browse repository at this point
Copy the full SHA 888e2c2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ebae6d4 - Browse repository at this point
Copy the full SHA ebae6d4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for adda4e4 - Browse repository at this point
Copy the full SHA adda4e4View commit details