summaryrefslogtreecommitdiffstats
path: root/rust/kernel/error.rs
AgeCommit message (Expand)AuthorLines
2023-10-12rust: error: Markdown style nitManmohan Shukla-1/+1
2023-10-12rust: error: fix the description for `ECHILD`Wedson Almeida Filho-1/+1
2023-06-13rust: error: `impl Debug` for `Error` with `errname()` integrationGary Guo-0/+39
2023-05-31rust: error: add missing error codesAlice Ryhl-0/+20
2023-05-31rust: error: allow specifying error type on `Result`Alice Ryhl-1/+1
2023-04-12rust: error: Add from_result() helperWedson Almeida Filho-0/+39
2023-04-12rust: error: Add a helper to convert a C ERR_PTR to a `Result`Sven Van Asbroeck-1/+49
2023-04-12rust: error: Add to_result() helperWedson Almeida Filho-1/+10
2023-04-12rust: error: Add Error::from_errno{_unchecked}()Miguel Ojeda-0/+32
2023-04-12rust: error: Add Error::to_ptr()Asahi Lina-0/+7
2023-04-12rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina-1/+1
2022-12-04rust: error: add `From` implementations for `Error`Wedson Almeida Filho-1/+44
2022-12-04rust: error: add codes from `errno-base.h`Viktor Garske-0/+33
2022-12-04rust: error: declare errors using macroFinn Behrens-2/+10
2022-09-28rust: add `kernel` crateWedson Almeida Filho-0/+59