summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/rust.py
AgeCommit message (Expand)Author
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