summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/rust.py
AgeCommit message (Expand)Author
2025-12-22modules: rust: add package.override_dependency methodPaolo Bonzini
2025-12-22modules: rust: add package.shared_module methodPaolo Bonzini
2025-12-22modules: rust: add package.executablePaolo Bonzini
2025-12-22modules: rust: add package.library/package.proc_macro methodsPaolo Bonzini
2025-12-22modules: rust: invoke subprojects automatically from dependencies()Paolo Bonzini
2025-12-22modules: rust: add dependencies() method to package objectPaolo Bonzini
2025-12-22rust: add to_system_dependencyPaolo Bonzini
2025-12-22modules: rust: add workspace methods returning arguments for build targetsPaolo Bonzini
2025-12-22modules: rust: implement workspace.package()Paolo Bonzini
2025-12-22modules: rust: implement more package accessorsPaolo Bonzini
2025-12-22modules: rust: implement workspace.packages()Paolo Bonzini
2025-12-22modules: rust: implement workspace.subproject() and package.dependency()Paolo Bonzini
2025-12-22cargo: add configurable features to InterpreterPaolo Bonzini
2025-12-22rust: add rust.workspace() skeleton implementationPaolo Bonzini
2025-11-19compilers: Remove Environment parameter from RustCompiler.get_rustdocDylan Baker
2025-11-18rust.proc_macro: fix type of kwargs["native"]Paolo Bonzini
2025-11-14Add `shortname' kwarg for a short DLL name on OS/2KO Myung-Hun
2025-11-05interpreter: Add rust_crate_type to kwargs TypeDictDylan Baker
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