LinuxLists
Users
About
Alice Ryhl (
[email protected]
)
Number of posts: 72 (0.17 per day)
First post: 2022-12-28 10:06:32
Last post: 2024-02-16 19:26:04
Previous Page
Date
List
Subject
2023-03-30 22:42:43
linux-kernel
Re: [PATCH v3 09/13] rust: init: add `Zeroable` trait and `init::zeroed` function
2023-03-30 22:42:13
linux-kernel
Re: [PATCH v3 09/13] rust: init: add `Zeroable` trait and `init::zeroed` function
2023-03-30 20:37:21
linux-kernel
Re: [PATCH v3 08/13] rust: init: add `stack_pin_init!` macro
2023-03-30 20:35:42
linux-kernel
Re: [PATCH v3 06/13] rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
2023-03-30 15:09:50
linux-kernel
Re: [PATCH v3 08/13] rust: init: add `stack_pin_init!` macro
2023-03-30 15:02:46
linux-kernel
Re: [PATCH v3 08/13] rust: init: add `stack_pin_init!` macro
2023-03-30 14:48:57
linux-kernel
Re: [PATCH v3 07/13] rust: init: add `PinnedDrop` trait and macros
2023-03-30 14:47:40
linux-kernel
Re: [PATCH v3 06/13] rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
2023-03-30 14:45:25
linux-kernel
Re: [PATCH v3 05/13] rust: init: add initialization macros
2023-03-30 13:39:56
linux-kernel
Re: [PATCH v3 04/13] rust: add pin-init API core
2023-03-30 13:39:02
linux-kernel
Re: [PATCH v3 03/13] rust: types: add `Opaque::raw_get`
2023-03-30 13:38:48
linux-kernel
Re: [PATCH v3 01/13] rust: macros: add `quote!` macro
2023-03-30 13:38:32
linux-kernel
Re: [PATCH v3 02/13] rust: sync: add `assume_init` to `UniqueArc`
2022-12-28 10:50:47
linux-kernel
Re: [PATCH 1/7] rust: sync: add `Arc` for ref-counted allocations
2022-12-28 10:48:09
linux-kernel
Re: [PATCH 1/7] rust: sync: add `Arc` for ref-counted allocations
2022-12-28 10:29:38
linux-kernel
Re: [PATCH 4/7] rust: sync: introduce `ArcBorrow`
2022-12-28 10:21:12
linux-kernel
Re: [PATCH 7/7] rust: sync: add support for dispatching on Arc and ArcBorrow.
2022-12-28 10:18:55
linux-kernel
Re: [PATCH 6/7] rust: sync: introduce `UniqueArc`
2022-12-28 10:07:43
linux-kernel
Re: [PATCH 3/7] rust: sync: allow coercion from `Arc<T>` to `Arc<U>`
2022-12-28 10:07:33
linux-kernel
Re: [PATCH 5/7] rust: sync: allow type of `self` to be `ArcBorrow<T>`
2022-12-28 10:06:32
linux-kernel
Re: [PATCH 2/7] rust: sync: allow type of `self` to be `Arc<T>` or variants