summaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
AgeCommit message (Expand)AuthorFilesLines
29 hoursscripts: generate_rust_analyzer: Add compiler_builtins -> core depTamir Duberstein1-1/+1
29 hoursscripts: generate_rust_analyzer: compile sysroot with correct editionTamir Duberstein1-3/+26
29 hoursscripts: generate_rust_analyzer: remove sysroot assertionOnur Özkan1-3/+0
2025-06-27rust: compile libcore with edition 2024 for 1.87+Gary Guo1-5/+8
2025-04-25scripts: generate_rust_analyzer: Add ffi crateLukas Fischer1-3/+9
2025-03-22scripts: generate_rust_analyzer: add uapi crateTamir Duberstein1-1/+2
2025-03-22scripts: generate_rust_analyzer: add missing include_dirsTamir Duberstein1-21/+21
2025-03-22scripts: generate_rust_analyzer: add missing macros depsTamir Duberstein1-9/+21
2025-03-13kbuild: 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