summaryrefslogtreecommitdiff
path: root/rust/Makefile
AgeCommit message (Expand)AuthorFilesLines
2025-11-24rust: kbuild: workaround `rustdoc` doctests modifier bugMiguel Ojeda1-1/+3
2025-11-24rust: kbuild: treat `build_error` and `rustdoc` as kernel objectsMiguel Ojeda1-0/+10
2025-11-24rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flagsXi Ruoyao1-1/+1
2025-08-20rust: workaround `rustdoc` target modifiers bugMiguel Ojeda1-0/+6
2025-08-20rust: kbuild: clean output before running `rustdoc`Miguel Ojeda1-2/+5
2025-07-24rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda1-0/+1
2025-07-06rust: arm: fix unknown (to Clang) argument '-mno-fdpic'Rudraksha Gupta1-1/+1
2025-06-27rust: compile libcore with edition 2024 for 1.87+Gary Guo1-6/+8
2025-04-10rust: Fix enabling Rust and building with GCC for LoongArchWANG Rui1-1/+3
2025-03-13rust: use custom FFI integer typesGary Guo1-13/+26
2025-03-13rust: fix size_t in bindgen prototypes of C builtinsGary Guo1-1/+5
2025-03-13rust: kbuild: expand rusttest target for macrosEthan D. Twardy1-4/+13
2025-03-13kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich1-33/+10
2025-03-13rust: enable `rustdoc::unescaped_backticks` lintMiguel Ojeda1-1/+4
2025-02-21rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflagsJustin M. Forbes1-0/+1
2024-12-19rust: kbuild: set `bindgen`'s Rust target versionMiguel Ojeda1-1/+14
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
2024-09-05kbuild: rust: rebuild if the version text changesMiguel Ojeda1-1/+2
2024-08-25rust: enable rustdoc's `--generate-link-to-definition`Miguel Ojeda1-0/+1
2024-08-21rust: kbuild: fix export of bss symbolsAndreas Hindborg1-1/+1
2024-08-21rust: enable bindgen's `--enable-function-attribute-detection` flagMiguel Ojeda1-1/+1
2024-08-19rust: kbuild: auto generate helper exportsGary Guo1-2/+14
2024-08-19objtool/kbuild/rust: enable objtool for RustMiguel Ojeda1-8/+14
2024-08-19rust: kbuild: split up helpers.cAndreas Hindborg1-3/+3
2024-08-10rust: add intrinsics to fix `-Os` buildsMiguel Ojeda1-2/+2
2024-08-10kbuild: rust: skip -fmin-function-alignment in bindgen flagsZehui Xu1-1/+1
2024-08-07rust: Support latest version of `rust-analyzer`Sarthak Singh1-1/+1
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-64/+10
2024-07-10rust: relax most deny-level lints to warningsMiguel Ojeda1-2/+2
2024-07-08kbuild: rust: remove now-unneeded `rusttest` custom sysroot handlingMiguel Ojeda1-62/+8
2024-07-03arch: um: rust: Add i386 support for RustDavid Gow1-1/+1
2024-05-22Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2024-05-14LoongArch: rust: Switch to use built-in rustc targetWANG Rui1-1/+1
2024-05-14Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-13/+3
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-3/+3
2024-04-23kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICEMiguel Ojeda1-1/+0
2024-04-16kbuild: use the upstream `alloc` crateWedson Almeida Filho1-13/+3
2024-03-22Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2024-03-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+5
2024-03-10kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada1-2/+2
2024-03-01kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda1-24/+24
2024-02-09arm64: rust: Enable Rust support for AArch64Jamie Cunliffe1-0/+1
2024-02-09rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe1-1/+4
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda1-1/+2
2023-12-14rust: Suppress searching builtin sysrootMatthew Maurer1-0/+3
2023-12-14rust: bindings: rename const binding using sedGary Guo1-0/+2
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+2