mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
d1961bebe0
Rollup of 11 pull requests Successful merges: - rust-lang/rust#149362 (Add Command::get_resolved_envs) - rust-lang/rust#155705 (Add `str::word_to_titlecase()` to `alloc`) - rust-lang/rust#155970 (Add mention of sendfile(2) and splice(2) to fs::copy() documentation.) - rust-lang/rust#156006 (Update a bunch of bootstrap dependencies to remove windows-target) - rust-lang/rust#156169 (Change `SwitchInt` handling in dataflow analysis.) - rust-lang/rust#155188 (Add regression test for issue 144329) - rust-lang/rust#155515 (error on empty `export_name`) - rust-lang/rust#155817 (validate `#[link_name = "..."]` & `#[link(name = "...")]` parameters) - rust-lang/rust#156107 (remove turbofish notation + use None / Some instead of Option:: (in match documentation)) - rust-lang/rust#156133 (mark some panicking methods around Duration as track_caller) - rust-lang/rust#156363 (`rustc_attr_parsing`: add `AcceptContext::expect_string_literal`)