aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/rust.py
AgeCommit message (Expand)AuthorFilesLines
2024-02-26modules/rust: Fix New Version check that was not updatedDylan Baker1-1/+1
2024-02-24meson/rust: wrap `bindgen`s `wrap-static-fns` functionalityKarol Herbst1-6/+29
2024-02-23modules/rust: allow setting a version constraint on bindgenDylan Baker1-1/+3
2024-02-23modules/rust: inject a C/C++ standard for bindgenDylan Baker1-0/+17
2024-02-23modules/rust: Allow explicitly setting the language to bindDylan Baker1-5/+16
2024-02-23rust/bindgen: Use Meson rules for C++ headersDylan Baker1-8/+17
2024-01-30rust: Add `--extern proc_macro` in `rust.proc_macro() not in cargo translationDylan Baker1-1/+2
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-10-20modules/rust: remove missed cargs.extend()Dylan Baker1-1/+0
2023-10-17modules/rust: only use include and define args from global/project argsDylan Baker1-2/+6
2023-10-16modules/rust: remove rust_crate_type for test() methodDylan Baker1-0/+1
2023-10-09build: Use typed_kwargs for language argsDylan Baker1-3/+4
2023-09-27interpreter: annotate build_target functionDylan Baker1-4/+4
2023-09-25rust: apply global, project, and environment C args to bindgenDylan Baker1-0/+6
2023-09-19Rust: Add a rust.proc_macro() methodDylan Baker1-3/+20
2023-08-18Add more descriptive description to CustomTargetCharles Brunet1-0/+1
2023-07-19move various bits of type-checking only code to TYPE_CHECKING blocksEli Schwartz1-3/+3
2023-07-05Merge pull request #11742 from xclaesse/link-whole-casesJussi Pakkanen1-1/+1
2023-06-27modules/rust: Add a keyword argument to pass extra args to the rust compilerDylan Baker1-1/+10
2023-06-27modules/rust: Add a machine file property for extra clang args with bindgenDylan Baker1-1/+4
2023-06-27modules/rust: Add a `link_with` kwarg to the test methodDylan Baker1-3/+10
2023-05-01build: Don't do a deep copy of kwargsXavier Claessens1-1/+1
2023-04-21modules/rust: Add -DNDEBUG to bindgen if b_ndebug is falseDylan Baker1-0/+3
2023-03-04typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens1-2/+2
2023-02-01treewide: add future annotations importEli Schwartz1-1/+1
2023-01-10modules/rust: Fix annotation for _bindgen_binDylan Baker1-2/+2
2022-12-05modules/rust: Add support for dependencies in bindgenDylan Baker1-3/+16
2022-12-05modules/rust: Use `__future__.annotations`Dylan Baker1-6/+7
2022-12-05modules/rust: use the shared DEPENDENCIES_KWDylan Baker1-6/+2
2022-12-05modules/rust: Add support for string include_directoriesDylan Baker1-3/+3
2022-12-05interpreter: move TEST_KW from interpreter.py to type_checking.pyDylan Baker1-2/+2
2022-11-19modules/rust: stabilizeDylan Baker1-1/+1
2022-11-17modules/rust: Also include generated sources for testsDylan Baker1-2/+5
2022-10-03pylint: enable unnecessary-comprehensionDylan Baker1-3/+1
2022-08-26Fix indentation issues reported by flake8, requiring code restructuringAlf Henrik Sauge1-5/+9
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker1-0/+235