LinuxLists
Users
About
Gary Guo (
[email protected]
)
Number of posts: 231 (0.12 per day)
First post: 2019-03-24 19:15:46
Last post: 2024-06-13 17:20:15
Previous Page
/
Next Page
Date
List
Subject
2023-02-25 00:29:54
linux-kernel
Re: [PATCH 1/3] rust: macros: Make expect_punct() return the Punct directly
2023-02-22 19:55:55
linux-kernel
Re: [PATCH] rust: time: New module for timekeeping functions
2023-02-15 07:28:52
linux-kernel
Re: [PATCH] rust: kernel: Mark rust_fmt_argument as extern "C"
2023-02-08 04:58:05
linux-kernel
Re: [PATCH v2 2/2] sample: rust: print: Add sampe code for Arc printing
2023-02-08 04:57:54
linux-kernel
Re: [PATCH v2 1/2] rust: sync: impl {Debug,Display} for {Unique,}Arc
2023-02-02 14:28:18
linux-kernel
Re: [RFC 4/5] rust: sync: impl Debug for {Unique,}Arc
2023-02-02 14:24:32
linux-kernel
Re: [RFC 3/5] rust: sync: Arc: Introduces Arc::get_inner() helper
2023-02-02 14:23:03
linux-kernel
Re: [RFC 2/5] rust: sync: Arc: Introduces ArcInner::count()
2023-02-02 14:22:04
linux-kernel
Re: [RFC 2/5] rust: sync: Arc: Introduces ArcInner::count()
2023-02-02 14:15:09
linux-kernel
Re: [RFC 1/5] rust: sync: impl Display for {Unique,}Arc
2023-01-30 18:50:26
linux-kernel
Re: [PATCH v2 1/5] rust: types: introduce `ScopeGuard`
2023-01-30 18:49:45
linux-kernel
Re: [PATCH v2 2/5] rust: types: introduce `ForeignOwnable`
2023-01-30 18:42:13
linux-kernel
Re: [PATCH v2 4/5] rust: types: implement `ForeignOwnable` for the unit type
2023-01-27 14:05:36
linux-kernel
Re: [PATCH 5/5] rust: types: implement `ForeignOwnable` for `Arc<T>`
2023-01-27 14:05:32
linux-kernel
Re: [PATCH 4/5] rust: types: implement `ForeignOwnable` for the unit type
2023-01-27 13:56:33
linux-kernel
Re: [PATCH 3/5] rust: types: implement `ForeignOwnable` for `Box<T>`
2023-01-27 13:55:46
linux-kernel
Re: [PATCH 2/5] rust: types: introduce `ForeignOwnable`
2023-01-19 16:37:27
linux-kernel
Re: [PATCH] modpost: support arbitrary symbol length in modversion
2023-01-19 15:34:02
linux-kernel
Re: [PATCH] modpost: support arbitrary symbol length in modversion
2023-01-16 22:16:27
linux-kernel
Re: [PATCH 4/7] rust: sync: introduce `ArcBorrow`
2023-01-14 03:12:47
linux-kernel
Re: [bp:tip-x86-alternatives 1/1] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type
2023-01-13 19:15:57
linux-kernel
Re: [PATCH] modpost: support arbitrary symbol length in modversion
2023-01-11 16:50:46
linux-kernel
[PATCH] modpost: support arbitrary symbol length in modversion
2023-01-10 15:34:31
linux-kernel
Re: [PATCH] rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocks
2022-12-31 21:34:09
linux-kernel
Re: [PATCH 1/7] rust: sync: add `Arc` for ref-counted allocations
2022-12-31 21:12:09
linux-kernel
Re: [PATCH 7/7] rust: sync: add support for dispatching on Arc and ArcBorrow.
2022-12-31 20:23:07
linux-kernel
Re: [PATCH 6/7] rust: sync: introduce `UniqueArc`
2022-12-31 20:22:41
linux-kernel
Re: [PATCH 7/7] rust: sync: add support for dispatching on Arc and ArcBorrow.
2022-12-31 20:06:37
linux-kernel
Re: [PATCH 1/6] kbuild: specify output names separately for each emission type from rustc
2022-12-31 20:05:34
linux-kernel
Re: [PATCH 6/7] rust: sync: introduce `UniqueArc`
2022-12-31 19:54:37
linux-kernel
Re: [PATCH 5/7] rust: sync: allow type of `self` to be `ArcBorrow<T>`
2022-12-31 19:52:46
linux-kernel
Re: [PATCH 4/7] rust: sync: introduce `ArcBorrow`
2022-12-31 19:44:51
linux-kernel
Re: [PATCH 2/7] rust: sync: allow type of `self` to be `Arc<T>` or variants
2022-12-31 19:44:36
linux-kernel
Re: [PATCH 3/7] rust: sync: allow coercion from `Arc<T>` to `Arc<U>`
2022-12-05 22:48:10
linux-kernel
[PATCH v4] rust: compiler_builtins: make stubs non-global
2022-12-05 22:44:49
linux-kernel
[PATCH v3] rust: compiler_builtins: make stubs non-global
2022-12-05 22:27:20
linux-kernel
Re: [PATCH v2] rust: make compiler-builtin stubs non-global
2022-12-04 23:43:54
linux-kernel
[PATCH v2] rust: make compiler-builtin stubs non-global
2022-12-04 11:39:04
linux-kernel
Re: [PATCH v2 27/28] rust: types: add `Either` type
2022-12-04 01:06:17
linux-kernel
Re: [PATCH v2 05/28] rust: macros: add `concat_idents!` proc macro
2022-11-14 15:23:05
linux-kernel
Re: [PATCH v1 21/28] rust: str: add `CString` type
2022-11-14 15:21:54
linux-kernel
Re: [PATCH v1 22/28] rust: str: add `fmt!` macro
2022-11-14 15:21:03
linux-kernel
Re: [PATCH v1 08/28] rust: error: declare errors using macro
2022-11-14 15:08:46
linux-kernel
Re: [PATCH v1 28/28] rust: types: add `Opaque` type
2022-11-14 15:06:34
linux-kernel
Re: [PATCH v1 13/28] rust: alloc: add `Vec::try_with_capacity{,_in}()` constructors
2022-11-14 15:01:48
linux-kernel
Re: [PATCH v1 12/28] rust: alloc: add `RawVec::try_with_capacity_in()` constructor
2022-11-14 14:59:00
linux-kernel
Re: [PATCH v1 11/28] rust: prelude: add `error::code::*` constant items
2022-11-14 14:56:08
linux-kernel
Re: [PATCH v1 20/28] rust: str: add `Formatter` type
2022-11-14 14:44:21
linux-kernel
Re: [PATCH v1 19/28] rust: str: add `c_str!` macro
2022-11-14 14:43:05
linux-kernel
Re: [PATCH v1 05/28] rust: macros: add `concat_idents!` proc macro
2022-11-14 14:37:30
linux-kernel
Re: [PATCH v1 09/28] rust: error: add codes from `errno-base.h`