summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2025-06-11rust: pin-init: change `impl Zeroable for Option<NonNull<T>>` to `ZeroableOpt...Benno Lossin
2025-06-11rust: pin-init: improve safety documentation for `impl<T> [Pin]Init<T> for T`Benno Lossin
2025-06-11rust: pin-init: implement `ZeroableOption` for `&T` and `&mut T`Benno Lossin
2025-06-11rust: pin-init: add `zeroed()` & `Zeroable::zeroed()` functionsBenno Lossin
2025-06-11rust: pin-init: add `Zeroable::init_zeroed`Benno Lossin
2025-06-11rust: pin-init: rename `zeroed` to `init_zeroed`Benno Lossin
2025-06-11rust: pin-init: feature-gate the `stack_init_reuse` test on the `std` featureBenno Lossin
2025-06-11rust: pin-init: examples: pthread_mutex: disable the main test for miriBenno Lossin
2025-06-11rust: pin-init: examples, tests: add conditional compilation in order to comp...Benno Lossin
2025-06-11rust: vec: impl Default for Vec with any allocatorAlice Ryhl
2025-06-10rust: time: Fix compile error in impl_has_hr_timer macroFUJITA Tomonori
2025-06-10cpufreq: Convert `/// SAFETY` lines to `# Safety` sectionsViresh Kumar
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-05-31kcov: rust: add flags for KCOV with RustAlice Ryhl
2025-05-31mm: rust: make CONFIG_MMU ifdefs more narrowAlice Ryhl
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki
2025-05-30rust: file: improve safety commentsPekka Ristola
2025-05-30rust: file: mark `LocalFile` as `repr(transparent)`Pekka Ristola
2025-05-29rust: list: Fix typo `much` in arc.rsSylvan Smit
2025-05-29rust: check type of `$ptr` in `container_of!`Tamir Duberstein
2025-05-29rust: workqueue: remove HasWork::OFFSETTamir Duberstein
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-28rust: retain pointer mut-ness in `container_of!`Tamir Duberstein
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-28rust: add helper for mutex_trylockPaolo Bonzini
2025-05-27rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'sMiguel Ojeda
2025-05-27rust: str: simplify KUnit tests `format!` macroMiguel Ojeda
2025-05-27rust: str: convert `rusttest` tests into KUnitMiguel Ojeda
2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda
2025-05-27rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc testViresh Kumar
2025-05-26Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-26Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-26rust: make section names pluralPatrick Miller
2025-05-26rust: list: fix path of `assert_pinned!`Benno Lossin
2025-05-26rust: opp: Make the doctest example depend on CONFIG_OFViresh Kumar
2025-05-25rust: compile libcore with edition 2024 for 1.87+Gary Guo
2025-05-25rust: dma: add missing Markdown code spanMiguel Ojeda
2025-05-25rust: task: add missing Markdown code spans and intra-doc linksMiguel Ojeda
2025-05-25rust: pci: fix docs related to missing Markdown code spansMiguel Ojeda
2025-05-25rust: alloc: add missing Markdown code spanMiguel Ojeda
2025-05-25rust: alloc: add missing Markdown code spansMiguel Ojeda
2025-05-25rust: platform: fix docs related to missing Markdown code spansMiguel Ojeda
2025-05-23rust: add C FFI types to the preludeMiguel Ojeda