summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/rust.py
AgeCommit message (Expand)Author
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
2022-12-05modules/rust: Add support for dependencies in bindgenDylan Baker
2022-12-05modules/rust: Use `__future__.annotations`Dylan Baker
2022-12-05modules/rust: use the shared DEPENDENCIES_KWDylan Baker
2022-12-05modules/rust: Add support for string include_directoriesDylan Baker
2022-12-05interpreter: move TEST_KW from interpreter.py to type_checking.pyDylan Baker
2022-11-19modules/rust: stabilizeDylan Baker
2022-11-17modules/rust: Also include generated sources for testsDylan Baker
2022-10-03pylint: enable unnecessary-comprehensionDylan Baker
2022-08-26Fix indentation issues reported by flake8, requiring code restructuringAlf Henrik Sauge
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker