LinuxLists
Users
About
Benno Lossin (
[email protected]
)
Number of posts: 394 (0.92 per day)
First post: 2023-04-13 08:07:55
Last post: 2024-06-16 09:47:17
Previous Page
/
Next Page
Date
List
Subject
2023-10-09 14:52:02
linux-kernel
Re: [PATCH] rust: macros: update 'paste!' macro to accept string literals
2023-09-26 22:01:16
linux-kernel
Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-26 19:34:48
linux-kernel
Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-26 03:45:51
linux-kernel
Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-26 00:27:57
linux-kernel
Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-25 22:59:30
linux-kernel
Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-25 22:16:24
linux-kernel
Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-25 17:41:35
linux-kernel
Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-25 13:01:52
linux-kernel
Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-24 18:57:10
linux-kernel
Re: [PATCH v2 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-24 13:21:23
linux-kernel
Re: [PATCH v2 1/2] rust: arc: rename `ArcInner` to `WithRef`
2023-09-23 16:31:55
linux-kernel
Re: [PATCH] rust: remove ignores for `clippy::new_ret_no_self`
2023-09-23 15:07:59
linux-kernel
Re: [PATCH] rust: remove ignores for `clippy::new_ret_no_self`
2023-09-23 00:05:40
linux-kernel
Re: [PATCH 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-22 12:23:51
linux-kernel
Re: [PATCH 1/2] rust: arc: rename `ArcInner` to `WithRef`
2023-09-22 11:32:41
linux-kernel
Re: [PATCH 2/2] rust: arc: remove `ArcBorrow` in favour of `WithRef`
2023-09-21 01:33:53
linux-kernel
Re: [PATCH] rust: error: Markdown style nit
2023-09-20 19:59:48
linux-kernel
Re: [PATCH 1/2] MAINTAINERS: update Rust webpage
2023-09-20 16:44:43
linux-kernel
Re: [PATCH 2/2] MAINTAINERS: add Maintainer Entry Profile field for Rust
2023-08-14 11:53:22
linux-kernel
[PATCH v4 07/13] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-08-14 10:48:32
linux-kernel
[PATCH v4 08/13] rust: init: Add functions to create array initializers
2023-08-14 10:43:35
linux-kernel
[PATCH v4 13/13] rust: init: update expanded macro explanation
2023-08-14 10:29:04
linux-kernel
[PATCH v4 09/13] rust: init: add support for arbitrary paths in init macros
2023-08-14 10:19:19
linux-kernel
[PATCH v4 06/13] rust: init: make initializer values inaccessible after initializing
2023-08-14 09:48:40
linux-kernel
[PATCH v4 02/13] rust: init: make `#[pin_data]` compatible with conditional compilation of fields
2023-08-14 09:41:20
linux-kernel
[PATCH v4 10/13] rust: init: implement `Zeroable` for `UnsafeCell<T>` and `Opaque<T>`
2023-08-14 09:38:48
linux-kernel
[PATCH v4 03/13] rust: add derive macro for `Zeroable`
2023-08-14 09:37:58
linux-kernel
[PATCH v4 01/13] rust: init: consolidate init macros
2023-08-14 09:35:01
linux-kernel
[PATCH v4 00/13] Quality of life improvements for pin-init
2023-08-14 09:31:25
linux-kernel
[PATCH v4 12/13] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
2023-08-14 09:30:46
linux-kernel
[PATCH v4 04/13] rust: init: make guards in the init macros hygienic
2023-08-14 09:29:55
linux-kernel
[PATCH v4 05/13] rust: init: wrap type checking struct initializers in a closure
2023-08-14 09:14:13
linux-kernel
[PATCH v4 11/13] rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
2023-07-29 11:42:41
linux-kernel
[PATCH v3 05/13] rust: init: wrap type checking struct initializers in a closure
2023-07-29 11:25:11
linux-kernel
[PATCH v3 01/13] rust: init: consolidate init macros
2023-07-29 11:10:04
linux-kernel
[PATCH v3 11/13] rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`
2023-07-29 10:35:14
linux-kernel
[PATCH v3 13/13] rust: init: update expanded macro explanation
2023-07-29 10:30:13
linux-kernel
[PATCH v3 02/13] rust: init: make `#[pin_data]` compatible with conditional compilation of fields
2023-07-29 10:24:59
linux-kernel
[PATCH v3 04/13] rust: init: make guards in the init macros hygienic
2023-07-29 10:22:59
linux-kernel
[PATCH v3 06/13] rust: init: make initializer values inaccessible after initializing
2023-07-29 10:21:09
linux-kernel
[PATCH v3 09/13] rust: init: add support for arbitrary paths in init macros
2023-07-29 10:02:01
linux-kernel
[PATCH v3 08/13] rust: init: Add functions to create array initializers
2023-07-29 09:59:04
linux-kernel
[PATCH v3 07/13] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
2023-07-29 09:56:14
linux-kernel
[PATCH v3 12/13] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
2023-07-29 09:46:08
linux-kernel
[PATCH v3 10/13] rust: init: implement `Zeroable` for `UnsafeCell<T>` and `Opaque<T>`
2023-07-29 09:45:15
linux-kernel
[PATCH v3 00/13] Quality of life improvements for pin-init
2023-07-29 09:44:18
linux-kernel
[PATCH v3 03/13] rust: add derive macro for `Zeroable`
2023-07-29 07:08:53
linux-kernel
Re: [PATCH v2 09/12] rust: init: implement Zeroable for Opaque<T>
2023-07-24 22:21:54
linux-kernel
Re: [PATCH v2 11/12] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`
2023-07-24 14:52:34
linux-kernel
Re: [PATCH v2 09/12] rust: init: implement Zeroable for Opaque<T>
2023-07-24 14:35:25
linux-kernel
Re: [PATCH v2 11/12] rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`