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
2023-06-16 00:20:02
linux-kernel
[PATCH v2 05/11] kbuild: rust_is_available: add check for `bindgen` invocation
2023-06-14 18:43:22
linux-kernel
[PATCH 5/6] rust: support running Rust documentation tests as KUnit ones
2023-06-14 18:43:13
linux-kernel
[PATCH 3/6] rust: sync: make doctests compilable/testable
2023-06-14 18:41:51
linux-kernel
[PATCH 2/6] rust: str: make doctests compilable/testable
2023-06-14 18:36:24
linux-kernel
[PATCH 6/6] MAINTAINERS: add Rust KUnit files to the KUnit entry
2023-06-14 18:31:56
linux-kernel
[PATCH 1/6] rust: init: make doctests compilable/testable
2023-06-14 18:19:37
linux-kernel
[PATCH 0/6] KUnit integration for Rust doctests
2023-06-14 18:14:59
linux-kernel
[PATCH 4/6] rust: types: make doctests compilable/testable
2023-05-09 13:20:52
linux-kernel
[PATCH 2/2] clang-format: expand `ForEach` list to the entire tree
2023-05-09 13:03:23
linux-kernel
[PATCH 1/2] clang-format: Update with v6.4-rc1's macro list
2023-04-29 01:31:13
linux-kernel
[GIT PULL] Rust for 6.4
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