index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
/
arc.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
2024-10-15
1
-9
/
+8
*
rust: enable arbitrary_self_types and remove `Receiver`
Gary Guo
2024-10-07
1
-6
/
+0
*
rust: enable `clippy::unnecessary_safety_comment` lint
Miguel Ojeda
2024-10-07
1
-1
/
+1
*
rust: Implement the smart pointer `InPlaceInit` for `Arc`
Alex Mantel
2024-08-18
1
-23
/
+2
*
rust: kernel: remove redundant imports
Miguel Ojeda
2024-05-05
1
-1
/
+0
*
rust: sync: add `Arc::into_unique_or_drop`
Alice Ryhl
2024-05-05
1
-0
/
+62
*
rust: sync: add `ArcBorrow::from_raw`
Alice Ryhl
2024-05-05
1
-18
/
+58
*
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
2024-04-16
1
-2
/
+2
*
rust: init: update `init` module to take allocation flags
Wedson Almeida Filho
2024-04-16
1
-10
/
+13
*
rust: sync: update `Arc` and `UniqueArc` to take allocation flags
Wedson Almeida Filho
2024-04-16
1
-14
/
+14
*
rust: alloc: introduce the `BoxExt` trait
Wedson Almeida Filho
2024-04-16
1
-1
/
+2
*
rust: kernel: stop using ptr_metadata feature
Alice Ryhl
2024-02-18
1
-9
/
+7
*
rust: kernel: add doclinks
Valentin Obst
2024-02-18
1
-3
/
+3
*
rust: kernel: unify spelling of refcount in docs
Valentin Obst
2024-02-18
1
-4
/
+4
*
Merge tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-10-31
1
-2
/
+44
|
\
|
*
rust: sync: add `Arc::{from_raw, into_raw}`
Wedson Almeida Filho
2023-09-25
1
-2
/
+44
*
|
rust: arc: add explicit `drop()` around `Box::from_raw()`
Miguel Ojeda
2023-10-05
1
-1
/
+1
|
/
*
Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2023-08-29
1
-2
/
+7
|
\
|
*
rust: sync: make doctests compilable/testable
Miguel Ojeda
2023-07-19
1
-2
/
+7
*
|
rust: delete `ForeignOwnable::borrow_mut`
Alice Ryhl
2023-08-04
1
-2
/
+1
|
/
*
rust: sync: reword the `Arc` safety comment for `Sync`
Alice Ryhl
2023-05-31
1
-3
/
+5
*
rust: sync: reword the `Arc` safety comment for `Send`
Alice Ryhl
2023-05-31
1
-2
/
+2
*
rust: sync: implement `AsRef<T>` for `Arc<T>`
Alice Ryhl
2023-05-31
1
-0
/
+6
*
rust: sync: add `Arc::ptr_eq`
Alice Ryhl
2023-05-31
1
-0
/
+5
*
rust: arc: fix intra-doc link in `Arc<T>::init`
Miguel Ojeda
2023-05-31
1
-1
/
+1
*
rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`
Benno Lossin
2023-04-12
1
-0
/
+24
*
rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
Benno Lossin
2023-04-12
1
-3
/
+13
*
rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
Benno Lossin
2023-04-12
1
-0
/
+24
*
rust: sync: change error type of constructor functions
Benno Lossin
2023-04-12
1
-4
/
+4
*
rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()
Asahi Lina
2023-04-12
1
-0
/
+11
*
rust: sync: arc: Implement Arc<dyn Any + Send + Sync>::downcast()
Asahi Lina
2023-04-10
1
-0
/
+2
*
rust: sync: impl {Debug,Display} for {Unique,}Arc
Boqun Feng
2023-04-10
1
-0
/
+25
*
rust: types: implement `ForeignOwnable` for `Arc<T>`
Wedson Almeida Filho
2023-02-07
1
-1
/
+31
*
rust: sync: add support for dispatching on Arc and ArcBorrow.
Wedson Almeida Filho
2023-01-16
1
-2
/
+18
*
rust: sync: introduce `UniqueArc`
Wedson Almeida Filho
2023-01-16
1
-2
/
+150
*
rust: sync: allow type of `self` to be `ArcBorrow<T>`
Wedson Almeida Filho
2023-01-16
1
-0
/
+23
*
rust: sync: introduce `ArcBorrow`
Wedson Almeida Filho
2023-01-16
1
-0
/
+97
*
rust: sync: allow coercion from `Arc<T>` to `Arc<U>`
Wedson Almeida Filho
2023-01-16
1
-1
/
+26
*
rust: sync: allow type of `self` to be `Arc<T>` or variants
Wedson Almeida Filho
2023-01-16
1
-0
/
+28
*
rust: sync: add `Arc` for ref-counted allocations
Wedson Almeida Filho
2023-01-16
1
-0
/
+157