aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/error.rs
AgeCommit message (Expand)AuthorFilesLines
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda1-1/+0
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho1-2/+2
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho1-10/+1
2024-02-18rust: error: improve unsafe code in exampleValentin Obst1-7/+3
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda1-1/+1
2023-12-14rust: macros: improve `#[vtable]` documentationBenno Lossin1-0/+4
2023-10-12rust: error: Markdown style nitManmohan Shukla1-1/+1
2023-10-12rust: error: fix the description for `ECHILD`Wedson Almeida Filho1-1/+1
2023-06-13rust: error: `impl Debug` for `Error` with `errname()` integrationGary Guo1-0/+39
2023-05-31rust: error: add missing error codesAlice Ryhl1-0/+20
2023-05-31rust: error: allow specifying error type on `Result`Alice Ryhl1-1/+1
2023-04-12rust: error: Add from_result() helperWedson Almeida Filho1-0/+39
2023-04-12rust: error: Add a helper to convert a C ERR_PTR to a `Result`Sven Van Asbroeck1-1/+49
2023-04-12rust: error: Add to_result() helperWedson Almeida Filho1-1/+10
2023-04-12rust: error: Add Error::from_errno{_unchecked}()Miguel Ojeda1-0/+32
2023-04-12rust: error: Add Error::to_ptr()Asahi Lina1-0/+7
2023-04-12rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina1-1/+1
2022-12-04rust: error: add `From` implementations for `Error`Wedson Almeida Filho1-1/+44
2022-12-04rust: error: add codes from `errno-base.h`Viktor Garske1-0/+33
2022-12-04rust: error: declare errors using macroFinn Behrens1-2/+10
2022-09-28rust: add `kernel` crateWedson Almeida Filho1-0/+59