index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
modules
/
rust.py
Age
Commit message (
Expand
)
Author
2024-02-26
modules/rust: Fix New Version check that was not updated
Dylan Baker
2024-02-24
meson/rust: wrap `bindgen`s `wrap-static-fns` functionality
Karol Herbst
2024-02-23
modules/rust: allow setting a version constraint on bindgen
Dylan Baker
2024-02-23
modules/rust: inject a C/C++ standard for bindgen
Dylan Baker
2024-02-23
modules/rust: Allow explicitly setting the language to bind
Dylan Baker
2024-02-23
rust/bindgen: Use Meson rules for C++ headers
Dylan Baker
2024-01-30
rust: Add `--extern proc_macro` in `rust.proc_macro() not in cargo translation
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-10-20
modules/rust: remove missed cargs.extend()
Dylan Baker
2023-10-17
modules/rust: only use include and define args from global/project args
Dylan Baker
2023-10-16
modules/rust: remove rust_crate_type for test() method
Dylan Baker
2023-10-09
build: Use typed_kwargs for language args
Dylan Baker
2023-09-27
interpreter: annotate build_target function
Dylan Baker
2023-09-25
rust: apply global, project, and environment C args to bindgen
Dylan Baker
2023-09-19
Rust: Add a rust.proc_macro() method
Dylan Baker
2023-08-18
Add more descriptive description to CustomTarget
Charles Brunet
2023-07-19
move various bits of type-checking only code to TYPE_CHECKING blocks
Eli Schwartz
2023-07-05
Merge pull request #11742 from xclaesse/link-whole-cases
Jussi Pakkanen
2023-06-27
modules/rust: Add a keyword argument to pass extra args to the rust compiler
Dylan Baker
2023-06-27
modules/rust: Add a machine file property for extra clang args with bindgen
Dylan Baker
2023-06-27
modules/rust: Add a `link_with` kwarg to the test method
Dylan Baker
2023-05-01
build: Don't do a deep copy of kwargs
Xavier Claessens
2023-04-21
modules/rust: Add -DNDEBUG to bindgen if b_ndebug is false
Dylan Baker
2023-03-04
typed_kwargs: Extend since_values and deprecated_values for types
Xavier Claessens
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-10
modules/rust: Fix annotation for _bindgen_bin
Dylan Baker
2022-12-05
modules/rust: Add support for dependencies in bindgen
Dylan Baker
2022-12-05
modules/rust: Use `__future__.annotations`
Dylan Baker
2022-12-05
modules/rust: use the shared DEPENDENCIES_KW
Dylan Baker
2022-12-05
modules/rust: Add support for string include_directories
Dylan Baker
2022-12-05
interpreter: move TEST_KW from interpreter.py to type_checking.py
Dylan Baker
2022-11-19
modules/rust: stabilize
Dylan Baker
2022-11-17
modules/rust: Also include generated sources for tests
Dylan Baker
2022-10-03
pylint: enable unnecessary-comprehension
Dylan Baker
2022-08-26
Fix indentation issues reported by flake8, requiring code restructuring
Alf Henrik Sauge
2022-08-17
interpreter: move handling of module stability to interpreter
Dylan Baker