index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
/
arc.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-12
rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`
Benno Lossin
1
-0
/
+24
2023-04-12
rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
Benno Lossin
1
-3
/
+13
2023-04-12
rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
Benno Lossin
1
-0
/
+24
2023-04-12
rust: sync: change error type of constructor functions
Benno Lossin
1
-4
/
+4
2023-04-12
rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()
Asahi Lina
1
-0
/
+11
2023-04-10
rust: sync: arc: Implement Arc<dyn Any + Send + Sync>::downcast()
Asahi Lina
1
-0
/
+2
2023-04-10
rust: sync: impl {Debug,Display} for {Unique,}Arc
Boqun Feng
1
-0
/
+25
2023-02-07
rust: types: implement `ForeignOwnable` for `Arc<T>`
Wedson Almeida Filho
1
-1
/
+31
2023-01-16
rust: sync: add support for dispatching on Arc and ArcBorrow.
Wedson Almeida Filho
1
-2
/
+18
2023-01-16
rust: sync: introduce `UniqueArc`
Wedson Almeida Filho
1
-2
/
+150
2023-01-16
rust: sync: allow type of `self` to be `ArcBorrow<T>`
Wedson Almeida Filho
1
-0
/
+23
2023-01-16
rust: sync: introduce `ArcBorrow`
Wedson Almeida Filho
1
-0
/
+97
2023-01-16
rust: sync: allow coercion from `Arc<T>` to `Arc<U>`
Wedson Almeida Filho
1
-1
/
+26
2023-01-16
rust: sync: allow type of `self` to be `Arc<T>` or variants
Wedson Almeida Filho
1
-0
/
+28
2023-01-16
rust: sync: add `Arc` for ref-counted allocations
Wedson Almeida Filho
1
-0
/
+157