LinuxLists
Users
About
Alice Ryhl (
[email protected]
)
Number of posts: 574 (1.41 per day)
First post: 2023-05-02 12:46:06
Last post: 2024-06-14 09:00:47
Previous Page
/
Next Page
Date
List
Subject
2023-07-20 16:01:11
linux-kernel
[RFC PATCH v1 5/5] rust: file: add `DeferredFdCloser`
2023-07-20 16:00:55
linux-kernel
[RFC PATCH v1 2/5] rust: cred: add Rust bindings for `struct cred`
2023-07-20 15:51:22
linux-kernel
[RFC PATCH v1 4/5] rust: file: add bindings for `poll_table`
2023-07-20 15:50:15
linux-kernel
[RFC PATCH v1 3/5] rust: file: add `FileDescriptorReservation`
2023-07-20 15:34:24
linux-kernel
[RFC PATCH v1 1/5] rust: file: add bindings for `struct file`
2023-07-20 14:52:14
linux-kernel
Re: [PATCH 1/2] docs: rust: update instructions for obtaining 'core' source
2023-07-20 14:37:43
linux-kernel
Re: [PATCH v2 10/12] rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
2023-07-20 14:05:43
linux-kernel
Re: [PATCH 2/2] docs: rust: clarify what 'rustup override' does
2023-07-20 14:04:04
linux-kernel
Re: [PATCH v2 09/12] rust: init: implement Zeroable for Opaque<T>
2023-07-20 14:03:43
linux-kernel
Re: [PATCH v2 06/12] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-07-20 13:41:51
linux-kernel
Re: [PATCH v2 02/12] rust: add derive macro for `Zeroable`
2023-07-20 13:37:40
linux-kernel
Re: [PATCH v2 08/12] rust: init: add support for arbitrary paths in init macros
2023-07-20 13:34:43
linux-kernel
Re: [PATCH v2 07/12] rust: init: Add functions to create array initializers
2023-07-20 13:34:43
linux-kernel
Re: [PATCH v2 05/12] rust: init: make initializer values inaccessible after initializing
2023-07-20 13:30:11
linux-kernel
Re: [PATCH v2 01/12] rust: init: consolidate init macros
2023-07-20 13:30:10
linux-kernel
Re: [PATCH v2 03/12] rust: init: make guards in the init macros hygienic
2023-07-20 13:28:51
linux-kernel
Re: [PATCH v2 04/12] rust: init: wrap type checking struct initializers in a closure
2023-07-20 13:26:27
linux-kernel
Re: [PATCH] MAINTAINERS: add Alice Ryhl as Rust reviewer
2023-07-17 15:05:43
linux-kernel
Re: [PATCH v3 6/9] rust: workqueue: add helper for defining work_struct fields
2023-07-17 14:28:04
linux-kernel
Re: [PATCH v3 2/9] rust: sync: add `Arc::{from_raw, into_raw}`
2023-07-17 14:17:54
linux-kernel
Re: [PATCH v3 4/9] rust: workqueue: add low-level workqueue bindings
2023-07-14 14:17:45
linux-kernel
Re: [PATCH] rust: kernel: str: Implement Debug for CString
2023-07-14 14:17:43
linux-kernel
Re: [PATCH RFC 00/11] rust: Implicit lock class creation & Arc Lockdep integration
2023-07-14 10:49:29
linux-kernel
Re: [PATCH v1] rust: add improved version of `ForeignOwnable::borrow_mut`
2023-07-14 10:47:02
linux-kernel
Re: [PATCH] rust: init: Implement Zeroable::zeroed()
2023-07-14 10:45:04
linux-kernel
Re: [PATCH RFC 00/11] rust: Implicit lock class creation & Arc Lockdep integration
2023-07-14 10:33:07
linux-kernel
Re: [PATCH RFC 01/11] rust: types: Add Opaque::zeroed()
2023-07-14 10:26:48
linux-kernel
Re: [PATCH v2] rust: time: New module for timekeeping functions
2023-07-14 10:05:26
linux-kernel
Re: [PATCH] rust: kernel: str: Implement Debug for CString
2023-07-11 10:27:20
linux-kernel
[PATCH v3 8/9] rust: workqueue: add `try_spawn` helper method
2023-07-11 10:05:56
linux-kernel
[PATCH v3 9/9] rust: workqueue: add examples
2023-07-11 10:04:49
linux-kernel
[PATCH v3 6/9] rust: workqueue: add helper for defining work_struct fields
2023-07-11 10:04:24
linux-kernel
[PATCH v3 7/9] rust: workqueue: implement `WorkItemPointer` for pointer types
2023-07-11 10:03:05
linux-kernel
[PATCH v3 4/9] rust: workqueue: add low-level workqueue bindings
2023-07-11 10:02:45
linux-kernel
[PATCH v3 2/9] rust: sync: add `Arc::{from_raw, into_raw}`
2023-07-11 09:59:27
linux-kernel
[PATCH v3 5/9] rust: workqueue: define built-in queues
2023-07-11 09:57:43
linux-kernel
[PATCH v3 1/9] rust: add offset_of! macro
2023-07-11 09:45:53
linux-kernel
[PATCH 3/9] workqueue: introduce `__INIT_WORK_WITH_KEY`
2023-07-11 09:40:20
linux-kernel
[PATCH v3 0/9] rust: workqueue: add bindings for the workqueue
2023-07-10 07:56:14
linux-kernel
[PATCH v1] rust: add improved version of `ForeignOwnable::borrow_mut`
2023-07-06 10:25:02
linux-kernel
[PATCH] rust: delete `ForeignOwnable::borrow_mut`
2023-07-03 12:38:21
linux-kernel
[PATCH 6/7] rust: init: Add functions to create array initializers
2023-07-03 12:16:21
linux-kernel
[PATCH 5/7] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-07-03 12:15:05
linux-kernel
Re: [PATCH] rust: macros: add `paste!` proc macro
2023-07-03 12:14:43
linux-kernel
[PATCH 2/7] rust: add derive macro for `Zeroable`
2023-06-27 09:03:09
linux-kernel
Re: [PATCH v2 8/8] rust: workqueue: add examples
2023-06-27 08:58:07
linux-kernel
Re: [PATCH v2 5/8] rust: workqueue: add helper for defining work_struct fields
2023-06-14 21:19:22
linux-kernel
Re: [PATCH 2/6] rust: str: make doctests compilable/testable
2023-06-14 21:00:09
linux-kernel
Re: [PATCH 4/6] rust: types: make doctests compilable/testable
2023-06-14 20:45:23
linux-kernel
Re: [PATCH 5/6] rust: support running Rust documentation tests as KUnit ones
2023-06-14 20:43:37
linux-kernel
Re: [PATCH 3/6] rust: sync: make doctests compilable/testable