aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/prelude.rs
AgeCommit message (Expand)AuthorFilesLines
2024-04-16rust: alloc: introduce the `BoxExt` traitGravatar Wedson Almeida Filho 1-1/+1
2024-04-16rust: alloc: introduce allocation flagsGravatar Wedson Almeida Filho 1-1/+1
2024-04-16rust: alloc: introduce the `VecExt` traitGravatar Wedson Almeida Filho 1-0/+2
2023-08-21rust: add derive macro for `Zeroable`Gravatar Benno Lossin 1-1/+1
2023-04-22rust: introduce `current`Gravatar Wedson Almeida Filho 1-0/+2
2023-04-12rust: prelude: add `pin-init` API items to preludeGravatar Benno Lossin 1-1/+5
2023-01-16rust: prelude: prevent doc inline of external importsGravatar Finn Behrens 1-1/+7
2022-12-04rust: build_assert: add `build_{error,assert}!` macrosGravatar Gary Guo 1-0/+2
2022-12-04rust: static_assert: add `static_assert!` macroGravatar Miguel Ojeda 1-0/+2
2022-12-04rust: std_vendor: add `dbg!` macro based on `std`'s oneGravatar Niklas Mohrin 1-1/+1
2022-12-04rust: str: add `CStr` typeGravatar Gary Guo 1-1/+1
2022-12-04rust: prelude: add `error::code::*` constant itemsGravatar Wedson Almeida Filho 1-1/+1
2022-12-04rust: macros: add `#[vtable]` proc macroGravatar Gary Guo 1-1/+1
2022-12-01rust: print: add more `pr_*!` levelsGravatar Miguel Ojeda 1-1/+1
2022-12-01rust: prelude: split re-exports into groupsGravatar Miguel Ojeda 1-5/+9
2022-09-28rust: add `kernel` crateGravatar Wedson Almeida Filho 1-0/+20