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-12-22
modules: rust: add package.override_dependency method
Paolo Bonzini
2025-12-22
modules: rust: add package.shared_module method
Paolo Bonzini
2025-12-22
modules: rust: add package.executable
Paolo Bonzini
2025-12-22
modules: rust: add package.library/package.proc_macro methods
Paolo Bonzini
2025-12-22
modules: rust: invoke subprojects automatically from dependencies()
Paolo Bonzini
2025-12-22
modules: rust: add dependencies() method to package object
Paolo Bonzini
2025-12-22
rust: add to_system_dependency
Paolo Bonzini
2025-12-22
modules: rust: add workspace methods returning arguments for build targets
Paolo Bonzini
2025-12-22
modules: rust: implement workspace.package()
Paolo Bonzini
2025-12-22
modules: rust: implement more package accessors
Paolo Bonzini
2025-12-22
modules: rust: implement workspace.packages()
Paolo Bonzini
2025-12-22
modules: rust: implement workspace.subproject() and package.dependency()
Paolo Bonzini
2025-12-22
cargo: add configurable features to Interpreter
Paolo Bonzini
2025-12-22
rust: add rust.workspace() skeleton implementation
Paolo Bonzini
2025-11-19
compilers: Remove Environment parameter from RustCompiler.get_rustdoc
Dylan Baker
2025-11-18
rust.proc_macro: fix type of kwargs["native"]
Paolo Bonzini
2025-11-14
Add `shortname' kwarg for a short DLL name on OS/2
KO Myung-Hun
2025-11-05
interpreter: Add rust_crate_type to kwargs TypeDict
Dylan Baker
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
[next]