Toggle navigation
Patchwork
linux-kernel
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Miguel Ojeda
| State =
Action Required
| Archived =
No
| 151 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Unresolved
Repeat Merge
Corrupt patch
Search
Archived
No
Yes
Both
Delegate
------
Nobody
snail
snail
patchwork-bot
patchwork-bot
patchwork-bot
ww
ww
ww
Apply
«
1
2
»
Patch
Series
A/R/T
S/W/F
Date
Submitter
Delegate
State
[v2,17/28] rust: str: implement several traits for `CStr`
[v2,01/28] rust: prelude: split re-exports into groups
- - -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,16/28] rust: str: add `CStr` type
[v2,01/28] rust: prelude: split re-exports into groups
- - -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,15/28] rust: str: add `b_str!` macro
[v2,01/28] rust: prelude: split re-exports into groups
- - -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,14/28] rust: str: add `BStr` type
[v2,01/28] rust: prelude: split re-exports into groups
- - -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,13/28] rust: alloc: add `Vec::try_with_capacity{,_in}()` constructors
[v2,01/28] rust: prelude: split re-exports into groups
- 2 -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,12/28] rust: alloc: add `RawVec::try_with_capacity_in()` constructor
[v2,01/28] rust: prelude: split re-exports into groups
- 1 -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,11/28] rust: prelude: add `error::code::*` constant items
[v2,01/28] rust: prelude: split re-exports into groups
- 1 -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,10/28] rust: error: add `From` implementations for `Error`
[v2,01/28] rust: prelude: split re-exports into groups
- 1 -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,09/28] rust: error: add codes from `errno-base.h`
[v2,01/28] rust: prelude: split re-exports into groups
- 2 -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,08/28] rust: error: declare errors using macro
[v2,01/28] rust: prelude: split re-exports into groups
- 1 -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,07/28] rust: macros: take string literals in `module!`
[v2,01/28] rust: prelude: split re-exports into groups
- - -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,06/28] rust: macros: add `#[vtable]` proc macro
[v2,01/28] rust: prelude: split re-exports into groups
- 2 -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,05/28] rust: macros: add `concat_idents!` proc macro
[v2,01/28] rust: prelude: split re-exports into groups
- 2 -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,04/28] rust: samples: add `rust_print` example
[v2,01/28] rust: prelude: split re-exports into groups
- 2 1
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,03/28] rust: print: add `pr_cont!` macro
[v2,01/28] rust: prelude: split re-exports into groups
- 2 -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,02/28] rust: print: add more `pr_*!` levels
[v2,01/28] rust: prelude: split re-exports into groups
- 3 -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,01/28] rust: prelude: split re-exports into groups
[v2,01/28] rust: prelude: split re-exports into groups
- 2 -
-
-
-
2022-12-02
Miguel Ojeda
New
[v2,00/28] Rust core additions
- - -
-
-
-
2022-12-02
Miguel Ojeda
New
[v1,28/28] rust: types: add `Opaque` type
Rust core additions
- - -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,27/28] rust: types: add `Either` type
Rust core additions
- 1 -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,26/28] rust: build_assert: add `build_{error,assert}!` macros
Rust core additions
- - -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,25/28] rust: add `build_error` crate
Rust core additions
- - -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,24/28] rust: static_assert: add `static_assert!` macro
Rust core additions
- - -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,23/28] rust: std_vendor: add `dbg!` macro based on `std`'s one
Rust core additions
- - -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,22/28] rust: str: add `fmt!` macro
Rust core additions
- 1 -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,21/28] rust: str: add `CString` type
Rust core additions
- - -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,20/28] rust: str: add `Formatter` type
Rust core additions
- 1 -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,19/28] rust: str: add `c_str!` macro
Rust core additions
- - -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,18/28] rust: str: add `CStr` unit tests
Rust core additions
- - -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,17/28] rust: str: implement several traits for `CStr`
Rust core additions
- - -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,16/28] rust: str: add `CStr` type
Rust core additions
- - -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,15/28] rust: str: add `b_str!` macro
Rust core additions
- - -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,14/28] rust: str: add `BStr` type
Rust core additions
- - -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,13/28] rust: alloc: add `Vec::try_with_capacity{,_in}()` constructors
Rust core additions
- 1 -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,12/28] rust: alloc: add `RawVec::try_with_capacity_in()` constructor
Rust core additions
- 1 -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,11/28] rust: prelude: add `error::code::*` constant items
Rust core additions
- 1 -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,10/28] rust: error: add `From` implementations for `Error`
Rust core additions
- 1 -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,09/28] rust: error: add codes from `errno-base.h`
Rust core additions
- 1 -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,08/28] rust: error: declare errors using macro
Rust core additions
- 1 -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,07/28] rust: macros: take string literals in `module!`
Rust core additions
- - -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,06/28] rust: macros: add `#[vtable]` proc macro
Rust core additions
- 1 -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,05/28] rust: macros: add `concat_idents!` proc macro
Rust core additions
- 1 -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,04/28] rust: samples: add `rust_print` example
Rust core additions
- 2 1
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,03/28] rust: print: add `pr_cont!` macro
Rust core additions
- 2 -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,02/28] rust: print: add more `pr_*!` levels
Rust core additions
- 3 -
-
-
-
2022-11-10
Miguel Ojeda
New
[v1,01/28] rust: prelude: split re-exports into groups
Rust core additions
- 2 -
-
-
-
2022-11-10
Miguel Ojeda
New
[5/5] compiler-gcc: document minimum version for `__no_sanitize_coverage__`
[1/5] compiler-gcc: be consistent with underscores use for `no_sanitize`
1 2 -
-
-
-
2022-10-21
Miguel Ojeda
New
[4/5] compiler-gcc: remove attribute support check for `__no_sanitize_undefined__`
[1/5] compiler-gcc: be consistent with underscores use for `no_sanitize`
- 2 -
-
-
-
2022-10-21
Miguel Ojeda
New
[3/5] compiler-gcc: remove attribute support check for `__no_sanitize_thread__`
[1/5] compiler-gcc: be consistent with underscores use for `no_sanitize`
1 2 -
-
-
-
2022-10-21
Miguel Ojeda
New
[2/5] compiler-gcc: remove attribute support check for `__no_sanitize_address__`
[1/5] compiler-gcc: be consistent with underscores use for `no_sanitize`
- 2 -
-
-
-
2022-10-21
Miguel Ojeda
New
[1/5] compiler-gcc: be consistent with underscores use for `no_sanitize`
[1/5] compiler-gcc: be consistent with underscores use for `no_sanitize`
- 2 -
-
-
-
2022-10-21
Miguel Ojeda
New
«
1
2
»