summaryrefslogtreecommitdiff
path: root/rust/kernel/error.rs
AgeCommit message (Expand)Author
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho
2024-02-18rust: error: improve unsafe code in exampleValentin Obst
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda
2023-12-14rust: macros: improve `#[vtable]` documentationBenno Lossin
2023-10-12rust: error: Markdown style nitManmohan Shukla
2023-10-12rust: error: fix the description for `ECHILD`Wedson Almeida Filho
2023-06-13rust: error: `impl Debug` for `Error` with `errname()` integrationGary Guo
2023-05-31rust: error: add missing error codesAlice Ryhl
2023-05-31rust: error: allow specifying error type on `Result`Alice Ryhl
2023-04-12rust: error: Add from_result() helperWedson Almeida Filho
2023-04-12rust: error: Add a helper to convert a C ERR_PTR to a `Result`Sven Van Asbroeck
2023-04-12rust: error: Add to_result() helperWedson Almeida Filho
2023-04-12rust: error: Add Error::from_errno{_unchecked}()Miguel Ojeda
2023-04-12rust: error: Add Error::to_ptr()Asahi Lina
2023-04-12rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina
2022-12-04rust: error: add `From` implementations for `Error`Wedson Almeida Filho
2022-12-04rust: error: add codes from `errno-base.h`Viktor Garske
2022-12-04rust: error: declare errors using macroFinn Behrens
2022-09-28rust: add `kernel` crateWedson Almeida Filho