-
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
1.30.1 stable release #55738
Merged
Merged
1.30.1 stable release #55738
Commits on Nov 7, 2018
-
We're gonna link to nightly as this didn't make it into the corresponding stable.
Configuration menu - View commit details
-
Copy full SHA for 0d442ec - Browse repository at this point
Copy the full SHA 0d442ecView commit details -
Co-Authored-By: steveklabnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66158c1 - Browse repository at this point
Copy the full SHA 66158c1View commit details -
Auto merge of rust-lang#54199 - nikomatsakis:predicate_may_hold-failu…
…re, r=eddyb overlook overflows in rustdoc trait solving Context: The new rustdoc "auto trait" feature walks across impls and tries to run trait solving on them with a lot of unconstrained variables. This is prone to overflows. These overflows used to cause an ICE because of a caching bug (fixed in this PR). But even once that is fixed, it means that rustdoc causes an overflow rather than generating docs. This PR therefore adds a new helper that propagates the overflow error out. This requires rustdoc to then decide what to do when it encounters such an overflow: technically, an overflow represents neither "yes" nor "no", but rather a failure to make a decision. I've decided to opt on the side of treating this as "yes, implemented", since rustdoc already takes an optimistic view. This may prove to include too many items, but I *suspect* not. We could probably reduce the rate of overflows by unifying more of the parameters from the impl -- right now we only seem to consider the self type. Moreover, in the future, as we transition to Chalk, overflow errors are expected to just "go away" (in some cases, though, queries might return an ambiguous result). Fixes rust-lang#52873 cc @QuietMisdreavus -- this is the stuff we were talking about earlier cc @GuillaumeGomez -- this supersedes rust-lang#53687
Configuration menu - View commit details
-
Copy full SHA for 6209276 - Browse repository at this point
Copy the full SHA 6209276View commit details -
Auto merge of rust-lang#55362 - ehuss:releases-cargo-new-edition, r=M…
…ark-Simulacrum Remove `cargo new --edition` from release notes. This was removed at the last minute (rust-lang#55315, rust-lang/cargo#6216). Apologies for not catching this.
Configuration menu - View commit details
-
Copy full SHA for d6cd7bb - Browse repository at this point
Copy the full SHA d6cd7bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 441d862 - Browse repository at this point
Copy the full SHA 441d862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb1eb7 - Browse repository at this point
Copy the full SHA 5eb1eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b2de1 - Browse repository at this point
Copy the full SHA 83b2de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e6ce4 - Browse repository at this point
Copy the full SHA 59e6ce4View 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.