Miguel Ojeda ([email protected])

Number of posts: 472 (0.38 per day)
First post: 2020-12-13 17:42:56
Last post: 2024-05-07 21:12:34

Date List Subject
2023-04-20 14:03:12 linux-kernel [GIT PULL] Rust fixes for 6.3
2023-04-18 23:33:48 linux-kernel [PATCH] .gitattributes: set diff driver for Rust source code files
2023-04-18 21:49:53 linux-kernel [PATCH 3/3] rust: upgrade to Rust 1.68.2
2023-04-18 21:49:30 linux-kernel [PATCH 2/3] rust: arc: fix intra-doc link in `Arc<T>::init`
2023-04-18 21:49:19 linux-kernel [PATCH 1/3] rust: alloc: clarify what is the upstream version
2023-04-18 21:48:45 linux-kernel [PATCH 0/3] Rust 1.68.2 upgrade
2023-04-12 22:26:11 linux-kernel [PATCH] MAINTAINERS: add Benno Lossin as Rust reviewer
2023-03-06 22:10:32 linux-kernel [PATCH] docs: rust: point directly to the standalone installers
2023-03-06 19:17:43 linux-kernel [PATCH 2/2] docs: programming-language: add Rust programming language section
2023-03-06 19:17:41 linux-kernel [PATCH 1/2] docs: programming-language: remove mention of the Intel compiler
2023-03-03 21:22:25 linux-kernel [GIT PULL] Rust fixes for 6.3-rc1
2023-03-02 12:35:10 linux-kernel [GIT PULL] auxdisplay for 6.3
2023-02-12 18:33:07 linux-kernel [GIT PULL] Rust for 6.3
2023-01-24 19:36:49 linux-kernel [GIT PULL] Rust fixes for 6.2
2023-01-09 21:30:15 linux-kernel [PATCH 5/6] kbuild: rust_is_available: fix confusion when a version appears in the path
2023-01-09 21:29:39 linux-kernel [PATCH 6/6] kbuild: rust_is_available: normalize version matching
2023-01-09 21:02:54 linux-kernel [PATCH] rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocks
2023-01-09 20:55:58 linux-kernel [PATCH 2/6] kbuild: rust_is_available: print docs reference
2023-01-09 20:54:27 linux-kernel [PATCH 3/6] kbuild: rust_is_available: add check for `bindgen` invocation
2023-01-09 20:54:20 linux-kernel [PATCH 4/6] kbuild: rust_is_available: check if the script was invoked from Kbuild
2023-01-09 20:49:49 linux-kernel [PATCH 1/6] docs: rust: add paragraph about finding a suitable `libclang`
2023-01-07 14:54:42 linux-kernel [PATCH] docs: kbuild: remove mention to dropped $(objtree) feature
2022-12-11 01:04:05 linux-kernel [GIT PULL] Rust for 6.2
2022-12-06 01:52:30 linux-kernel [PATCH v1] rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)
2022-12-02 17:22:48 linux-kernel [PATCH v2 21/28] rust: str: add `CString` type
2022-12-02 17:22:36 linux-kernel [PATCH v2 27/28] rust: types: add `Either` type
2022-12-02 17:20:37 linux-kernel [PATCH v2 06/28] rust: macros: add `#[vtable]` proc macro
2022-12-02 17:18:27 linux-kernel [PATCH v2 11/28] rust: prelude: add `error::code::*` constant items
2022-12-02 17:06:23 linux-kernel [PATCH v2 03/28] rust: print: add `pr_cont!` macro
2022-12-02 17:05:43 linux-kernel [PATCH v2 18/28] rust: str: add `CStr` unit tests
2022-12-02 17:05:11 linux-kernel [PATCH v2 01/28] rust: prelude: split re-exports into groups
2022-12-02 17:04:40 linux-kernel [PATCH v2 15/28] rust: str: add `b_str!` macro
2022-12-02 17:04:34 linux-kernel [PATCH v2 07/28] rust: macros: take string literals in `module!`
2022-12-02 17:04:22 linux-kernel [PATCH v2 04/28] rust: samples: add `rust_print` example
2022-12-02 17:02:19 linux-kernel [PATCH v2 19/28] rust: str: add `c_str!` macro
2022-12-02 16:44:16 linux-kernel [PATCH v2 09/28] rust: error: add codes from `errno-base.h`
2022-12-02 16:43:39 linux-kernel [PATCH v2 05/28] rust: macros: add `concat_idents!` proc macro
2022-12-02 16:39:24 linux-kernel [PATCH v2 02/28] rust: print: add more `pr_*!` levels
2022-12-02 16:39:00 linux-kernel [PATCH v2 23/28] rust: std_vendor: add `dbg!` macro based on `std`'s one
2022-12-02 16:34:18 linux-kernel [PATCH v2 08/28] rust: error: declare errors using macro
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