summaryrefslogtreecommitdiffstats
path: root/rust/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-09-251-19/+37
|\
| * rust: cfi: add support for CFI_CLANG with RustMatthew Maurer2024-09-161-1/+1
| * kbuild: rust: replace proc macros dependency on `core.o` with the version textMiguel Ojeda2024-09-051-3/+1
| * kbuild: rust: rebuild if the version text changesMiguel Ojeda2024-09-051-1/+2
| * rust: enable rustdoc's `--generate-link-to-definition`Miguel Ojeda2024-08-251-0/+1
| * rust: enable bindgen's `--enable-function-attribute-detection` flagMiguel Ojeda2024-08-211-1/+1
| * rust: kbuild: auto generate helper exportsGary Guo2024-08-191-2/+14
| * objtool/kbuild/rust: enable objtool for RustMiguel Ojeda2024-08-181-8/+14
| * rust: kbuild: split up helpers.cAndreas Hindborg2024-08-181-3/+3
* | rust: kbuild: fix export of bss symbolsAndreas Hindborg2024-08-211-1/+1
|/
* rust: add intrinsics to fix `-Os` buildsMiguel Ojeda2024-08-101-2/+2
* kbuild: rust: skip -fmin-function-alignment in bindgen flagsZehui Xu2024-08-101-1/+1
* rust: Support latest version of `rust-analyzer`Sarthak Singh2024-08-071-1/+1
* Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-07-271-64/+10
|\
| * rust: relax most deny-level lints to warningsMiguel Ojeda2024-07-101-2/+2
| * kbuild: rust: remove now-unneeded `rusttest` custom sysroot handlingMiguel Ojeda2024-07-081-62/+8
* | arch: um: rust: Add i386 support for RustDavid Gow2024-07-031-1/+1
|/
* Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-05-221-1/+1
|\
| * LoongArch: rust: Switch to use built-in rustc targetWANG Rui2024-05-141-1/+1
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-2/+2
|\ \
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-3/+3
* | | Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-05-131-13/+3
|\ \ \ | |_|/ |/| |
| * | kbuild: use the upstream `alloc` crateWedson Almeida Filho2024-04-161-13/+3
| |/
* / kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICEMiguel Ojeda2024-04-231-1/+0
|/
* Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-2/+2
|\
| * kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada2024-03-101-2/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-03-141-1/+5
|\ \
| * | arm64: rust: Enable Rust support for AArch64Jamie Cunliffe2024-02-091-0/+1
| * | rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe2024-02-091-1/+4
| |/
* / kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda2024-02-291-24/+24
|/
* rust: support `srctree`-relative linksMiguel Ojeda2023-12-211-1/+2
* rust: Suppress searching builtin sysrootMatthew Maurer2023-12-141-0/+3
* rust: bindings: rename const binding using sedGary Guo2023-12-141-0/+2
* Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-041-0/+2
|\
| * rust: Respect HOSTCC when linking for hostMatthew Maurer2023-10-141-0/+2
* | Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-10-301-5/+3
|\ \
| * | rust: Use grep -Ev rather than relying on GNU grepMatthew Maurer2023-10-151-2/+2
| * | rust: Use awk instead of recent xargsMatthew Maurer2023-10-151-3/+1
| |/
* | rust: docs: fix logo replacementMiguel Ojeda2023-10-191-8/+7
* | rust: fix bindgen build error with fstrict-flex-arraysAndrea Righi2023-10-121-0/+1
|/
* Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds2023-08-301-6/+9
|\
| * docs: Move rustdoc output, cross-reference itCarlos Bilbao2023-07-211-6/+9
* | Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-08-291-7/+10
|\ \
| * | scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`Martin Rodriguez Reboredo2023-08-201-0/+1
| * | rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma2023-08-151-3/+3
| * | rust: upgrade to Rust 1.71.1Miguel Ojeda2023-08-141-2/+2
| * | scripts: `make rust-analyzer` for out-of-tree modulesVinay Varma2023-08-071-2/+4
* | | Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-08-281-0/+29
|\ \ \ | |/ / |/| |
| * | rust: support running Rust documentation tests as KUnit onesMiguel Ojeda2023-07-191-0/+29
| |/
* / rust: fix bindgen build error with UBSAN_BOUNDS_STRICTAndrea Righi2023-08-041-1/+1
|/