summaryrefslogtreecommitdiffstats
path: root/rust/Makefile
AgeCommit message (Expand)AuthorLines
2024-05-22Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds-1/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+2
2024-05-14LoongArch: rust: Switch to use built-in rustc targetWANG Rui-1/+1
2024-05-13Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-13/+3
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-3/+3
2024-04-23kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICEMiguel Ojeda-1/+0
2024-04-16kbuild: use the upstream `alloc` crateWedson Almeida Filho-13/+3
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+2
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+5
2024-03-10kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada-2/+2
2024-02-29kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda-24/+24
2024-02-09arm64: rust: Enable Rust support for AArch64Jamie Cunliffe-0/+1
2024-02-09rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe-1/+4
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda-1/+2
2023-12-14rust: Suppress searching builtin sysrootMatthew Maurer-0/+3
2023-12-14rust: bindings: rename const binding using sedGary Guo-0/+2
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-0/+2
2023-10-30Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-5/+3
2023-10-19rust: docs: fix logo replacementMiguel Ojeda-8/+7
2023-10-15rust: Use grep -Ev rather than relying on GNU grepMatthew Maurer-2/+2
2023-10-15rust: Use awk instead of recent xargsMatthew Maurer-3/+1
2023-10-14rust: Respect HOSTCC when linking for hostMatthew Maurer-0/+2
2023-10-12rust: fix bindgen build error with fstrict-flex-arraysAndrea Righi-0/+1
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds-6/+9
2023-08-29Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-7/+10
2023-08-28Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+29
2023-08-20scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`Martin Rodriguez Reboredo-0/+1
2023-08-15rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma-3/+3
2023-08-14rust: upgrade to Rust 1.71.1Miguel Ojeda-2/+2
2023-08-07scripts: `make rust-analyzer` for out-of-tree modulesVinay Varma-2/+4
2023-08-04rust: fix bindgen build error with UBSAN_BOUNDS_STRICTAndrea Righi-1/+1
2023-07-21docs: Move rustdoc output, cross-reference itCarlos Bilbao-6/+9
2023-07-19rust: support running Rust documentation tests as KUnit onesMiguel Ojeda-0/+29
2023-04-30Merge tag 'rust-6.4' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-5/+23
2023-04-22rust: uapi: Add UAPI crateAsahi Lina-5/+23
2023-04-19rust: allow to use INIT_STACK_ALL_ZEROAndrea Righi-0/+14
2023-04-07rust: build: Fix grep warningVincenzo Palazzo-1/+1
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-19/+8
2023-01-22kbuild: rust: move rust/target.json to scripts/Masahiro Yamada-9/+1
2023-01-22kbuild: remove sed commands after rustc rulesMasahiro Yamada-4/+2
2023-01-22kbuild: specify output names separately for each emission type from rustcMasahiro Yamada-6/+5
2023-01-16rust: compiler_builtins: make stubs non-globalGary Guo-0/+14
2023-01-16rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)Miguel Ojeda-0/+1
2022-12-04rust: add `build_error` crateGary Guo-5/+17
2022-09-28Kbuild: add Rust supportMiguel Ojeda-0/+381