-
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 3 pull requests #60992
Rollup of 3 pull requests #60992
Commits on May 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b53d839 - Browse repository at this point
Copy the full SHA b53d839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e73ca6 - Browse repository at this point
Copy the full SHA 3e73ca6View commit details
Commits on May 20, 2019
-
Bump compiler-builtins to 0.1.15
This commit bumps the `compiler-builtins` dependency to 0.1.15 which expects to have the source for `compiler-rt` provided externally if the `c` feature is enabled. This then plumbs through the necessary support in the build system to ensure that if the `llvm-project` directory is checked out and present that we enable the `c` feature of `compiler-builtins` and compile in all the C intrinsics.
Configuration menu - View commit details
-
Copy full SHA for 69c6326 - Browse repository at this point
Copy the full SHA 69c6326View commit details -
Configuration menu - View commit details
-
Copy full SHA for a775d11 - Browse repository at this point
Copy the full SHA a775d11View commit details
Commits on May 21, 2019
-
Rollup merge of rust-lang#60950 - taiki-e:arbitrary_self_types-tests,…
… r=Centril Move arbitrary self types's tests into ui/self rust-lang#60944 (comment) r? @Centril
Configuration menu - View commit details
-
Copy full SHA for 5bc84d2 - Browse repository at this point
Copy the full SHA 5bc84d2View commit details -
Rollup merge of rust-lang#60981 - alexcrichton:update-compiler-builti…
…ns, r=cuviper Bump compiler-builtins to 0.1.15 This commit bumps the `compiler-builtins` dependency to 0.1.15 which expects to have the source for `compiler-rt` provided externally if the `c` feature is enabled. This then plumbs through the necessary support in the build system to ensure that if the `llvm-project` directory is checked out and present that we enable the `c` feature of `compiler-builtins` and compile in all the C intrinsics.
Configuration menu - View commit details
-
Copy full SHA for 89f7628 - Browse repository at this point
Copy the full SHA 89f7628View commit details -
Rollup merge of rust-lang#60985 - cr1901:msp430-fix, r=alexcrichton
Bump LLVM submodule to fix MSP430 AsmPrinter and assembler syntax mismatch. Moving on to steps 9 and 10 of the llvm bugfix [guide](https://rust-lang.github.io/rustc-guide/codegen/updating-llvm.html#bugfix-updates), now that Rust's copy of LLVM was [updated](rust-lang/llvm-project#13). This PR closes issue rust-lang#59077. Nightlies following this PR should have working msp430 codegen again :D. Thanks for the prompt response even though it took me a while to get this "simple" PR done!
Configuration menu - View commit details
-
Copy full SHA for 62afa76 - Browse repository at this point
Copy the full SHA 62afa76View commit details