summaryrefslogtreecommitdiff
path: root/test cases/rust
AgeCommit message (Expand)Author
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
2024-02-23rust/bindgen: Use Meson rules for C++ headersDylan Baker
2024-01-17rust: fix linking static executablesAlyssa Ross
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-11-13rust: Add transitive dependencies to ninja rulesXavier Claessens
2023-11-12Renumber test dirs for rc3.Jussi Pakkanen
2023-11-09rust: Fix linking with C libraries (again)Xavier Claessens
2023-11-02rust: proc-macro should be ignored in transitive dependenciesXavier Claessens
2023-11-02rust: Add unit test for transitive rust dependenciesSebastian Dröge
2023-10-20modules/rust: Add a test that bindgen drops arguments it shouldn't useDylan Baker
2023-10-16modules/rust: remove rust_crate_type for test() methodDylan Baker
2023-10-09interpreter: Add support for cargo subprojectXavier Claessens
2023-09-25rust: apply global, project, and environment C args to bindgenDylan Baker
2023-09-19Rust: Prevent linking Rust ABI with C library/executableXavier Claessens
2023-09-19Rust: Replace rust_crate_type with rust_abiXavier Claessens
2023-09-19Rust: Add a rust.proc_macro() methodDylan Baker
2023-08-07Error when an installed static library links to internal custom targetXavier Claessens
2023-07-15rust: disable overflow-checks by defaultDylan Baker
2023-07-05Merge pull request #11742 from xclaesse/link-whole-casesJussi Pakkanen
2023-06-27rust: Override the default MSVCRT when linking Rust and !rust togetherDylan Baker
2023-06-27rust: get stdlib arguments for non-rust languages when linkingDylan Baker
2023-06-27modules/rust: Add a keyword argument to pass extra args to the rust compilerDylan Baker
2023-06-27modules/rust: Add a `link_with` kwarg to the test methodDylan Baker
2023-06-21rust: fix -C prefer-dynamic behaviorAlyssa Ross
2023-05-20rust: Add system libs used by rust std to staticlib external depsXavier Claessens
2023-05-13Make `dependency('foo', static: true, method: 'cmake') link staticallyVolker Weißmann
2023-05-01Rust: C static library cannot link_whole Rust static libraryXavier Claessens
2023-04-21rust: Add new `rust_dependency_map` target configurationSebastian Dröge
2023-04-21rust: add support for b_ndebugDylan Baker
2023-04-14rust: Don't pass dependency compile arguments to the compilerSebastian Dröge
2023-04-11fix various spelling issuesJosh Soref
2023-04-04propagate the most accurate node to error messagesEli Schwartz
2023-03-28test cases: make various things werror-safeEli Schwartz
2023-03-04typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens
2023-02-22Implement rustc controlled whole-archive linkingDylan Baker
2022-12-05modules/rust: Add support for dependencies in bindgenDylan Baker