summaryrefslogtreecommitdiff
path: root/rust/Makefile
AgeCommit message (Expand)Author
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
2024-05-13Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-04-23kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICEMiguel Ojeda
2024-04-16kbuild: use the upstream `alloc` crateWedson Almeida Filho
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-03-10kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada
2024-02-29kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda
2024-02-09arm64: rust: Enable Rust support for AArch64Jamie Cunliffe
2024-02-09rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda
2023-12-14rust: Suppress searching builtin sysrootMatthew Maurer
2023-12-14rust: bindings: rename const binding using sedGary Guo
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-10-30Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2023-10-19rust: docs: fix logo replacementrust-fixes-6.6Miguel Ojeda
2023-10-15rust: Use grep -Ev rather than relying on GNU grepMatthew Maurer
2023-10-15rust: Use awk instead of recent xargsMatthew Maurer
2023-10-14rust: Respect HOSTCC when linking for hostMatthew Maurer