rust/library/core
Nika Layzell 00f32e6631 Add fetch_update methods to AtomicBool and AtomicPtr
These methods were stabilized for the integer atomics in #71843, but the methods
were not added for the non-integer atomics `AtomicBool` and `AtomicPtr`.
2020-11-01 13:57:45 -05:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Add fetch_update methods to AtomicBool and AtomicPtr 2020-11-01 13:57:45 -05:00
tests Check for exhaustion in SliceIndex for RangeInclusive 2020-10-20 17:18:08 -07:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00