-
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 11 pull requests #93645
Rollup of 11 pull requests #93645
Conversation
The "CI" environment var isn't universal (for example, I think Azure uses TF_BUILD). However, we are mostly concerned with rust-lang/rust's own CI which currently is GitHub Actions which does set "CI". And I think most other providers use "CI" as well.
Prior to a change, it would only look at types in bounds. When it started looking for consts, shadowing type variables with a const would cause an ICE, so now defer looking at consts only if there are no types present.
single_char_pattern and to_string_in_format_args
clippy::map_flatten clippy::clone_on_copy clippy::useless_conversion clippy::needless_arbitrary_self_type
…am, r=jsha Add crate filter parameter in URL Fixes rust-lang#92621. r? `@jsha`
Windows: Disable LLVM crash dialog boxes. This disables the crash dialog box on Windows. When LLVM hits an assertion, it will open a dialog box with Abort/Retry/Ignore. This is annoying on CI because CI will just hang until it times out (which can take hours). Instead of opening a dialog box, it will print a message like this: ``` Assertion failed: isa<X>(Val) && "cast<Ty>() argument of incompatible type!", file D:\Proj\rust\rust\src\llvm-project\llvm\include\llvm/Support/Casting.h, line 255 ``` Closes rust-lang#92829
…t, r=Mark-Simulacrum Add rustdoc info to jsondocck output Makes debugging issues in the generated output simpler by handling emitted logs and etc.
… r=Mark-Simulacrum Add package.json in gitignore It happened a few times (last one is https://github.com/rust-lang/rust/pull/93537/files#r796757998) so I think it's fine to ignore this file to prevent it to happen again in the future. :) r? ```@Mark-Simulacrum```
…rk-Simulacrum Link `try_exists` docs to `Path::exists` Links to the existing `Path::exists` method from both `std::Path::try_exists` and `std::fs:try_exists`. Tracking issue for `path_try_exists`: rust-lang#83186
…-ou-se Missing tests for rust-lang#92630 fixes rust-lang#93143
Fix ret > 1 bound if shadowed by const Prior to a change, it would only look at types in bounds. When it started looking for consts, shadowing type variables with a const would cause an ICE, so now defer looking at consts only if there are no types present. cc ``````@compiler-errors`````` Should Fix rust-lang#93553
clippy::perf fixes single_char_pattern and to_string_in_format_args
…to-iter, r=oli-obk rustc_mir_dataflow: use iter::once instead of Some().into_iter
…aumeGomez rustdoc: clippy::complexity fixes clippy::map_flatten clippy::clone_on_copy clippy::useless_conversion clippy::needless_arbitrary_self_type
…GuillaumeGomez rustdoc: remove unused Hash impl
@bors r+ rollup=never p=11 |
📌 Commit 1426f0e has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (cb18e83): comparison url. Summary: This benchmark run did not return any relevant results. 18 results were found to be statistically significant but too small to be relevant. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Successful merges:
try_exists
docs toPath::exists
#93555 (Linktry_exists
docs toPath::exists
)BuildHasherDefault
(and more) #92630)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup