summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2025-05-12rust: replace rustdoc references to alloc::formatAndrew Ballance
2025-05-12rust: convert raw URLs to Markdown autolinks in commentsXizhe Yin
2025-05-12rust: clarify the language unstable features in useMiguel Ojeda
2025-05-12rust: uaccess: take advantage of the prelude and `Result`'s defaultsMiguel Ojeda
2025-05-12rust: static_assert: add optional messageAltan Ozlu
2025-05-12rust: page: optimize rust symbol generation for PageKunwu Chan
2025-05-07rust: alloc: add Vec::insert_within_capacityAlice Ryhl
2025-05-07rust: alloc: add Vec::removeAlice Ryhl
2025-05-07rust: alloc: add Vec::retainAlice Ryhl
2025-05-07rust: alloc: add Vec::drain_allAlice Ryhl
2025-05-07rust: alloc: add Vec::push_within_capacityAlice Ryhl
2025-05-07rust: alloc: add Vec::popAlice Ryhl
2025-05-07rust: alloc: add Vec::clearAlice Ryhl
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda
2025-05-07rust: clean Rust 1.88.0's `unnecessary_transmutes` lintMiguel Ojeda
2025-05-07rust: allow Rust 1.87.0's `clippy::ptr_eq` lintMiguel Ojeda
2025-05-04rust: devres: implement Devres::access()Danilo Krummrich
2025-05-04rust: revocable: implement Revocable::access()Danilo Krummrich
2025-05-01rust: pin-init: improve documentation for `Zeroable` derive macrosBenno Lossin
2025-05-01rust: pin-init: fix typosBenno Lossin
2025-05-01rust: pin-init: add `MaybeZeroable` derive macroBenno Lossin
2025-05-01rust: pin-init: allow `Zeroable` derive macro to also be applied to unionsBenno Lossin
2025-05-01rust: pin-init: allow `pub` fields in `derive(Zeroable)`Benno Lossin
2025-05-01rust: pin-init: Update the structural pinning link in readme.Christian Schrefl
2025-05-01rust: pin-init: Update Changelog and ReadmeChristian Schrefl
2025-05-01rust: pin-init: Implement `Wrapper` for `UnsafePinned` behind feature flag.Christian Schrefl
2025-05-01rust: pin-init: Add the `Wrapper` trait.Christian Schrefl
2025-05-01rust: pin-init: add `cast_[pin_]init` functions to change the initialized typeBenno Lossin
2025-05-01rust: xarray: Add an abstraction for XArrayTamir Duberstein
2025-05-01rust: types: add `ForeignOwnable::PointedTo`Tamir Duberstein
2025-04-29rust: device: conditionally expect `dead_code` for `parent()`Miguel Ojeda
2025-04-29rust: time: Introduce Instant typeFUJITA Tomonori
2025-04-29rust: time: Introduce Delta typeFUJITA Tomonori
2025-04-29rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to KtimeFUJITA Tomonori
2025-04-29rust: hrtimer: Add Ktime temporarilyFUJITA Tomonori
2025-04-28rust: drm: gem: Add GEM object abstractionAsahi Lina
2025-04-25Merge tag 'driver-core-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-04-24rust: drm: file: Add File abstractionAsahi Lina
2025-04-24rust: drm: add DRM driver registrationAsahi Lina
2025-04-24rust: drm: add device abstractionAsahi Lina
2025-04-24rust: drm: add driver abstractionsAsahi Lina
2025-04-24rust: drm: ioctl: Add DRM ioctl abstractionAsahi Lina
2025-04-23rust: alloc: replace `Vec::set_len` with `inc_len`Tamir Duberstein
2025-04-23rust: alloc: refactor `Vec::truncate` using `dec_len`Tamir Duberstein
2025-04-23rust: alloc: add `Vec::dec_len`Tamir Duberstein
2025-04-23rust: alloc: add Vec::len() <= Vec::capacity invariantTamir Duberstein
2025-04-22rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements UAlexandre Courbot
2025-04-22rust/revocable: add try_access_with() convenience methodAlexandre Courbot
2025-04-21rust: pin-init: examples: use `allow` instead of `expect`Benno Lossin
2025-04-21rust: pin-init: examples: conditionally enable `feature(lint_reasons)`Benno Lossin