index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
/
arc.rs
Age
Commit message (
Expand
)
Author
2023-05-31
rust: sync: reword the `Arc` safety comment for `Sync`
Alice Ryhl
2023-05-31
rust: sync: reword the `Arc` safety comment for `Send`
Alice Ryhl
2023-05-31
rust: sync: implement `AsRef<T>` for `Arc<T>`
Alice Ryhl
2023-05-31
rust: sync: add `Arc::ptr_eq`
Alice Ryhl
2023-05-31
rust: arc: fix intra-doc link in `Arc<T>::init`
Miguel Ojeda
2023-04-12
rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`
Benno Lossin
2023-04-12
rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
Benno Lossin
2023-04-12
rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
Benno Lossin
2023-04-12
rust: sync: change error type of constructor functions
Benno Lossin
2023-04-12
rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()
Asahi Lina
2023-04-10
rust: sync: arc: Implement Arc<dyn Any + Send + Sync>::downcast()
Asahi Lina
2023-04-10
rust: sync: impl {Debug,Display} for {Unique,}Arc
Boqun Feng
2023-02-07
rust: types: implement `ForeignOwnable` for `Arc<T>`
Wedson Almeida Filho
2023-01-16
rust: sync: add support for dispatching on Arc and ArcBorrow.
Wedson Almeida Filho
2023-01-16
rust: sync: introduce `UniqueArc`
Wedson Almeida Filho
2023-01-16
rust: sync: allow type of `self` to be `ArcBorrow<T>`
Wedson Almeida Filho
2023-01-16
rust: sync: introduce `ArcBorrow`
Wedson Almeida Filho
2023-01-16
rust: sync: allow coercion from `Arc<T>` to `Arc<U>`
Wedson Almeida Filho
2023-01-16
rust: sync: allow type of `self` to be `Arc<T>` or variants
Wedson Almeida Filho
2023-01-16
rust: sync: add `Arc` for ref-counted allocations
Wedson Almeida Filho