LinuxLists
Users
About
Miguel Ojeda (
[email protected]
)
Number of posts: 483 (0.38 per day)
First post: 2020-12-13 17:42:56
Last post: 2024-05-28 16:35:29
Previous Page
/
Next Page
Date
List
Subject
2022-12-02 16:33:53
linux-kernel
[PATCH v2 00/28] Rust core additions
2022-12-02 16:31:46
linux-kernel
[PATCH v2 28/28] rust: types: add `Opaque` type
2022-12-02 16:21:29
linux-kernel
[PATCH v2 24/28] rust: static_assert: add `static_assert!` macro
2022-12-02 16:21:24
linux-kernel
[PATCH v2 26/28] rust: build_assert: add `build_{error,assert}!` macros
2022-12-02 16:21:10
linux-kernel
[PATCH v2 16/28] rust: str: add `CStr` type
2022-12-02 16:20:46
linux-kernel
[PATCH v2 20/28] rust: str: add `Formatter` type
2022-12-02 16:20:18
linux-kernel
[PATCH v2 25/28] rust: add `build_error` crate
2022-12-02 16:20:09
linux-kernel
[PATCH v2 17/28] rust: str: implement several traits for `CStr`
2022-12-02 16:19:54
linux-kernel
[PATCH v2 22/28] rust: str: add `fmt!` macro
2022-12-02 16:19:49
linux-kernel
[PATCH v2 13/28] rust: alloc: add `Vec::try_with_capacity{,_in}()` constructors
2022-12-02 16:19:49
linux-kernel
[PATCH v2 12/28] rust: alloc: add `RawVec::try_with_capacity_in()` constructor
2022-12-02 16:19:16
linux-kernel
[PATCH v2 14/28] rust: str: add `BStr` type
2022-12-02 16:19:01
linux-kernel
[PATCH v2 10/28] rust: error: add `From` implementations for `Error`
2022-11-10 18:03:29
linux-kernel
[PATCH v1 01/28] rust: prelude: split re-exports into groups
2022-11-10 18:03:19
linux-kernel
[PATCH v1 25/28] rust: add `build_error` crate
2022-11-10 18:01:59
linux-kernel
[PATCH v1 13/28] rust: alloc: add `Vec::try_with_capacity{,_in}()` constructors
2022-11-10 18:00:52
linux-kernel
[PATCH v1 14/28] rust: str: add `BStr` type
2022-11-10 17:59:44
linux-kernel
[PATCH v1 22/28] rust: str: add `fmt!` macro
2022-11-10 17:33:24
linux-kernel
[PATCH v1 05/28] rust: macros: add `concat_idents!` proc macro
2022-11-10 17:32:12
linux-kernel
[PATCH v1 19/28] rust: str: add `c_str!` macro
2022-11-10 17:31:14
linux-kernel
[PATCH v1 18/28] rust: str: add `CStr` unit tests
2022-11-10 17:29:11
linux-kernel
[PATCH v1 26/28] rust: build_assert: add `build_{error,assert}!` macros
2022-11-10 17:14:25
linux-kernel
[PATCH v1 21/28] rust: str: add `CString` type
2022-11-10 17:13:43
linux-kernel
[PATCH v1 08/28] rust: error: declare errors using macro
2022-11-10 17:13:19
linux-kernel
[PATCH v1 16/28] rust: str: add `CStr` type
2022-11-10 17:13:12
linux-kernel
[PATCH v1 02/28] rust: print: add more `pr_*!` levels
2022-11-10 17:12:19
linux-kernel
[PATCH v1 27/28] rust: types: add `Either` type
2022-11-10 17:12:03
linux-kernel
[PATCH v1 15/28] rust: str: add `b_str!` macro
2022-11-10 17:11:27
linux-kernel
[PATCH v1 24/28] rust: static_assert: add `static_assert!` macro
2022-11-10 17:11:26
linux-kernel
[PATCH v1 06/28] rust: macros: add `#[vtable]` proc macro
2022-11-10 17:11:12
linux-kernel
[PATCH v1 28/28] rust: types: add `Opaque` type
2022-11-10 17:11:06
linux-kernel
[PATCH v1 10/28] rust: error: add `From` implementations for `Error`
2022-11-10 17:10:56
linux-kernel
[PATCH v1 04/28] rust: samples: add `rust_print` example
2022-11-10 17:10:54
linux-kernel
[PATCH v1 17/28] rust: str: implement several traits for `CStr`
2022-11-10 17:09:53
linux-kernel
[PATCH v1 07/28] rust: macros: take string literals in `module!`
2022-11-10 17:09:50
linux-kernel
[PATCH v1 03/28] rust: print: add `pr_cont!` macro
2022-11-10 17:09:38
linux-kernel
[PATCH v1 00/28] Rust core additions
2022-11-10 17:05:43
linux-kernel
[PATCH v1 12/28] rust: alloc: add `RawVec::try_with_capacity_in()` constructor
2022-11-10 17:05:21
linux-kernel
[PATCH v1 11/28] rust: prelude: add `error::code::*` constant items
2022-11-10 17:04:49
linux-kernel
[PATCH v1 09/28] rust: error: add codes from `errno-base.h`
2022-11-10 16:48:51
linux-kernel
[PATCH v1 23/28] rust: std_vendor: add `dbg!` macro based on `std`'s one
2022-11-10 16:47:17
linux-kernel
[PATCH v1 20/28] rust: str: add `Formatter` type
2022-10-21 12:39:59
linux-kernel
[PATCH 4/5] compiler-gcc: remove attribute support check for `__no_sanitize_undefined__`
2022-10-21 12:38:44
linux-kernel
[PATCH 5/5] compiler-gcc: document minimum version for `__no_sanitize_coverage__`
2022-10-21 12:26:41
linux-kernel
[PATCH 3/5] compiler-gcc: remove attribute support check for `__no_sanitize_thread__`
2022-10-21 12:26:33
linux-kernel
[PATCH 2/5] compiler-gcc: remove attribute support check for `__no_sanitize_address__`
2022-10-21 12:26:33
linux-kernel
[PATCH 1/5] compiler-gcc: be consistent with underscores use for `no_sanitize`
2022-09-27 14:21:06
linux-kernel
[PATCH v10 27/27] MAINTAINERS: Rust
2022-09-27 14:20:09
linux-kernel
[PATCH v10 09/27] rust: add `compiler_builtins` crate
2022-09-27 14:20:00
linux-kernel
[PATCH v10 02/27] kallsyms: avoid hardcoding buffer size
2022-09-27 14:19:27
linux-kernel
[PATCH v10 12/27] rust: add `kernel` crate