summaryrefslogtreecommitdiff
path: root/test cases/rust
AgeCommit message (Expand)Author
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
2022-12-05modules/rust: Add support for string include_directoriesDylan Baker
2022-03-21tests/rust: renumber structred sources testDylan Baker
2022-03-21ninja: fix handling of rust structured_sources in rare caseDylan Baker
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen
2022-03-07Add support for rust proc-macro cratesDylan Baker
2022-03-07tests/rust: Add a test for structured inputsDylan Baker
2022-02-10ninjabackend: fix rust program names with dashesAlyssa Ross
2022-02-02ninjabackend: treat link_whole_targets like link_targets for Rust targetsZach Reizner
2021-12-09tests/rust polyglot: we need to link with bcrypt.lib as wellDylan Baker