-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 4 pull requests #61274
Rollup of 4 pull requests #61274
Commits on May 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c2e7eb6 - Browse repository at this point
Copy the full SHA c2e7eb6View commit details
Commits on May 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 082da0c - Browse repository at this point
Copy the full SHA 082da0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3defb3f - Browse repository at this point
Copy the full SHA 3defb3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aad13a1 - Browse repository at this point
Copy the full SHA aad13a1View commit details
Commits on May 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fe7b6a9 - Browse repository at this point
Copy the full SHA fe7b6a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe19ed8 - Browse repository at this point
Copy the full SHA fe19ed8View commit details -
Remove *ios* case from print-target-list Makefile
Based on the TODO, this case was added to short-circuit for ios builds, which is no longer necessary. The comment in this Makefile mentions rust-lang#29812 as a dependency, but that issue has been since closed, with a statement that the ICE of concern was resolved circa 1.12. Here we remove this case, and just run the same branch for all targets. Signed-off-by: Kristofer Rye <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8de3ddf - Browse repository at this point
Copy the full SHA 8de3ddfView commit details -
Remove now-dead case statement in print-target-list Makefile
Since this case statement no longer has any branches, remove it. Signed-off-by: Kristofer Rye <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57cea25 - Browse repository at this point
Copy the full SHA 57cea25View commit details
Commits on May 28, 2019
-
Didn't think it was this particular about things, but I also should have tested locally. It makes sense, though---`\` followed by LF would eat it, so we'd have `sysroot done` instead of `sysroot; done` as it is parsed. This should pass now. Signed-off-by: Kristofer Rye <[email protected]> Tested-by: Kristofer Rye <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0f017d - Browse repository at this point
Copy the full SHA e0f017dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53f1c38 - Browse repository at this point
Copy the full SHA 53f1c38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64ee32e - Browse repository at this point
Copy the full SHA 64ee32eView commit details -
Rollup merge of rust-lang#61123 - michaelwoerister:self-profile-dir, …
…r=wesleywiser Allow to specify profiling data output directory as -Zself-profile argument. The PR also makes `rustc` include the crate-name (if already available) in the output file name. r? @wesleywiser At some point we should add some basic tests for `-Zself-profile`.
Configuration menu - View commit details
-
Copy full SHA for 251ca03 - Browse repository at this point
Copy the full SHA 251ca03View commit details -
Rollup merge of rust-lang#61159 - RalfJung:ptr, r=alexcrichton
split core::ptr module into multiple files Cc @Centril
Configuration menu - View commit details
-
Copy full SHA for f91a3ab - Browse repository at this point
Copy the full SHA f91a3abView commit details -
Rollup merge of rust-lang#61164 - RalfJung:scalar, r=oli-obk
rename Scalar::Bits to Scalar::Raw and bits field to data Also use this opportunity to seal some abstraction leaks (other modules constructing `Scalar::Bits` directly instead of using a constructor). r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 16ef483 - Browse repository at this point
Copy the full SHA 16ef483View commit details -
Rollup merge of rust-lang#61250 - rye:print-target-list--rm-ios-case,…
… r=alexcrichton Remove special case for *ios* builds in run-make-fulldeps/print-target-list Makefile Previous `TODO` comment in this file mentions [an issue that was closed](rust-lang#29812), and I was able to confirm locally that provided code in that issue no longer produces an ICE. Discussion on that issue seems to indicate this code was no longer needed as of 1.12.0. I removed the `*ios*` branch from this `case` statement as it may cause confusion, then removed the case statement entirely as it only had a wildcard branch.
Configuration menu - View commit details
-
Copy full SHA for e06547f - Browse repository at this point
Copy the full SHA e06547fView commit details