-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 4 pull requests #124547
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 4 pull requests #124547
Conversation
No functional changes intended. Found by our experimental rust + LLVM @ HEAD bot: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/27747#018f2570-018c-4b12-9c5a-38cf81453683/957-965
Current LLVM can infer range bounds on the i8s involved with these tests, and annotates it. Accept these bounds if present.
adapt a codegen test for llvm 19 No functional changes intended. Found by our experimental rust + LLVM @ HEAD bot: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/27747#018f2570-018c-4b12-9c5a-38cf81453683/957-965 `@rustbot` label: +llvm-main r? `@durin42`
…-struct, r=oli-obk Add StaticForeignItem and use it on ForeignItemKind This is in preparation for unsafe extern blocks that adds a safe variant for functions inside extern blocks. r? `@oli-obk` cc `@compiler-errors`
Give proof tree visitors the ability to instantiate nested goals directly Useful when we want to look at the nested goals but not necessarily visit them (e.g. in select). r? lcnr
codegen tests: Tolerate `range()` qualifications in enum tests Current LLVM can infer range bounds on the i8s involved with these tests, and annotates it. Accept these bounds if present. `@rustbot` label: +llvm-main cc `@durin42`
@bors r+ rollup=never p=4 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: f9dca46218 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (f973a15): 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.
CyclesResultsThis 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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 673.064s -> 673.535s (0.07%) |
Successful merges:
range()
qualifications in enum tests #124543 (codegen tests: Toleraterange()
qualifications in enum tests)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup