summary refs log tree commit diff stats
path: root/scripts/rust/rustc_args.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: use native Meson support for clippy and rustdocPaolo Bonzini2025-06-031-4/+1
* rust: add --check-cfg test to rustc argumentsPaolo Bonzini2025-01-101-0/+2
* rust: build: move strict lints handling to rustc_args.pyPaolo Bonzini2024-12-101-3/+16
* rust: cargo: store desired warning levels in workspace Cargo.tomlPaolo Bonzini2024-12-101-6/+32
* rust: build: generate lint flags from Cargo.tomlPaolo Bonzini2024-12-101-1/+82
* rust: build: restrict --cfg generation to only required symbolsPaolo Bonzini2024-12-101-16/+45
* rust: add bindgen step as a meson dependencyManos Pitsidianakis2024-10-111-0/+84