]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'rust-analyzer-v7.1' of https://github.com/Rust-for-Linux/linux into rust...
authorMiguel Ojeda <ojeda@kernel.org>
Thu, 2 Apr 2026 08:28:41 +0000 (10:28 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Thu, 2 Apr 2026 08:28:41 +0000 (10:28 +0200)
commit3418d862679ac6da0b6bd681b18b3189c4fad20d
treeec6514b74a852b9d3aedddb9d1ec497d08b31b33
parent3a2486cc1da5cf637fe5da4540929d67c4540022
parent5c8d16ac49405c5b77c955684849528f7d4d6b81
Merge tag 'rust-analyzer-v7.1' of https://github.com/Rust-for-Linux/linux into rust-next

Pull rust-analyzer updates from Tamir Duberstein:

 - Add type annotations to 'generate_rust_analyzer.py'.

 - Add support for scripts written in Rust ('generate_rust_target.rs',
   'rustdoc_test_builder.rs', 'rustdoc_test_gen.rs').

 - Refactor 'generate_rust_analyzer.py' to explicitly identify host and
   target crates, improve readability, and reduce duplication.

* tag 'rust-analyzer-v7.1' of https://github.com/Rust-for-Linux/linux:
  scripts: generate_rust_analyzer.py: reduce cfg plumbing
  scripts: generate_rust_analyzer.py: rename cfg to generated_cfg
  scripts: generate_rust_analyzer.py: avoid FD leak
  scripts: generate_rust_analyzer.py: define scripts
  scripts: generate_rust_analyzer.py: identify crates explicitly
  scripts: generate_rust_analyzer.py: add type hints
  scripts: generate_rust_analyzer.py: drop `"is_proc_macro": false`
  scripts: generate_rust_analyzer.py: extract `{build,register}_crate`
rust/Makefile