-
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 #114368
Rollup of 5 pull requests #114368
Conversation
I could not find a test for this particular use case. The closest I got was `tests/ui/imports/issue-37887.rs`, but that is a regression test for a different use case.
Signed-off-by: SparrowLii <liyuan179@huawei.com>
…oli-obk Use `upvar_tys` in more places, make it return a list Just a cleanup that fell out of a PR that I was gonna write, but that PR kinda got stuck.
Add regression test for resolving `--extern libc=test.rlib` Closes rust-lang#26043 I could not find a test for this particular use case. The closest I got was [`tests/ui/imports/issue-37887.rs`](https://github.com/rust-lang/rust/blob/master/tests/ui/imports/issue-37887.rs), but that is a regression test for a different use case (see rust-lang#37887).
get auto traits for parallel rustc test for rust-lang#106930 #[Edit] Since this doesn't block try build now, we can close rust-lang#106930 fixes rust-lang#106930
fix and extend ptr_comparison test r? ```@oli-obk```
…ount, r=albertlarsan68 x.py print more detailed format files and untracked files count Fixes rust-lang#114245
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: d170833431 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (7637653): 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. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 648.737s -> 649.933s (0.18%) |
Successful merges:
upvar_tys
in more places, make it return a list #114079 (Useupvar_tys
in more places, make it return a list)--extern libc=test.rlib
#114166 (Add regression test for resolving--extern libc=test.rlib
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup