summaryrefslogtreecommitdiffstats
path: root/rust/kernel/error.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: kernel: remove redundant importsMiguel Ojeda2024-05-051-1/+0
* rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho2024-04-161-2/+2
* rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho2024-04-161-10/+1
* rust: error: improve unsafe code in exampleValentin Obst2024-02-181-7/+3
* rust: support `srctree`-relative linksMiguel Ojeda2023-12-211-1/+1
* rust: macros: improve `#[vtable]` documentationBenno Lossin2023-12-141-0/+4
* rust: error: Markdown style nitManmohan Shukla2023-10-121-1/+1
* rust: error: fix the description for `ECHILD`Wedson Almeida Filho2023-10-121-1/+1
* rust: error: `impl Debug` for `Error` with `errname()` integrationGary Guo2023-06-131-0/+39
* rust: error: add missing error codesAlice Ryhl2023-05-311-0/+20
* rust: error: allow specifying error type on `Result`Alice Ryhl2023-05-311-1/+1
* rust: error: Add from_result() helperWedson Almeida Filho2023-04-121-0/+39
* rust: error: Add a helper to convert a C ERR_PTR to a `Result`Sven Van Asbroeck2023-04-121-1/+49
* rust: error: Add to_result() helperWedson Almeida Filho2023-04-121-1/+10
* rust: error: Add Error::from_errno{_unchecked}()Miguel Ojeda2023-04-121-0/+32
* rust: error: Add Error::to_ptr()Asahi Lina2023-04-121-0/+7
* rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina2023-04-121-1/+1
* rust: error: add `From` implementations for `Error`Wedson Almeida Filho2022-12-041-1/+44
* rust: error: add codes from `errno-base.h`Viktor Garske2022-12-041-0/+33
* rust: error: declare errors using macroFinn Behrens2022-12-041-2/+10
* rust: add `kernel` crateWedson Almeida Filho2022-09-281-0/+59