summaryrefslogtreecommitdiff
path: root/test cases/rust
AgeCommit message (Expand)Author
2025-10-29test cases/rust: adjust expected installed paths for shared librariesPaolo Bonzini
2025-10-28cargo: Add library API version into its nameXavier Claessens
2025-10-27rust: drop +SUFFIX from crate namePaolo Bonzini
2025-10-23build: allow building staticlib and rlib togetherPaolo Bonzini
2025-10-23cargo: use both_libraries when appropriatePaolo Bonzini
2025-10-20Fix typos in authorship informationVlad-Stefan Harbuz
2025-10-17test cases: add test for cargo workspacesPaolo Bonzini
2025-10-16rust: work around unintuitive behavior of -l:-bundlePaolo Bonzini
2025-10-15backend/ninja: Ensure that a rust file is found when using StructuredSourcesDylan Baker
2025-10-08rust: add test case for issue #15020Marc-André Lureau
2025-10-03rust: fix detection of main filePaolo Bonzini
2025-09-22rust: let doctests pick objects from dependenciesPaolo Bonzini
2025-08-25fix transient failure on rust/12 bindgenPaolo Bonzini
2025-08-17ninjabackend: pass objects to doctestsPaolo Bonzini
2025-08-04build: fix introspection interpreter issue when project selects RustPaolo Bonzini
2025-08-01cargo: Use -rs suffix only for rust ABIXavier Claessens
2025-07-29build: allow non-Rust files in non-structured sourcesPaolo Bonzini
2025-07-29test cases: add test for mixed Rust/C++ executablePaolo Bonzini
2025-07-29test cases: avoid missing_abi warning with recent RustPaolo Bonzini
2025-07-21rust: pass rpath arguments to rustdoc --testPaolo Bonzini
2025-07-18rust: add rust_dynamic_std optionPaolo Bonzini
2025-05-31cargo: Add support for target specific dependenciesXavier Claessens
2025-04-04rust: add shared library testcase for "objects"Paolo Bonzini
2025-04-04rust: add external objects to the link command linePaolo Bonzini
2025-04-02rust: add rust.doctestPaolo Bonzini
2025-04-02rust: unit tests: do not use deprecated rust_crate_typePaolo Bonzini
2024-12-06mtest: rust: allow parsing doctest outputPaolo Bonzini
2024-11-19rust: avoid warnings from rust.testPaolo Bonzini
2024-11-05cargo: Warn when encountering unknown keysDylan Baker
2024-10-24cargo: Add support for `system-deps` dependenciesThibault Saunier
2024-10-24cargo: Use the library name instead of package nameXavier Claessens
2024-10-24cargo: Fix feature resolutionXavier Claessens
2024-09-11Fix typosspaette
2024-07-17rust: recursively pull proc-macro deps for rust targetsAlyssa Ross
2024-07-15test/rust: Replace gcc -m argument with a -f argumentDylan Baker
2024-07-10tests: Clean up leftover files from source dirs.Jussi Pakkanen
2024-06-14cargo: Load Cargo.lockXavier Claessens
2024-05-24Revert "rust: recursively pull proc-macro dependencies as well"Sam James
2024-04-15tests: fix missing dependency causing flaky build failureEli Schwartz
2024-03-15compilers: Every compiler can run codeXavier Claessens
2024-03-15cargo: Add API version into dependency nameXavier Claessens
2024-03-05rust: Link with rlib external dependenciesXavier Claessens
2024-02-29rust: recursively pull proc-macro dependencies as wellXavier Claessens
2024-02-27cargo: support lib.path in Cargo.tomlAlyssa Ross
2024-02-26cargo: Call into meson subdir if it existsXavier Claessens
2024-02-26cargo: Expose features as Meson boolean optionsXavier Claessens
2024-02-24add test for generating static inline wrappersKarol Herbst
2024-02-23modules/rust: allow setting a version constraint on bindgenDylan Baker
2024-02-23modules/rust: inject a C/C++ standard for bindgenDylan Baker
2024-02-23modules/rust: Allow explicitly setting the language to bindDylan Baker