summaryrefslogtreecommitdiff
path: root/rust
Commit message (Expand)AuthorAgeFilesLines
...
| * | kbuild: rust: move rust/target.json to scripts/Masahiro Yamada2023-01-222-10/+1
| * | kbuild: remove sed commands after rustc rulesMasahiro Yamada2023-01-221-4/+2
| * | kbuild: specify output names separately for each emission type from rustcMasahiro Yamada2023-01-221-6/+5
* | | Merge tag 'rust-6.3' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-02-2013-502/+806
|\ \ \ | |_|/ |/| |
| * | rust: types: implement `ForeignOwnable` for `Arc<T>`Wedson Almeida Filho2023-02-071-1/+31
| * | rust: types: implement `ForeignOwnable` for the unit typeWedson Almeida Filho2023-02-011-0/+12
| * | rust: types: implement `ForeignOwnable` for `Box<T>`Wedson Almeida Filho2023-02-011-0/+23
| * | rust: types: introduce `ForeignOwnable`Wedson Almeida Filho2023-02-012-0/+55
| * | rust: types: introduce `ScopeGuard`Wedson Almeida Filho2023-02-011-1/+125
| * | rust: prelude: prevent doc inline of external importsFinn Behrens2023-01-161-1/+7
| * | rust: sync: add support for dispatching on Arc and ArcBorrow.Wedson Almeida Filho2023-01-162-2/+19
| * | rust: sync: introduce `UniqueArc`Wedson Almeida Filho2023-01-162-3/+151
| * | rust: sync: allow type of `self` to be `ArcBorrow<T>`Wedson Almeida Filho2023-01-161-0/+23
| * | rust: sync: introduce `ArcBorrow`Wedson Almeida Filho2023-01-162-1/+98
| * | rust: sync: allow coercion from `Arc<T>` to `Arc<U>`Wedson Almeida Filho2023-01-162-1/+28
| * | rust: sync: allow type of `self` to be `Arc<T>` or variantsWedson Almeida Filho2023-01-162-0/+29
| * | rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho2023-01-166-0/+189
| * | rust: compiler_builtins: make stubs non-globalGary Guo2023-01-162-1/+18
| * | rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)Miguel Ojeda2023-01-164-499/+6
| |/
* | rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocksMiguel Ojeda2023-01-161-11/+18
|/
* rust: types: add `Opaque` typeWedson Almeida Filho2022-12-041-0/+25
* rust: types: add `Either` typeWedson Almeida Filho2022-12-042-0/+13
* rust: build_assert: add `build_{error,assert}!` macrosGary Guo2022-12-043-0/+88
* rust: add `build_error` crateGary Guo2022-12-043-5/+53
* rust: static_assert: add `static_assert!` macroMiguel Ojeda2022-12-043-0/+37
* rust: std_vendor: add `dbg!` macro based on `std`'s oneNiklas Mohrin2022-12-043-1/+166
* rust: str: add `fmt!` macroWedson Almeida Filho2022-12-041-0/+6
* rust: str: add `CString` typeWedson Almeida Filho2022-12-041-2/+89
* rust: str: add `Formatter` typeWedson Almeida Filho2022-12-041-0/+57
* rust: str: add `c_str!` macroGary Guo2022-12-041-0/+23
* rust: str: add `CStr` unit testsMilan Landaverde2022-12-041-0/+29
* rust: str: implement several traits for `CStr`Gary Guo2022-12-041-1/+123
* rust: str: add `CStr` typeGary Guo2022-12-042-1/+170
* rust: str: add `b_str!` macroGary Guo2022-12-041-0/+21
* rust: str: add `BStr` typeGary Guo2022-12-041-0/+5
* rust: alloc: add `Vec::try_with_capacity{,_in}()` constructorsMiguel Ojeda2022-12-042-1/+89
* rust: alloc: add `RawVec::try_with_capacity_in()` constructorMiguel Ojeda2022-12-041-1/+33
* rust: prelude: add `error::code::*` constant itemsWedson Almeida Filho2022-12-041-1/+1
* rust: error: add `From` implementations for `Error`Wedson Almeida Filho2022-12-042-1/+45
* rust: error: add codes from `errno-base.h`Viktor Garske2022-12-041-0/+33
* rust: error: declare errors using macroFinn Behrens2022-12-041-2/+10
* rust: macros: take string literals in `module!`Gary Guo2022-12-043-17/+29
* rust: macros: add `#[vtable]` proc macroGary Guo2022-12-043-1/+148
* rust: macros: add `concat_idents!` proc macroBjörn Roy Baron2022-12-042-0/+67
* rust: print: add `pr_cont!` macroMiguel Ojeda2022-12-011-9/+63
* rust: print: add more `pr_*!` levelsMiguel Ojeda2022-12-012-1/+155
* rust: prelude: split re-exports into groupsMiguel Ojeda2022-12-011-5/+9
* Kbuild: add Rust supportMiguel Ojeda2022-09-283-0/+410
* rust: export generated symbolsMiguel Ojeda2022-09-281-0/+21
* rust: add `kernel` crateWedson Almeida Filho2022-09-286-0/+491