-
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 7 pull requests #108450
Rollup of 7 pull requests #108450
Conversation
Signed-off-by: ozkanonur <work@onurozkan.dev>
Now that rust-lang#63351 is fixed, there's no reason not to.
Part one, lib.rs file
This updates the test runner to the latest version of the SDK and fixes debugging support for Rust source code.
…er, r=djkoloski Update `fuchsia-test-runner.py` and docs This updates the test runner to the latest version of the SDK and fixes debugging support for Rust source code. r? ``@tmandry``
support `x fmt` for sub and outside of rust directories This PR makes `x fmt` to be succesfully work from sub or outside dir of rust. The following cases are tested and the results were successful. ```sh # from rust/library directory ../x fmt compiler --check ../x fmt compiler/rustc # from outside of rust directory ../../rust/x fmt library/std library/core --check ../../rust/x fmt library/std ``` Resolves rust-lang#108004 r? ``@albertlarsan68``
…=thomcc docs: use intra-doc links for `Vec::get(_mut)` Now that rust-lang#63351 is fixed, there's no reason not to. CC rust-lang#75672
…ry, r=GuillaumeGomez rustdoc: avoid including `<li>` tags in item table short desc Fixes a bug seen at https://docs.rs/gl_constants/0.1.1/gl_constants/index.html
…tion-bug, r=notriddle Fix GUI test navigation bug Following GuillaumeGomez/browser-UI-test#438, we can now remove this `wait-for`. Should help with rust-lang#93784. r? ``@notriddle``
…it, r=Nilstrieb Wrap missing provider message correctly Fixes rust-lang#108429 ``` error: internal compiler error: compiler/rustc_middle/src/ty/query.rs:441:1: `tcx.trigger_delay_span_bug(DefId(0:3 ~ test[78c5]::main))` is not supported for local crate; hint: Queries can be either made to the local crate, or the external crate. This error means you tried to use it for one that's not supported. If that's not the case, trigger_delay_span_bug was likely never assigned to a provider function. thread 'rustc' panicked at 'Box<dyn Any>', /home/ec2-user/rust3/compiler/rustc_errors/src/lib.rs:1651:9 stack backtrace: 0: 0x7f51870926d7 - std::backtrace_rs::backtrace::libunwind::trace::hb0876bb39e7adf0d at /home/ec2-user/rust3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 1: 0x7f51870926d7 - std::backtrace_rs::backtrace::trace_unsynchronized::h1bcab1313827007b at /home/ec2-user/rust3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 2: 0x7f5187077e07 - std::sys_common::backtrace::_print_fmt::h262d2a62279fa102 at /home/ec2-user/rust3/library/std/src/sys_common/backtrace.rs:65:5 ```
…tics, r=Nilstrieb Migrate `rustc_hir_analysis` to session diagnostic [Part One] Finishing `lib.rs` file Updates rust-lang#100717 r? ``@davidtwco``
@bors r+ rollup=never p=7 |
⌛ Testing commit 2aad179 with merge 3d53aeb9aae525169e547edf586fe5e40eb914ab... |
💔 Test failed - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: dcca6a375b In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (31448ba): 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:
fuchsia-test-runner.py
and docs #108354 (Updatefuchsia-test-runner.py
and docs)x fmt
for sub and outside of rust directories #108404 (supportx fmt
for sub and outside of rust directories)Vec::get(_mut)
#108407 (docs: use intra-doc links forVec::get(_mut)
)<li>
tags in item table short desc #108410 (rustdoc: avoid including<li>
tags in item table short desc)rustc_hir_analysis
to session diagnostic [Part One] #108434 (Migraterustc_hir_analysis
to session diagnostic [Part One])Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup