summaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2023-01-16rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocksMiguel Ojeda1-11/+18
2022-12-04rust: types: add `Opaque` typeWedson Almeida Filho1-0/+25
2022-12-04rust: types: add `Either` typeWedson Almeida Filho2-0/+13
2022-12-04rust: build_assert: add `build_{error,assert}!` macrosGary Guo3-0/+88
2022-12-04rust: add `build_error` crateGary Guo3-5/+53
2022-12-04rust: static_assert: add `static_assert!` macroMiguel Ojeda3-0/+37
2022-12-04rust: std_vendor: add `dbg!` macro based on `std`'s oneNiklas Mohrin3-1/+166
2022-12-04rust: str: add `fmt!` macroWedson Almeida Filho1-0/+6
2022-12-04rust: str: add `CString` typeWedson Almeida Filho1-2/+89
2022-12-04rust: str: add `Formatter` typeWedson Almeida Filho1-0/+57
2022-12-04rust: str: add `c_str!` macroGary Guo1-0/+23
2022-12-04rust: str: add `CStr` unit testsMilan Landaverde1-0/+29
2022-12-04rust: str: implement several traits for `CStr`Gary Guo1-1/+123
2022-12-04rust: str: add `CStr` typeGary Guo2-1/+170
2022-12-04rust: str: add `b_str!` macroGary Guo1-0/+21
2022-12-04rust: str: add `BStr` typeGary Guo1-0/+5
2022-12-04rust: alloc: add `Vec::try_with_capacity{,_in}()` constructorsMiguel Ojeda2-1/+89
2022-12-04rust: alloc: add `RawVec::try_with_capacity_in()` constructorMiguel Ojeda1-1/+33
2022-12-04rust: prelude: add `error::code::*` constant itemsWedson Almeida Filho1-1/+1
2022-12-04rust: error: add `From` implementations for `Error`Wedson Almeida Filho2-1/+45
2022-12-04rust: error: add codes from `errno-base.h`Viktor Garske1-0/+33
2022-12-04rust: error: declare errors using macroFinn Behrens1-2/+10
2022-12-04rust: macros: take string literals in `module!`Gary Guo3-17/+29
2022-12-04rust: macros: add `#[vtable]` proc macroGary Guo3-1/+148
2022-12-04rust: macros: add `concat_idents!` proc macroBjörn Roy Baron2-0/+67
2022-12-01rust: print: add `pr_cont!` macroMiguel Ojeda1-9/+63
2022-12-01rust: print: add more `pr_*!` levelsMiguel Ojeda2-1/+155
2022-12-01rust: prelude: split re-exports into groupsMiguel Ojeda1-5/+9
2022-09-28Kbuild: add Rust supportMiguel Ojeda3-0/+410
2022-09-28rust: export generated symbolsMiguel Ojeda1-0/+21
2022-09-28rust: add `kernel` crateWedson Almeida Filho6-0/+491
2022-09-28rust: add `bindings` crateMiguel Ojeda2-0/+66
2022-09-28rust: add `macros` crateMiguel Ojeda3-0/+405
2022-09-28rust: add `compiler_builtins` crateMiguel Ojeda1-0/+63
2022-09-28rust: adapt `alloc` crate to the kernelMiguel Ojeda14-1/+100
2022-09-28rust: import upstream `alloc` crateMiguel Ojeda13-0/+9037
2022-09-28rust: add C helpersMiguel Ojeda1-0/+51