summaryrefslogtreecommitdiffstats
path: root/rust/Makefile
AgeCommit message (Expand)AuthorLines
2025-09-08rust: add `pin-init` as a dependency to `bindings` and `uapi`Benno Lossin-6/+8
2025-09-08rust: warn if `srctree/` links do not existMiguel Ojeda-0/+6
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...Miguel Ojeda-8/+1
2025-08-24rust: kernel: remove support for unused host `#[test]`sMiguel Ojeda-8/+1
2025-08-12rust: kbuild: clean output before running `rustdoc`Miguel Ojeda-3/+7
2025-08-12rust: workaround `rustdoc` target modifiers bugMiguel Ojeda-0/+6
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-0/+8
2025-07-23rust: Add warn_on macroFUJITA Tomonori-0/+8
2025-07-14rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda-0/+1
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-8/+11
2025-05-31kcov: rust: add flags for KCOV with RustAlice Ryhl-0/+1
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda-1/+2
2025-05-25rust: compile libcore with edition 2024 for 1.87+Gary Guo-6/+8
2025-05-23rust: arm: fix unknown (to Clang) argument '-mno-fdpic'Rudraksha Gupta-1/+1
2025-04-08rust: kbuild: Don't export __pfx symbolsSami Tolvanen-1/+1
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+6
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds-0/+8
2025-04-02Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds-1/+3
2025-03-30rust: Fix enabling Rust and building with GCC for LoongArchWANG Rui-1/+3
2025-03-26ARM: 9441/1: rust: Enable Rust support for ARMv7Christian Schrrefl-0/+8
2025-03-23rust: kbuild: skip `--remap-path-prefix` for `rustdoc`Miguel Ojeda-2/+6
2025-03-19rust: pass correct target to bindgen on Usermode LinuxThomas Weißschuh-0/+1
2025-03-16rust: pin-init: add `std` and `alloc` support from the user-space versionBenno Lossin-1/+1
2025-03-16rust: make pin-init its own crateBenno Lossin-7/+7
2025-03-16rust: add pin-init crate build infrastructureMiguel Ojeda-18/+57
2025-02-06rust: kbuild: do not export generated KASAN ODR symbolsMatthew Maurer-1/+1
2025-02-06rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflagsJustin M. Forbes-0/+1
2025-02-06rust: kbuild: use host dylib naming in rusttestlib-kernelTamir Duberstein-1/+1
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+32
2025-01-18rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONSSami Tolvanen-2/+32
2025-01-15kbuild: rust: add PROCMACROLDFLAGSHONG Yifan-1/+1
2025-01-10rust: use host dylib naming convention to support macOSTamir Duberstein-10/+12
2025-01-10rust: kbuild: run Clippy for `rusttest` codeMiguel Ojeda-4/+4
2024-12-10rust: kbuild: set `bindgen`'s Rust target versionMiguel Ojeda-1/+14
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+2
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada-2/+2
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-43/+50
2024-11-20rust: jump_label: skip formatting generated fileMiguel Ojeda-2/+2
2024-11-10rust: use custom FFI integer typesGary Guo-13/+26
2024-11-10rust: fix size_t in bindgen prototypes of C builtinsGary Guo-1/+5
2024-11-04rust: add arch_static_branchAlice Ryhl-0/+6
2024-11-01rust: enable macros::module! testsEthan D. Twardy-0/+1
2024-11-01rust: kbuild: expand rusttest target for macrosEthan D. Twardy-4/+13
2024-10-15kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich-33/+10
2024-10-07rust: enable `rustdoc::unescaped_backticks` lintMiguel Ojeda-1/+4
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-19/+37
2024-09-16rust: cfi: add support for CFI_CLANG with RustMatthew Maurer-1/+1
2024-09-05kbuild: rust: replace proc macros dependency on `core.o` with the version textMiguel Ojeda-3/+1
2024-09-05kbuild: rust: rebuild if the version text changesMiguel Ojeda-1/+2
2024-08-25rust: enable rustdoc's `--generate-link-to-definition`Miguel Ojeda-0/+1