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