-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Commits on Feb 23, 2023
-
support
x fmt
for sub and outside of rust directoriesSigned-off-by: ozkanonur <work@onurozkan.dev>
Configuration menu - View commit details
-
Copy full SHA for 49516b3 - Browse repository at this point
Copy the full SHA 49516b3View commit details -
docs: use intra-doc links for
Vec::get(_mut)
Now that rust-lang#63351 is fixed, there's no reason not to.
Configuration menu - View commit details
-
Copy full SHA for a402cb0 - Browse repository at this point
Copy the full SHA a402cb0View commit details -
rustdoc: avoid including
<li>
tags in item table short descFixes a bug seen at https://docs.rs/gl_constants/0.1.1/gl_constants/index.html
Configuration menu - View commit details
-
Copy full SHA for 5a9a3df - Browse repository at this point
Copy the full SHA 5a9a3dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6e0efe - Browse repository at this point
Copy the full SHA b6e0efeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ff1c4d - Browse repository at this point
Copy the full SHA 4ff1c4dView commit details
Commits on Feb 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a861b19 - Browse repository at this point
Copy the full SHA a861b19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34966aa - Browse repository at this point
Copy the full SHA 34966aaView commit details -
Update
fuchsia-test-runner.py
and docsThis updates the test runner to the latest version of the SDK and fixes debugging support for Rust source code.
David Koloski committedFeb 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 6e7902b - Browse repository at this point
Copy the full SHA 6e7902bView commit details
Commits on Feb 25, 2023
-
Rollup merge of rust-lang#108354 - djkoloski:update_fuchsia_test_runn…
…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``
Configuration menu - View commit details
-
Copy full SHA for 94a7835 - Browse repository at this point
Copy the full SHA 94a7835View commit details -
Rollup merge of rust-lang#108404 - ozkanonur:108004, r=jyn514
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``
Configuration menu - View commit details
-
Copy full SHA for 91a8496 - Browse repository at this point
Copy the full SHA 91a8496View commit details -
Rollup merge of rust-lang#108407 - notriddle:notriddle/vec-get-mut, r…
…=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
Configuration menu - View commit details
-
Copy full SHA for 7c562ee - Browse repository at this point
Copy the full SHA 7c562eeView commit details -
Rollup merge of rust-lang#108410 - notriddle:notriddle/tag-item-summa…
…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
Configuration menu - View commit details
-
Copy full SHA for da90fd5 - Browse repository at this point
Copy the full SHA da90fd5View commit details -
Rollup merge of rust-lang#108412 - GuillaumeGomez:fix-gui-test-naviga…
…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``
Configuration menu - View commit details
-
Copy full SHA for 47c7d53 - Browse repository at this point
Copy the full SHA 47c7d53View commit details -
Rollup merge of rust-lang#108433 - compiler-errors:missing-provider-n…
…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 ```
Configuration menu - View commit details
-
Copy full SHA for a4740a1 - Browse repository at this point
Copy the full SHA a4740a1View commit details -
Rollup merge of rust-lang#108434 - obeis:hir-analysis-migrate-diagnos…
…tics, r=Nilstrieb Migrate `rustc_hir_analysis` to session diagnostic [Part One] Finishing `lib.rs` file Updates rust-lang#100717 r? ``@davidtwco``
Configuration menu - View commit details
-
Copy full SHA for 2aad179 - Browse repository at this point
Copy the full SHA 2aad179View commit details