]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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`

1  2 
rust/Makefile

diff --cc rust/Makefile
Simple merge