index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
rust: block: update `const_refs_to_static` MSRV TODO comment
Miguel Ojeda
1
-3
/
+1
2026-04-07
rust: macros: simplify code using `feature(extract_if)`
Miguel Ojeda
2
-4
/
+8
2026-04-07
rust: alloc: simplify with `NonNull::add()` now that it is stable
Miguel Ojeda
1
-7
/
+1
2026-04-07
rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Miguel Ojeda
1
-27
/
+6
2026-04-07
rust: kbuild: remove `feature(...)`s that are now stable
Miguel Ojeda
2
-23
/
+0
2026-04-07
rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Miguel Ojeda
1
-4
/
+1
2026-04-07
rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
4
-74
/
+6
2026-04-07
rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Miguel Ojeda
3
-53
/
+0
2026-04-07
rust: allow globally `clippy::incompatible_msrv`
Miguel Ojeda
1
-1
/
+0
2026-04-07
rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
2
-3
/
+0
2026-04-07
rust: kbuild: remove unneeded old `allow`s for generated layout tests
Miguel Ojeda
2
-8
/
+0
2026-04-07
rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Miguel Ojeda
1
-4
/
+0
2026-04-07
rust: kbuild: remove `--remap-path-prefix` workarounds
Miguel Ojeda
1
-6
/
+2
2026-04-04
rust: prelude: use the "kernel vertical" imports style
Miguel Ojeda
1
-23
/
+77
2026-04-03
rust: macros: simplify `format!` arguments
Miguel Ojeda
1
-7
/
+2
2026-04-03
rust: clk: implement Send and Sync
Alice Ryhl
1
-0
/
+7
2026-04-03
rust: ptr: add const_align_up()
John Hubbard
1
-0
/
+29
2026-04-03
rust: error: clarify that `from_err_ptr` can return `Ok(NULL)`
Mirko Adzic
1
-0
/
+31
2026-04-02
Merge tag 'rust-analyzer-v7.1' of https://github.com/Rust-for-Linux/linux int...
Miguel Ojeda
1
-0
/
+2
2026-03-30
kbuild: rust: provide an option to inline C helpers into Rust
Gary Guo
2
-5
/
+31
2026-03-30
rust: helpers: #define __rust_helper
Gary Guo
1
-0
/
+29
2026-03-30
rust: rework `build_assert!` documentation
Gary Guo
2
-28
/
+92
2026-03-30
rust: add `const_assert!` macro
Gary Guo
4
-21
/
+40
2026-03-28
rust: move `static_assert` into `build_assert`
Gary Guo
4
-46
/
+42
2026-03-27
rust: kernel: mark as `#[inline]` all `From::from()`s for `Error`
Alistair Francis
3
-0
/
+10
2026-03-27
rust: list: hide macros from top-level kernel doc
Gary Guo
4
-3
/
+24
2026-03-23
rust: str: improve safety comment for CString::try_from_fmt
Nakamura Shuta
1
-1
/
+4
2026-03-15
rust: types: remove temporary re-exports of ARef and AlwaysRefCounted
Shankari Anand
1
-2
/
+0
2026-03-15
rust: usb: Update AlwaysRefCounted imports to use sync::aref
Shankari Anand
1
-4
/
+2
2026-03-15
rust: i2c: Update ARef and AlwaysRefCounted imports to use sync::aref
Shankari Anand
1
-7
/
+6
2026-03-15
rust: str: update `c_str!` documentation
Tamir Duberstein
1
-3
/
+16
2026-03-11
rust: disallow use of `CStr::as_ptr` and `CStr::from_ptr`
Gary Guo
1
-0
/
+3
2026-03-10
rust: task: use `as_char_ptr` instead of `as_ptr().cast()`
Gary Guo
1
-4
/
+3
2026-03-10
rust: jump_label: add __rust_helper to helpers
Alice Ryhl
1
-1
/
+1
2026-03-10
rust: clk: add __rust_helper to helpers
Alice Ryhl
1
-11
/
+13
2026-03-09
scripts: generate_rust_analyzer.py: reduce cfg plumbing
Tamir Duberstein
1
-0
/
+2
2026-03-06
Merge tag 'linux_kselftest-kunit-fixes-7.0-rc3' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+8
2026-03-02
rust: kunit: fix warning when !CONFIG_PRINTK
Alexandre Courbot
1
-0
/
+8
2026-02-23
rust: io: macro_export io_define_read!() and io_define_write!()
Danilo Krummrich
2
-54
/
+101
2026-02-22
Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
4
-14
/
+30
2026-02-20
rust: list: Add unsafe blocks for container_of and safety comments
Philipp Stanner
1
-9
/
+16
2026-02-19
rust: pin-init: replace clippy `expect` with `allow`
Benno Lossin
1
-2
/
+2
2026-02-19
rust: irq: add `'static` bounds to irq callbacks
Benno Lossin
1
-3
/
+9
2026-02-17
Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-7
/
+17
2026-02-17
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-12
/
+27
2026-02-16
Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2026-02-12
Merge tag 'configfs-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+5
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-12
/
+12
2026-02-11
Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-5
/
+2
2026-02-11
Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
33
-415
/
+1208
[next]