-
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
[beta] Rollup backports #64097
Merged
Merged
[beta] Rollup backports #64097
Commits on Aug 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 15a07a8 - Browse repository at this point
Copy the full SHA 15a07a8View commit details
Commits on Sep 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a06cba2 - Browse repository at this point
Copy the full SHA a06cba2View commit details -
debuginfo: give unique names to closure and generator types
Closure types have been moved to the namespace where they are defined, and both closure and generator type names now include the disambiguator. This fixes an exception when lldb prints nested closures. Fixes rust-lang#57822
Configuration menu - View commit details
-
Copy full SHA for 7014774 - Browse repository at this point
Copy the full SHA 7014774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 981dea5 - Browse repository at this point
Copy the full SHA 981dea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f845c - Browse repository at this point
Copy the full SHA 57f845cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29fe076 - Browse repository at this point
Copy the full SHA 29fe076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e77ef8 - Browse repository at this point
Copy the full SHA 1e77ef8View commit details -
expand: Keep the correct current expansion ID for eager expansions
Solve the problem of `ParentScope` entries for eager expansions not exising in the resolver map by creating them on demand.
Configuration menu - View commit details
-
Copy full SHA for 3d95d17 - Browse repository at this point
Copy the full SHA 3d95d17View commit details -
expand: Do not do questionable span adjustment before eagerly expandi…
…ng an expression Maybe it made sense when it was introduced, but now it's doing something incorrect.
Configuration menu - View commit details
-
Copy full SHA for f2e3031 - Browse repository at this point
Copy the full SHA f2e3031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c4da1 - Browse repository at this point
Copy the full SHA 02c4da1View commit details
Commits on Sep 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5f51210 - Browse repository at this point
Copy the full SHA 5f51210View 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.