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
2025-10-15
revert local_program()
Eli Schwartz
2025-10-15
build: use a TypedDict for Executable kwargs
Dylan Baker
2025-10-15
build: Add a TypedDict for BuildTarget keyword arguments
Dylan Baker
2025-10-15
Add common ABC for ExternalProgram and LocalProgram
Xavier Claessens
2025-10-15
Replace OverrideExecutable and OverrideProgram with LocalProgram
Xavier Claessens
2025-10-15
Add support for LocalProgram to override_find_program()
Xavier Claessens
2025-10-15
module/rust: set _FILE_OFFSET_BITS=64 for bindgen
David Rheinsberg
2025-10-06
options: replace get_value with get_value_for
Paolo Bonzini
2025-07-21
rust: only allow rust.doctests if the target is a crate
Paolo Bonzini
2025-05-13
rust: skip doctests when build machine cannot run host binaries
Paolo Bonzini
2025-04-02
rust: add link_whole to rust.test and rust.doctest
Paolo Bonzini
2025-04-02
rust: add rust.doctest
Paolo Bonzini
2025-04-02
rust: extract common parts of rust.test and rust.doctest
Paolo Bonzini
2025-04-02
interpreter, rust: move "args" out of BaseTest
Paolo Bonzini
2025-04-02
build, interpreter: associate a doctest target to a BuildTarget
Paolo Bonzini
2025-02-27
modules/rust: use 'nightly' as the bindgen version if the compiler is nightly
Dylan Baker
2025-02-27
modules/rust: set --rust-edition for bindgen >= 0.71
Dylan Baker
2025-02-27
modules/rust: Update bindgen target error checking for bindgen >= 0.71
Dylan Baker
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2024-12-20
modules/rust: Specify the compiler version to bindgen when possible
Dylan Baker
2024-11-19
rust: avoid warnings from rust.test
Paolo Bonzini
2024-09-14
Fix various incorrect uses of `its` vs `it's`.
Andrew McNulty
2024-07-17
Remove language (AKA compiler) type from OptionKey.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
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
[next]