summaryrefslogtreecommitdiffstats
path: root/rust/kernel
AgeCommit message (Expand)AuthorLines
2022-12-04rust: str: add `Formatter` typeWedson Almeida Filho-0/+57
2022-12-04rust: str: add `c_str!` macroGary Guo-0/+23
2022-12-04rust: str: add `CStr` unit testsMilan Landaverde-0/+29
2022-12-04rust: str: implement several traits for `CStr`Gary Guo-1/+123
2022-12-04rust: str: add `CStr` typeGary Guo-1/+170
2022-12-04rust: str: add `b_str!` macroGary Guo-0/+21
2022-12-04rust: str: add `BStr` typeGary Guo-0/+5
2022-12-04rust: prelude: add `error::code::*` constant itemsWedson Almeida Filho-1/+1
2022-12-04rust: error: add `From` implementations for `Error`Wedson Almeida Filho-1/+45
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-12-04rust: macros: add `#[vtable]` proc macroGary Guo-1/+1
2022-12-01rust: print: add `pr_cont!` macroMiguel Ojeda-9/+63
2022-12-01rust: print: add more `pr_*!` levelsMiguel Ojeda-1/+155
2022-12-01rust: prelude: split re-exports into groupsMiguel Ojeda-5/+9
2022-09-28rust: add `kernel` crateWedson Almeida Filho-0/+491