Stabilize `atomic_try_update`and deprecate `fetch_update` starting 1.99.0 by GrigorenkoPV · Pull Request #148590 · rust-lang/rust
added
S-waiting-on-author
labels
Nov 6, 2025matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request
Nov 8, 2025…ng, r=Kivooeo `invalid_atomic_ordering`: also lint `update` & `try_update` Split from rust-lang#148590 Tracking issue for `update` and `try_update`: rust-lang#135894
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request
Nov 8, 2025…ng, r=Kivooeo `invalid_atomic_ordering`: also lint `update` & `try_update` Split from rust-lang#148590 Tracking issue for `update` and `try_update`: rust-lang#135894
Zalathar added a commit to Zalathar/rust that referenced this pull request
Nov 9, 2025…ng, r=Kivooeo `invalid_atomic_ordering`: also lint `update` & `try_update` Split from rust-lang#148590 Tracking issue for `update` and `try_update`: rust-lang#135894
rust-timer added a commit that referenced this pull request
Nov 9, 2025makai410 pushed a commit to makai410/rust that referenced this pull request
Nov 10, 2025…ng, r=Kivooeo `invalid_atomic_ordering`: also lint `update` & `try_update` Split from rust-lang#148590 Tracking issue for `update` and `try_update`: rust-lang#135894
rustbot
removed
the
S-waiting-on-author
label
Dec 24, 2025
GrigorenkoPV
changed the title
Stabilize
Stabilize atomic_try_updateand deprecate fetch_update starting 1.96.0atomic_try_updateand deprecate fetch_update starting 1.99.0
rust-bors
bot
added
S-waiting-on-bors
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
Feb 7, 2026rust-bors bot pushed a commit that referenced this pull request
Feb 7, 2026JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request
Feb 7, 2026This was referenced
Feb 7, 2026rust-bors bot pushed a commit that referenced this pull request
Feb 7, 2026Stabilize `atomic_try_update`and deprecate `fetch_update` starting 1.99.0 Tracking issue: #135894 FCP completed: #135894 (comment) ~1.96.0 was chosen because I don't think the remaining month until 1.93.0 becomes beta is enough for the FCP to finish and this to get merged, so 1.94.0 + a couple of versions of leeway: #135894 (comment) 1.99 suggested in #148590 (comment) Closes #135894
rust-bors bot pushed a commit that referenced this pull request
Feb 7, 2026…uwer Rollup of 8 pull requests Successful merges: - #148590 (Stabilize `atomic_try_update`and deprecate `fetch_update` starting 1.99.0) - #150522 (Stabilize new inclusive range type and iterator type) - #152235 (Convert to inline diagnostics in `rustc_parse`) - #152267 (feat: Implement `int_from_ascii` for `NonZero<T>`) - #151576 (Stabilize `core::hint::cold_path`) - #151933 (Linker-plugin-based LTO: give an explanation how to use linker-plugin-lto with full LTO) - #152010 (Ignore all debuginfo tests for LLDB that we do not run in CI) - #152199 (Move `rustc_query_system::cache`.)
rust-timer added a commit that referenced this pull request
Feb 7, 2026Rollup merge of #148590 - GrigorenkoPV:atomic_try_update, r=jhpratt Stabilize `atomic_try_update`and deprecate `fetch_update` starting 1.99.0 Tracking issue: #135894 FCP completed: #135894 (comment) ~1.96.0 was chosen because I don't think the remaining month until 1.93.0 becomes beta is enough for the FCP to finish and this to get merged, so 1.94.0 + a couple of versions of leeway: #135894 (comment) 1.99 suggested in #148590 (comment) Closes #135894
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters