rustbot · GitHub

@rustbot added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

T-libs

Relevant to the library team, which will review and decide on the PR/issue.

labels

Aug 9, 2026
This stabilizes both functions under this feature gate:
* `std::fs::set_times`
* `std::fs::set_times_nofollow`

@Mark-Simulacrum Mark-Simulacrum added the relnotes

Marks issues that should be documented in the release notes of the next release.

label

Aug 9, 2026

Open

@Mark-Simulacrum

@Mark-Simulacrum

@rustbot rustbot removed the S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

label

Aug 10, 2026

@rust-bors rust-bors Bot added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Aug 10, 2026

Merged

rust-bors Bot pushed a commit that referenced this pull request

Aug 10, 2026
Rollup of 11 pull requests
Successful merges:
 - #160675 (bootstrap: Remove `PATH_REMAP` from command-line selector handling )
 - #160807 (Update rustc crate rkyv to 0.8.18)
 - #159690 (Clarify `--remap-path-scope` impact on `rustc` metadata)
 - #160560 (Add nightly-only support for Cargo unremap trim-paths files in `rust-gdb`)
 - #160608 (normalization rework: clean up projection_ty_core)
 - #160785 (Get rid of LLM disclosure checkboxes)
 - #160804 (Change .expect message on net/parser to follow precondition style)
 - #160805 (`extern "custom"`: add tests)
 - #160816 (Mark const ptr methods and free functions as inline(always) to match *mut)
 - #160820 (Stabilize fs_set_times)
 - #160826 (Rename parse_delimited_token_tree in cfg_select)

@rust-bors

rust-timer added a commit that referenced this pull request

Aug 10, 2026
Rollup merge of #160820 - Mark-Simulacrum:stabilize-set-times, r=nia-e
Stabilize fs_set_times
This stabilizes both functions under this feature gate:
* `std::fs::set_times`
* `std::fs::set_times_nofollow`
This closes #147455, which has a completed FCP for this: #147455 (comment)

Open

3 tasks

Read the original on github.com ↗