-
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] backport rollup #103739
Merged
Merged
[beta] backport rollup #103739
Commits on Oct 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4b7c6cb - Browse repository at this point
Copy the full SHA 4b7c6cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf5c3b8 - Browse repository at this point
Copy the full SHA cf5c3b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a6fc7a - Browse repository at this point
Copy the full SHA 4a6fc7aView commit details -
Fix line numbers for MIR inlined code
`should_collapse_debuginfo` detects if the specified span is part of a macro expansion however it does this by checking if the span is anything other than a normal (non-expanded) kind, then the span sequence is walked backwards to the root span. This doesn't work when the MIR inliner inlines code as it creates spans with expansion information set to `ExprKind::Inlined` and results in the line number being attributed to the inline callsite rather than the normal line number of the inlined code.
Configuration menu - View commit details
-
Copy full SHA for 1de923f - Browse repository at this point
Copy the full SHA 1de923fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 544b3cc - Browse repository at this point
Copy the full SHA 544b3ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea89003 - Browse repository at this point
Copy the full SHA ea89003View commit details -
Configuration menu - View commit details
-
Copy full SHA for b251c69 - Browse repository at this point
Copy the full SHA b251c69View commit details -
Configuration menu - View commit details
-
Copy full SHA for a258a54 - Browse repository at this point
Copy the full SHA a258a54View commit details -
Mark
std::os::wasi::io::AsFd
etc. as stable.io_safety was stabilized in Rust 1.63, so mark the io_safety exports in `std::os::wasi::io` as stable. Fixes rust-lang#103306.
Configuration menu - View commit details
-
Copy full SHA for 002ce8c - Browse repository at this point
Copy the full SHA 002ce8cView commit details -
Truncate thread names on Linux and Apple targets
These targets have system limits on the thread names, 16 and 64 bytes respectively, and `pthread_setname_np` returns an error if the name is longer. However, we're not in a context that can propagate errors when we call this, and we used to implicitly truncate on Linux with `prctl`, so now we manually truncate these names ahead of time.
Configuration menu - View commit details
-
Copy full SHA for 150eda3 - Browse repository at this point
Copy the full SHA 150eda3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d6b7d4 - Browse repository at this point
Copy the full SHA 6d6b7d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5baadbd - Browse repository at this point
Copy the full SHA 5baadbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cd924b - Browse repository at this point
Copy the full SHA 2cd924bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80348e4 - Browse repository at this point
Copy the full SHA 80348e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d6e3d9 - Browse repository at this point
Copy the full SHA 2d6e3d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 390e475 - Browse repository at this point
Copy the full SHA 390e475View commit details -
Configuration menu - View commit details
-
Copy full SHA for 238c5de - Browse repository at this point
Copy the full SHA 238c5deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e9b8ba - Browse repository at this point
Copy the full SHA 3e9b8baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 108b32e - Browse repository at this point
Copy the full SHA 108b32eView 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.