summaryrefslogtreecommitdiff
path: root/rust/Makefile
AgeCommit message (Expand)Author
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2025-04-02Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2025-03-30rust: Fix enabling Rust and building with GCC for LoongArchWANG Rui
2025-03-26ARM: 9441/1: rust: Enable Rust support for ARMv7Christian Schrrefl
2025-03-23rust: kbuild: skip `--remap-path-prefix` for `rustdoc`Miguel Ojeda
2025-03-19rust: pass correct target to bindgen on Usermode LinuxThomas Weißschuh
2025-03-16rust: pin-init: add `std` and `alloc` support from the user-space versionBenno Lossin
2025-03-16rust: make pin-init its own crateBenno Lossin
2025-03-16rust: add pin-init crate build infrastructureMiguel Ojeda
2025-02-06rust: kbuild: do not export generated KASAN ODR symbolsMatthew Maurer
2025-02-06rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflagsJustin M. Forbes
2025-02-06rust: kbuild: use host dylib naming in rusttestlib-kernelTamir Duberstein
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-01-18rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONSSami Tolvanen
2025-01-15kbuild: rust: add PROCMACROLDFLAGSHONG Yifan
2025-01-10rust: use host dylib naming convention to support macOSTamir Duberstein
2025-01-10rust: kbuild: run Clippy for `rusttest` codeMiguel Ojeda
2024-12-10rust: kbuild: set `bindgen`'s Rust target versionMiguel Ojeda
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-20rust: jump_label: skip formatting generated fileMiguel Ojeda
2024-11-10rust: use custom FFI integer typesGary Guo
2024-11-10rust: fix size_t in bindgen prototypes of C builtinsGary Guo
2024-11-04rust: add arch_static_branchAlice Ryhl
2024-11-01rust: enable macros::module! testsEthan D. Twardy
2024-11-01rust: kbuild: expand rusttest target for macrosEthan D. Twardy
2024-10-15kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich
2024-10-07rust: enable `rustdoc::unescaped_backticks` lintMiguel Ojeda
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-09-16rust: cfi: add support for CFI_CLANG with RustMatthew Maurer
2024-09-05kbuild: rust: replace proc macros dependency on `core.o` with the version textMiguel Ojeda
2024-09-05kbuild: rust: rebuild if the version text changesMiguel Ojeda
2024-08-25rust: enable rustdoc's `--generate-link-to-definition`Miguel Ojeda
2024-08-21rust: kbuild: fix export of bss symbolsAndreas Hindborg
2024-08-21rust: enable bindgen's `--enable-function-attribute-detection` flagMiguel Ojeda
2024-08-19rust: kbuild: auto generate helper exportsGary Guo
2024-08-18objtool/kbuild/rust: enable objtool for RustMiguel Ojeda
2024-08-18rust: kbuild: split up helpers.cAndreas Hindborg
2024-08-10rust: add intrinsics to fix `-Os` buildsMiguel Ojeda
2024-08-10kbuild: rust: skip -fmin-function-alignment in bindgen flagsZehui Xu
2024-08-07rust: Support latest version of `rust-analyzer`Sarthak Singh
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-07-10rust: relax most deny-level lints to warningsMiguel Ojeda
2024-07-08kbuild: rust: remove now-unneeded `rusttest` custom sysroot handlingMiguel Ojeda
2024-07-03arch: um: rust: Add i386 support for RustDavid Gow
2024-05-22Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-14LoongArch: rust: Switch to use built-in rustc targetWANG Rui