summaryrefslogtreecommitdiff
path: root/rust/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-04-30Merge tag 'rust-6.4' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-5/+23
2023-04-22rust: uapi: Add UAPI crateAsahi Lina1-5/+23
2023-04-19rust: allow to use INIT_STACK_ALL_ZEROAndrea Righi1-0/+14
2023-04-07rust: build: Fix grep warningVincenzo Palazzo1-1/+1
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-19/+8
2023-01-22kbuild: rust: move rust/target.json to scripts/Masahiro Yamada1-9/+1
2023-01-22kbuild: remove sed commands after rustc rulesMasahiro Yamada1-4/+2
2023-01-22kbuild: specify output names separately for each emission type from rustcMasahiro Yamada1-6/+5
2023-01-16rust: compiler_builtins: make stubs non-globalGary Guo1-0/+14
2023-01-16rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)Miguel Ojeda1-0/+1
2022-12-04rust: add `build_error` crateGary Guo1-5/+17
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-0/+381