summaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Expand)AuthorAgeFilesLines
...
* rust: error: add missing error codesAlice Ryhl2023-05-311-0/+20
* rust: str: add conversion from `CStr` to `CString`Alice Ryhl2023-05-311-0/+22
* rust: error: allow specifying error type on `Result`Alice Ryhl2023-05-311-1/+1
* rust: init: update macro expansion example in docsBenno Lossin2023-05-311-37/+48
* rust: macros: replace Self with the concrete type in #[pin_data]Benno Lossin2023-05-311-4/+104
* rust: macros: refactor generics parsing of `#[pin_data]` into its own functionBenno Lossin2023-05-312-62/+94
* rust: macros: fix usage of `#[allow]` in `quote!`Benno Lossin2023-05-311-6/+8
* rust: upgrade to Rust 1.68.2Miguel Ojeda2023-05-3119-677/+1270
* rust: arc: fix intra-doc link in `Arc<T>::init`Miguel Ojeda2023-05-311-1/+1
* rust: alloc: clarify what is the upstream versionMiguel Ojeda2023-05-311-0/+3
* Merge tag 'rust-6.4' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-04-3032-23/+4952
|\
| * rust: ioctl: Add ioctl number manipulation functionsAsahi Lina2023-04-222-0/+73
| * rust: uapi: Add UAPI crateAsahi Lina2023-04-225-5/+61
| * rust: sync: introduce `CondVar`Wedson Almeida Filho2023-04-225-1/+184
| * rust: lock: add `Guard::do_unlocked`Wedson Almeida Filho2023-04-222-2/+30
| * rust: sync: introduce `LockedBy`Wedson Almeida Filho2023-04-223-1/+159
| * rust: introduce `current`Wedson Almeida Filho2023-04-223-1/+89
| * rust: add basic `Task`Wedson Almeida Filho2023-04-224-0/+96
| * rust: introduce `ARef`Wedson Almeida Filho2023-04-221-0/+107
| * rust: lock: introduce `SpinLock`Wedson Almeida Filho2023-04-224-1/+142
| * rust: lock: introduce `Mutex`Wedson Almeida Filho2023-04-224-0/+128
| * rust: sync: introduce `Lock` and `Guard`Wedson Almeida Filho2023-04-222-1/+163
| * rust: sync: introduce `LockClassKey`Wedson Almeida Filho2023-04-211-0/+45
| * rust: init: broaden the blanket impl of `Init`Benno Lossin2023-04-211-2/+2
| * rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`Benno Lossin2023-04-121-0/+24
| * rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`Benno Lossin2023-04-122-4/+13
| * rust: types: add `Opaque::ffi_init`Benno Lossin2023-04-122-0/+29
| * rust: prelude: add `pin-init` API items to preludeBenno Lossin2023-04-121-1/+5
| * rust: init: add `Zeroable` trait and `init::zeroed` functionBenno Lossin2023-04-121-2/+95
| * rust: init: add `stack_pin_init!` macroBenno Lossin2023-04-122-6/+191
| * rust: init: add `PinnedDrop` trait and macrosBenno Lossin2023-04-125-0/+488
| * rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointersBenno Lossin2023-04-122-13/+139
| * rust: init: add initialization macrosBenno Lossin2023-04-126-7/+1747
| * rust: add pin-init API coreBenno Lossin2023-04-123-0/+226
| * rust: types: add `Opaque::raw_get`Benno Lossin2023-04-121-0/+8
| * rust: sync: change error type of constructor functionsBenno Lossin2023-04-121-4/+4
| * rust: macros: add `quote!` macroGary Guo2023-04-122-0/+147
| * rust: enable the `pin_macro` featureBenno Lossin2023-04-121-0/+1
| * rust: error: Add from_result() helperWedson Almeida Filho2023-04-121-0/+39
| * rust: error: Add a helper to convert a C ERR_PTR to a `Result`Sven Van Asbroeck2023-04-122-1/+61
| * rust: error: Add to_result() helperWedson Almeida Filho2023-04-121-1/+10
| * rust: error: Add Error::from_errno{_unchecked}()Miguel Ojeda2023-04-121-0/+32
| * rust: error: Add Error::to_ptr()Asahi Lina2023-04-122-0/+14
| * rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina2023-04-122-2/+2
| * rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()Asahi Lina2023-04-121-0/+11
| * rust: sync: arc: Implement Arc<dyn Any + Send + Sync>::downcast()Asahi Lina2023-04-102-0/+30
| * rust: macros: Allow specifying multiple module aliasesAsahi Lina2023-04-102-6/+34
| * rust: alloc: vec: Add some try_* methods we needMiguel Ojeda2023-04-102-3/+219
| * rust: Add SPDX headers to alloc::vec::{spec_extend, set_len_on_drop}Asahi Lina2023-04-102-0/+4
| * rust: Import upstream `alloc::vec::spec_extend` moduleAsahi Lina2023-04-101-0/+87