summaryrefslogtreecommitdiff
path: root/rust/kernel/error.rs
AgeCommit message (Expand)Author
2024-11-10rust: use custom FFI integer typesGary Guo
2024-10-15rust: error: check for config `test` in `Error::name`Danilo Krummrich
2024-10-15rust: error: use `core::alloc::LayoutError`Danilo Krummrich
2024-10-10rust: error: optimize error type to use nonzeroFilipe Xavier
2024-10-07rust: error: make conversion functions publicFilipe Xavier
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda
2024-08-18rust: error: allow `useless_conversion` for 32-bit buildsMiguel Ojeda
2024-06-14rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg
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