-
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
Rollup of 8 pull requests #107185
Rollup of 8 pull requests #107185
Conversation
No functional changes intended. The LLVM commit llvm/llvm-project@e6b0221 added `TargetExtTyID` to the `TypeID` enum. This adapts `RustWrapper` accordingly.
Fixes (without a test) rust-lang#98746.
It was disabled in rust-lang#75103 due to an LLVM bug, but followup comments have confirmed that it builds fine on Fedora with LLVM 15.
…ncompat, r=davidtwco Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report See rust-lang#79813 for a discussion of this lint. This has been warn-by-default for over a year, so adding it to the future-incompat report should help to find libraries that haven't yet updated.
llvm-wrapper: adapt for LLVM API change No functional changes intended. The LLVM commit llvm/llvm-project@e6b0221 added `TargetExtTyID` to the `TypeID` enum. This adapts `RustWrapper` accordingly.
Improve the documentation of `black_box` There don't seem to be many great resources on how `black_box` should be used, so I added some information here
…losure, r=TaKO8Ki Label closure captures/generator locals that make opaque types recursive cc rust-lang#46415 (comment)
Update cc to 1.0.77 Fixes (without a test) rust-lang#98746.
Fix `SingleUseLifetime` ICE Fixes rust-lang#104440 cc: ``@matthiaskrgr``
Re-enable building rust-analyzer on riscv64 It was disabled in rust-lang#75103 due to an LLVM bug, but followup comments have confirmed that it builds fine on Fedora with LLVM 15. r? ```@Mark-Simulacrum``` cc ```@matklad``` ```@davidlt```
…ulacrum Add new bootstrap members to triagebot.toml ```@ozkanonur``` if you want to be assigned to review PRs too, just post a message to this thread. Should a `T-bootstrap` label be created, since `src/tools/tidy` is assigned to the `bootstrap` members, but labeled `A-testsuite` (and not `A-bootstrap`) ? cc ```@jyn514```
@bors r+ rollup=never p=8 |
☀️ Test successful - checks-actions |
1 similar comment
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 940d00f2f6 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
1 similar comment
📌 Perf builds for each rolled up PR:
previous master: 940d00f2f6 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
📌 Perf builds for each rolled up PR: previous master: 85da15c016 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (940d00f): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. 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. |
Successful merges:
SEMICOLON_IN_EXPRESSIONS_FROM_MACROS
to future-incompat report #103418 (AddSEMICOLON_IN_EXPRESSIONS_FROM_MACROS
to future-incompat report)black_box
#106144 (Improve the documentation ofblack_box
)SingleUseLifetime
ICE #106935 (FixSingleUseLifetime
ICE)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup