summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/rust.py
AgeCommit message (Expand)Author
2025-10-15revert local_program()Eli Schwartz
2025-10-15build: use a TypedDict for Executable kwargsDylan Baker
2025-10-15build: Add a TypedDict for BuildTarget keyword argumentsDylan Baker
2025-10-15Add common ABC for ExternalProgram and LocalProgramXavier Claessens
2025-10-15Replace OverrideExecutable and OverrideProgram with LocalProgramXavier Claessens
2025-10-15Add support for LocalProgram to override_find_program()Xavier Claessens
2025-10-15module/rust: set _FILE_OFFSET_BITS=64 for bindgenDavid Rheinsberg
2025-10-06options: replace get_value with get_value_forPaolo Bonzini
2025-07-21rust: only allow rust.doctests if the target is a cratePaolo Bonzini
2025-05-13rust: skip doctests when build machine cannot run host binariesPaolo Bonzini
2025-04-02rust: add link_whole to rust.test and rust.doctestPaolo Bonzini
2025-04-02rust: add rust.doctestPaolo Bonzini
2025-04-02rust: extract common parts of rust.test and rust.doctestPaolo Bonzini
2025-04-02interpreter, rust: move "args" out of BaseTestPaolo Bonzini
2025-04-02build, interpreter: associate a doctest target to a BuildTargetPaolo Bonzini
2025-02-27modules/rust: use 'nightly' as the bindgen version if the compiler is nightlyDylan Baker
2025-02-27modules/rust: set --rust-edition for bindgen >= 0.71Dylan Baker
2025-02-27modules/rust: Update bindgen target error checking for bindgen >= 0.71Dylan Baker
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2024-12-20modules/rust: Specify the compiler version to bindgen when possibleDylan Baker
2024-11-19rust: avoid warnings from rust.testPaolo Bonzini
2024-09-14Fix various incorrect uses of `its` vs `it's`.Andrew McNulty
2024-07-17Remove language (AKA compiler) type from OptionKey.Jussi Pakkanen
2024-06-14Rename option variable to optstore to make it unique.Jussi Pakkanen
2024-02-26modules/rust: Fix New Version check that was not updatedDylan Baker
2024-02-24meson/rust: wrap `bindgen`s `wrap-static-fns` functionalityKarol Herbst
2024-02-23modules/rust: allow setting a version constraint on bindgenDylan Baker
2024-02-23modules/rust: inject a C/C++ standard for bindgenDylan Baker
2024-02-23modules/rust: Allow explicitly setting the language to bindDylan Baker
2024-02-23rust/bindgen: Use Meson rules for C++ headersDylan Baker
2024-01-30rust: Add `--extern proc_macro` in `rust.proc_macro() not in cargo translationDylan Baker
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-10-20modules/rust: remove missed cargs.extend()Dylan Baker
2023-10-17modules/rust: only use include and define args from global/project argsDylan Baker
2023-10-16modules/rust: remove rust_crate_type for test() methodDylan Baker
2023-10-09build: Use typed_kwargs for language argsDylan Baker
2023-09-27interpreter: annotate build_target functionDylan Baker
2023-09-25rust: apply global, project, and environment C args to bindgenDylan Baker
2023-09-19Rust: Add a rust.proc_macro() methodDylan Baker
2023-08-18Add more descriptive description to CustomTargetCharles Brunet
2023-07-19move various bits of type-checking only code to TYPE_CHECKING blocksEli Schwartz
2023-07-05Merge pull request #11742 from xclaesse/link-whole-casesJussi Pakkanen
2023-06-27modules/rust: Add a keyword argument to pass extra args to the rust compilerDylan Baker
2023-06-27modules/rust: Add a machine file property for extra clang args with bindgenDylan Baker
2023-06-27modules/rust: Add a `link_with` kwarg to the test methodDylan Baker
2023-05-01build: Don't do a deep copy of kwargsXavier Claessens
2023-04-21modules/rust: Add -DNDEBUG to bindgen if b_ndebug is falseDylan Baker
2023-03-04typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens
2023-02-01treewide: add future annotations importEli Schwartz
2023-01-10modules/rust: Fix annotation for _bindgen_binDylan Baker