-
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
[beta] Rollup backports #62065
Merged
Merged
[beta] Rollup backports #62065
+674
−209
Commits on Jun 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6d48e63 - Browse repository at this point
Copy the full SHA 6d48e63View commit details -
Delay ICE in early_free_scope so feature gate has chance to stop comp…
…ilation cleanly.
Configuration menu - View commit details
-
Copy full SHA for fd8b410 - Browse repository at this point
Copy the full SHA fd8b410View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa0883 - Browse repository at this point
Copy the full SHA 5fa0883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a335ef - Browse repository at this point
Copy the full SHA 2a335efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c06fe - Browse repository at this point
Copy the full SHA 42c06feView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7f52da - Browse repository at this point
Copy the full SHA b7f52daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2790cdf - Browse repository at this point
Copy the full SHA 2790cdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 681d554 - Browse repository at this point
Copy the full SHA 681d554View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2f5f0f - Browse repository at this point
Copy the full SHA b2f5f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccfb34f - Browse repository at this point
Copy the full SHA ccfb34fView commit details -
Revert "Set test flag when rustdoc is running with --test option"
This reverts commit 8ed2292. It caused doctests in this repository to no longer be tested including all of the core crate.
Configuration menu - View commit details
-
Copy full SHA for bb85316 - Browse repository at this point
Copy the full SHA bb85316View commit details -
Beta backport of: Auto merge of rust-lang#61754 - nikomatsakis:trait-…
…caching-perf-3, r=pnkfelix create a "provisional cache" to restore performance in the case of cycles Introduce a "provisional cache" that caches the results of auto trait resolutions but keeps them from entering the *main* cache until everything is ready. This turned out a bit more complex than I hoped, but I don't see another short term fix -- happy to take suggestions! In the meantime, it's very clear we need to rework the trait solver. This resolves the extreme performance slowdown experienced in rust-lang#60846 -- I plan to add a perf.rust-lang.org regression test to track this. Caveat: I've not run `x.py test` in full yet. r? @pnkfelix cc @arielb1 Fixes rust-lang#60846
Configuration menu - View commit details
-
Copy full SHA for 939f397 - Browse repository at this point
Copy the full SHA 939f397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b3d9d4 - Browse repository at this point
Copy the full SHA 4b3d9d4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.