summaryrefslogtreecommitdiffstats
path: root/rust/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds3 days1-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
|/
* Merge tag 'rust-6.4' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-04-301-5/+23
|\
| * rust: uapi: Add UAPI crateAsahi Lina2023-04-221-5/+23
* | rust: allow to use INIT_STACK_ALL_ZEROAndrea Righi2023-04-191-0/+14
* | rust: build: Fix grep warningVincenzo Palazzo2023-04-071-1/+1
|/
* Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-261-19/+8
|\
| * kbuild: rust: move rust/target.json to scripts/Masahiro Yamada2023-01-221-9/+1
| * kbuild: remove sed commands after rustc rulesMasahiro Yamada2023-01-221-4/+2
| * kbuild: specify output names separately for each emission type from rustcMasahiro Yamada2023-01-221-6/+5
* | rust: compiler_builtins: make stubs non-globalGary Guo2023-01-161-0/+14
* | rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)Miguel Ojeda2023-01-161-0/+1
|/
* rust: add `build_error` crateGary Guo2022-12-041-5/+17
* Kbuild: add Rust supportMiguel Ojeda2022-09-281-0/+381