summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-07rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)Miguel Ojeda
2026-04-07rust: block: update `const_refs_to_static` MSRV TODO commentMiguel Ojeda
2026-04-07rust: macros: simplify code using `feature(extract_if)`Miguel Ojeda
2026-04-07rust: alloc: simplify with `NonNull::add()` now that it is stableMiguel Ojeda
2026-04-07rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`Miguel Ojeda
2026-04-07rust: kbuild: remove `feature(...)`s that are now stableMiguel Ojeda
2026-04-07rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`Miguel Ojeda
2026-04-07rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify codeMiguel Ojeda
2026-04-07rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify codeMiguel Ojeda
2026-04-07rust: simplify `RUSTC_VERSION` Kconfig conditionsMiguel Ojeda
2026-04-07rust: allow globally `clippy::incompatible_msrv`Miguel Ojeda
2026-04-07rust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda
2026-04-07rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)Miguel Ojeda
2026-04-07gpu: nova-core: bindings: remove unneeded `cfg_attr`Miguel Ojeda
2026-04-07rust: kbuild: remove unneeded old `allow`s for generated layout testsMiguel Ojeda
2026-04-07rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2Miguel Ojeda
2026-04-07rust: kbuild: remove `--remap-path-prefix` workaroundsMiguel Ojeda
2026-04-04rust: prelude: use the "kernel vertical" imports styleMiguel Ojeda
2026-04-03rust: macros: simplify `format!` argumentsMiguel Ojeda
2026-04-03kbuild: rust: allow `clippy::uninlined_format_args`Miguel Ojeda
2026-04-03rust_binder: override crate name to rust_binderAlice Ryhl
2026-04-03rust: support overriding crate_nameAlice Ryhl
2026-04-03pwm: th1520: remove impl Send/Sync for Th1520PwmDriverDataAlice Ryhl
2026-04-03tyr: remove impl Send/Sync for TyrDataAlice Ryhl
2026-04-03rust: clk: implement Send and SyncAlice Ryhl
2026-04-03rust: ptr: add const_align_up()John Hubbard
2026-04-03rust: error: clarify that `from_err_ptr` can return `Ok(NULL)`Mirko Adzic
2026-04-02Merge tag 'rust-analyzer-v7.1' of https://github.com/Rust-for-Linux/linux int...Miguel Ojeda
2026-03-30kbuild: rust: provide an option to inline C helpers into RustGary Guo
2026-03-30rust: helpers: #define __rust_helperGary Guo
2026-03-30kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`Gary Guo
2026-03-30rust: rework `build_assert!` documentationGary Guo
2026-03-30rust: add `const_assert!` macroGary Guo
2026-03-28rust: move `static_assert` into `build_assert`Gary Guo
2026-03-27rust: kernel: mark as `#[inline]` all `From::from()`s for `Error`Alistair Francis
2026-03-27rust: list: hide macros from top-level kernel docGary Guo
2026-03-27MAINTAINERS: add `.rustfmt.toml` to "RUST" entryMiguel Ojeda
2026-03-23rust: str: improve safety comment for CString::try_from_fmtNakamura Shuta
2026-03-15rust: types: remove temporary re-exports of ARef and AlwaysRefCountedShankari Anand
2026-03-15rust: usb: Update AlwaysRefCounted imports to use sync::arefShankari Anand
2026-03-15rust: i2c: Update ARef and AlwaysRefCounted imports to use sync::arefShankari Anand
2026-03-15rust: str: update `c_str!` documentationTamir Duberstein
2026-03-11rust: disallow use of `CStr::as_ptr` and `CStr::from_ptr`Gary Guo
2026-03-10rust: task: use `as_char_ptr` instead of `as_ptr().cast()`Gary Guo
2026-03-10rust: jump_label: add __rust_helper to helpersAlice Ryhl
2026-03-10rust: clk: add __rust_helper to helpersAlice Ryhl
2026-03-09scripts: generate_rust_analyzer.py: reduce cfg plumbingTamir Duberstein
2026-03-09scripts: generate_rust_analyzer.py: rename cfg to generated_cfgEliot Courtney
2026-03-09scripts: generate_rust_analyzer.py: avoid FD leakTamir Duberstein
2026-03-09scripts: generate_rust_analyzer.py: define scriptsTamir Duberstein