aboutsummaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2023-03-03Merge tag 'rust-fixes-6.3-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+1
2023-03-02rust: bindgen: Add `alt_instr` as opaque typeArnaldo Carvalho de Melo1-0/+1
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-20/+8
2023-02-20Merge tag 'rust-6.3' of https://github.com/Rust-for-Linux/linuxLinus Torvalds13-502/+806
2023-02-07rust: types: implement `ForeignOwnable` for `Arc<T>`Wedson Almeida Filho1-1/+31
2023-02-01rust: types: implement `ForeignOwnable` for the unit typeWedson Almeida Filho1-0/+12
2023-02-01rust: types: implement `ForeignOwnable` for `Box<T>`Wedson Almeida Filho1-0/+23
2023-02-01rust: types: introduce `ForeignOwnable`Wedson Almeida Filho2-0/+55
2023-02-01rust: types: introduce `ScopeGuard`Wedson Almeida Filho1-1/+125
2023-01-22kbuild: rust: move rust/target.json to scripts/Masahiro Yamada2-10/+1
2023-01-22kbuild: remove sed commands after rustc rulesMasahiro Yamada1-4/+2
2023-01-22kbuild: specify output names separately for each emission type from rustcMasahiro Yamada1-6/+5
2023-01-16rust: prelude: prevent doc inline of external importsFinn Behrens1-1/+7
2023-01-16rust: sync: add support for dispatching on Arc and ArcBorrow.Wedson Almeida Filho2-2/+19
2023-01-16rust: sync: introduce `UniqueArc`Wedson Almeida Filho2-3/+151
2023-01-16rust: sync: allow type of `self` to be `ArcBorrow<T>`Wedson Almeida Filho1-0/+23
2023-01-16rust: sync: introduce `ArcBorrow`Wedson Almeida Filho2-1/+98
2023-01-16rust: sync: allow coercion from `Arc<T>` to `Arc<U>`Wedson Almeida Filho2-1/+28
2023-01-16rust: sync: allow type of `self` to be `Arc<T>` or variantsWedson Almeida Filho2-0/+29
2023-01-16rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho6-0/+189
2023-01-16rust: compiler_builtins: make stubs non-globalGary Guo2-1/+18
2023-01-16rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)Miguel Ojeda4-499/+6
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