-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Manual rollup of 19 pull requests #145545
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
Conversation
Comparison of paths and strings is expected to be possible and needed e.g. in tests. This change adds the impls os `PartialEq` between strings and paths, both owned and unsized, in both directions. ACP: rust-lang/libs-team#151
this fixes `tests/ui/process/nofile-limit.rs` which fails to link on nixos for me without this change
"privalage" -> "privilege"
The target is removed by `copy_link` too, so no need to duplicate the syscall.
…` file if there is more than one
The Miri subtree was changed cc @rust-lang/miri Some changes occurred in compiler/rustc_attr_parsing Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @jsha, @lolbinarycat Some changes occurred in compiler/rustc_hir/src/attrs
Some changes occurred in compiler/rustc_codegen_ssa Some changes occurred in compiler/rustc_passes/src/check_attr.rs |
|
Given the odd nature of this, I'm doing a try build before merging. @bors2 try |
Manual rollup of 19 pull requests
@bors2 try cancel Bors is working long enough to create a proper rollup. Running with that. |
Try build cancelled. Cancelled workflows: |
Note: This is a manual rollup. bors is acting up and the queue is large, so this is the next best thing.
Included PRs:
impl PartialEq<{str,String}> for {Path,PathBuf}
#140956ip_from
#141744as
casts as unreachable #144804rustdoc-js
tester would not pick the rightsearch.js
file if there is more than one #145359LLVMSetTailCallKind
,LLVMGetTypeKind
#145420#[custom_mir(..)]
to the new attribute system #145206copy_src_dirs
in bootstrap #145460unicode_data.rs
mention message #145486should_render
inPrintAttribute
derive #145493lto
options from most to least optimizing #145533r? @ghost