-
Notifications
You must be signed in to change notification settings - Fork 13k
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 5 pull requests #119945
Rollup of 5 pull requests #119945
Conversation
So they can remove it after they've removed the merge commit.
…ource, r=Mark-Simulacrum Move section "Installing from Source" to seperate file cc rust-lang#118627
store the segment name when resolution fails Fixes rust-lang#112672 The `find_cfg_stripped` does indeed get executed within `smart_resolve_report_errors`. However, this error is not reported as it is subsequently overridden by `parent_err`. (See: https://github.com/rust-lang/rust/blob/master/compiler/rustc_resolve/src/late.rs#L3760) This PR changes `last_segment` to `segment`, which stores the name of the failed resolution, and ensures that the result of `find_cfg_stripped` is also included in `parent_err`. r? ```@Nilstrieb```
…isDenton Move personality implementation out of PAL The module already follows the new convention described in rust-lang#117276. This PR also includes a small fix in the tidy pal check, that was just an oversight in rust-lang#117285.
…rove, r=ehuss Improve UEFI target docs * Add a section showing exactly how to build a driver instead of an application * Add links to the crates mentioned in the doc CC `@dvdhrm`
…enticated, r=fmease Allow unauthorized users to user the has-merge-commits label So they can remove it after they've removed the merge commit.
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: d78329b92e In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (3deb9bb): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 668.17s -> 664.704s (-0.52%) |
Successful merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup