aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generate_rust_analyzer.py
Commit message (Expand)AuthorAgeFilesLines
* rust: compile libcore with edition 2024 for 1.87+Gary Guo2025-05-251-5/+8
* scripts: generate_rust_analyzer: Add ffi crateLukas Fischer2025-04-081-3/+9
* scripts: generate_rust_analyzer: fix pin-init name in kernel depsAndrei Lalaev2025-03-311-1/+1
* Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds2025-03-311-1/+16
|\
| * rust: make pin-init its own crateBenno Lossin2025-03-161-2/+2
| * rust: add pin-init crate build infrastructureMiguel Ojeda2025-03-161-1/+16
* | scripts: generate_rust_analyzer: add uapi crateTamir Duberstein2025-03-111-1/+2
* | scripts: generate_rust_analyzer: add missing include_dirsTamir Duberstein2025-03-111-20/+20
* | scripts: generate_rust_analyzer: add missing macros depsTamir Duberstein2025-03-111-9/+21
|/
* rust: use host dylib naming convention to support macOSTamir Duberstein2025-01-101-4/+11
* kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich2024-10-151-9/+2
* rust: Support latest version of `rust-analyzer`Sarthak Singh2024-08-061-1/+5
* kbuild: use the upstream `alloc` crateWedson Almeida Filho2024-04-161-1/+1
* scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`Martin Rodriguez Reboredo2023-08-201-2/+14
* scripts: `make rust-analyzer` for out-of-tree modulesVinay Varma2023-08-071-9/+18
* scripts: generate_rust_analyzer: Handle sub-modules with no MakefileAsahi Lina2023-04-061-1/+4
* rust: add `build_error` crateGary Guo2022-12-041-1/+7
* scripts: add `generate_rust_analyzer.py`Miguel Ojeda2022-09-281-0/+135