Rollup of 10 pull requests#107161
Closed
matthiaskrgr wants to merge 24 commits intorust-lang:masterfrom
Closed
Conversation
No functional changes intended. The LLVM commit llvm/llvm-project@e6b0221 added `TargetExtTyID` to the `TypeID` enum. This adapts `RustWrapper` accordingly.
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.
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)
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`
…i-obk Custom MIR: Support binary and unary operations Lower binary and unary operations directly to corresponding unchecked MIR operations. Ultimately this might not be syntax we want, but it allows for experimentation in the meantime. r? ```@oli-obk``` ```@JakobDegen```
…didats-4, r=lcnr
Implement some more predicates in the new solver
Implement a few more goals. The subtype goal specifically is important, since it's required for this code to compile:
```
fn main() {
let mut x = vec![];
x.push(1i32);
}
```
(I think we emit a subtype goal here because of coercion).
Drive-by: Also implements `--compare-mode=next-solver` -- I've been using this locally a lot to find out what works and what doesn't. I'm also happy to split this out into another PR.
r? `@lcnr`
…n, r=m-ou-se Add note about absolute paths to Path::join The note already exists on `PathBuf::push`, but I think it is good to have it on `Path::join` as well since it can cause issues if you are not careful with your input.
… r=notriddle Migrate scraped-examples top and bottom "borders" to CSS variables r? `@notriddle`
Member
Author
|
@bors r+ rollup=never p=10 |
Collaborator
Collaborator
|
⌛ Testing commit 6a040d7 with merge 52887c9a95969d8d2ccc0cedcdead509ac28e413... |
Collaborator
|
💔 Test failed - checks-actions |
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Member
Author
|
Hmm thats weird, none of the PRs looks related at first glance, but the error also don't really look like they might be spurious..? |
Contributor
Oh well, I just made two more (disjoint) rollups. If one of those fails, then I guess we'll have a better idea of which one is the cause for the bors failure 😅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Successful merges:
black_box#106144 (Improve the documentation ofblack_box)SingleUseLifetimeICE #106935 (FixSingleUseLifetimeICE)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup