summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-02-20Merge tag 'rust-6.3' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2023-02-07rust: types: implement `ForeignOwnable` for `Arc<T>`Wedson Almeida Filho
2023-02-01rust: types: implement `ForeignOwnable` for the unit typeWedson Almeida Filho
2023-02-01rust: types: implement `ForeignOwnable` for `Box<T>`Wedson Almeida Filho
2023-02-01rust: types: introduce `ForeignOwnable`Wedson Almeida Filho
2023-02-01rust: types: introduce `ScopeGuard`Wedson Almeida Filho
2023-01-22kbuild: rust: move rust/target.json to scripts/Masahiro Yamada
2023-01-22kbuild: remove sed commands after rustc rulesMasahiro Yamada
2023-01-22kbuild: specify output names separately for each emission type from rustcMasahiro Yamada
2023-01-16rust: prelude: prevent doc inline of external importsFinn Behrens
2023-01-16rust: sync: add support for dispatching on Arc and ArcBorrow.Wedson Almeida Filho
2023-01-16rust: sync: introduce `UniqueArc`Wedson Almeida Filho
2023-01-16rust: sync: allow type of `self` to be `ArcBorrow<T>`Wedson Almeida Filho
2023-01-16rust: sync: introduce `ArcBorrow`Wedson Almeida Filho
2023-01-16rust: sync: allow coercion from `Arc<T>` to `Arc<U>`Wedson Almeida Filho
2023-01-16rust: sync: allow type of `self` to be `Arc<T>` or variantsWedson Almeida Filho
2023-01-16rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho
2023-01-16rust: compiler_builtins: make stubs non-globalGary Guo
2023-01-16rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)Miguel Ojeda
2023-01-16rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocksMiguel Ojeda
2022-12-04rust: types: add `Opaque` typeWedson Almeida Filho
2022-12-04rust: types: add `Either` typeWedson Almeida Filho
2022-12-04rust: build_assert: add `build_{error,assert}!` macrosGary Guo
2022-12-04rust: add `build_error` crateGary Guo
2022-12-04rust: static_assert: add `static_assert!` macroMiguel Ojeda
2022-12-04rust: std_vendor: add `dbg!` macro based on `std`'s oneNiklas Mohrin
2022-12-04rust: str: add `fmt!` macroWedson Almeida Filho
2022-12-04rust: str: add `CString` typeWedson Almeida Filho
2022-12-04rust: str: add `Formatter` typeWedson Almeida Filho
2022-12-04rust: str: add `c_str!` macroGary Guo
2022-12-04rust: str: add `CStr` unit testsMilan Landaverde
2022-12-04rust: str: implement several traits for `CStr`Gary Guo
2022-12-04rust: str: add `CStr` typeGary Guo
2022-12-04rust: str: add `b_str!` macroGary Guo
2022-12-04rust: str: add `BStr` typeGary Guo
2022-12-04rust: alloc: add `Vec::try_with_capacity{,_in}()` constructorsMiguel Ojeda
2022-12-04rust: alloc: add `RawVec::try_with_capacity_in()` constructorMiguel Ojeda
2022-12-04rust: prelude: add `error::code::*` constant itemsWedson Almeida Filho
2022-12-04rust: error: add `From` implementations for `Error`Wedson Almeida Filho
2022-12-04rust: error: add codes from `errno-base.h`Viktor Garske
2022-12-04rust: error: declare errors using macroFinn Behrens
2022-12-04rust: macros: take string literals in `module!`Gary Guo
2022-12-04rust: macros: add `#[vtable]` proc macroGary Guo
2022-12-04rust: macros: add `concat_idents!` proc macroBjörn Roy Baron
2022-12-01rust: print: add `pr_cont!` macroMiguel Ojeda
2022-12-01rust: print: add more `pr_*!` levelsMiguel Ojeda
2022-12-01rust: prelude: split re-exports into groupsMiguel Ojeda
2022-09-28Kbuild: add Rust supportMiguel Ojeda
2022-09-28rust: export generated symbolsMiguel Ojeda