aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generate_rust_analyzer.py
AgeCommit message (Expand)AuthorFilesLines
2025-04-08scripts: generate_rust_analyzer: Add ffi crateLukas Fischer1-3/+9
2025-03-31scripts: generate_rust_analyzer: fix pin-init name in kernel depsAndrei Lalaev1-1/+1
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-1/+16
2025-03-16rust: make pin-init its own crateBenno Lossin1-2/+2
2025-03-16rust: add pin-init crate build infrastructureMiguel Ojeda1-1/+16
2025-03-12scripts: generate_rust_analyzer: add uapi crateTamir Duberstein1-1/+2
2025-03-12scripts: generate_rust_analyzer: add missing include_dirsTamir Duberstein1-20/+20
2025-03-11scripts: generate_rust_analyzer: add missing macros depsTamir Duberstein1-9/+21
2025-01-10rust: use host dylib naming convention to support macOSTamir Duberstein1-4/+11
2024-10-15kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich1-9/+2
2024-08-07rust: Support latest version of `rust-analyzer`Sarthak Singh1-1/+5
2024-04-16kbuild: use the upstream `alloc` crateWedson Almeida Filho1-1/+1
2023-08-20scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`Martin Rodriguez Reboredo1-2/+14
2023-08-07scripts: `make rust-analyzer` for out-of-tree modulesVinay Varma1-9/+18
2023-04-07scripts: generate_rust_analyzer: Handle sub-modules with no MakefileAsahi Lina1-1/+4
2022-12-04rust: add `build_error` crateGary Guo1-1/+7
2022-09-28scripts: add `generate_rust_analyzer.py`Miguel Ojeda1-0/+135