aboutsummaryrefslogtreecommitdiff
path: root/test cases/rust
AgeCommit message (Expand)AuthorFilesLines
2023-08-07Error when an installed static library links to internal custom targetXavier Claessens1-1/+1
2023-07-15rust: disable overflow-checks by defaultDylan Baker4-6/+42
2023-07-05Merge pull request #11742 from xclaesse/link-whole-casesJussi Pakkanen2-3/+13
2023-06-27rust: Override the default MSVCRT when linking Rust and !rust togetherDylan Baker1-0/+15
2023-06-27rust: get stdlib arguments for non-rust languages when linkingDylan Baker4-0/+59
2023-06-27modules/rust: Add a keyword argument to pass extra args to the rust compilerDylan Baker2-5/+12
2023-06-27modules/rust: Add a `link_with` kwarg to the test methodDylan Baker3-0/+23
2023-06-21rust: fix -C prefer-dynamic behaviorAlyssa Ross1-1/+2
2023-05-20rust: Add system libs used by rust std to staticlib external depsXavier Claessens1-10/+0
2023-05-13Make `dependency('foo', static: true, method: 'cmake') link staticallyVolker Weißmann1-1/+2
2023-05-01Rust: C static library cannot link_whole Rust static libraryXavier Claessens2-3/+13
2023-04-21rust: Add new `rust_dependency_map` target configurationSebastian Dröge2-2/+2
2023-04-21rust: add support for b_ndebugDylan Baker2-1/+13
2023-04-14rust: Don't pass dependency compile arguments to the compilerSebastian Dröge1-2/+6
2023-04-11fix various spelling issuesJosh Soref2-3/+3
2023-04-04propagate the most accurate node to error messagesEli Schwartz1-1/+1
2023-03-28test cases: make various things werror-safeEli Schwartz1-0/+2
2023-03-04typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens1-1/+1
2023-02-22Implement rustc controlled whole-archive linkingDylan Baker13-13/+62
2022-12-05modules/rust: Add support for dependencies in bindgenDylan Baker6-1/+80
2022-12-05modules/rust: Add support for string include_directoriesDylan Baker2-2/+9
2022-03-21tests/rust: renumber structred sources testDylan Baker10-0/+0
2022-03-21ninja: fix handling of rust structured_sources in rare caseDylan Baker4-0/+31
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen7-0/+95
2022-03-07Add support for rust proc-macro cratesDylan Baker3-0/+34
2022-03-07tests/rust: Add a test for structured inputsDylan Baker7-0/+95
2022-02-10ninjabackend: fix rust program names with dashesAlyssa Ross3-6/+6
2022-02-02ninjabackend: treat link_whole_targets like link_targets for Rust targetsZach Reizner5-0/+27
2021-12-09tests/rust polyglot: we need to link with bcrypt.lib as wellDylan Baker1-1/+1
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann1-1/+1
2021-10-10Fix typos discovered by codespellChristian Clauss4-4/+4
2021-09-29tests/rust: add libm to fix build with rust 1.55Dominique Leuenberger1-0/+1
2021-09-24compilers/rust: Add support for clippyDylan Baker2-1/+3
2021-08-17test cases/rust: clang-cl also needs extra_winlibsNirbheek Chauhan1-1/+1
2021-06-22tests: both_library test improvementsDaniel Mensinger1-1/+1
2021-05-18Add a rust test for internal c linkageDylan Baker5-0/+76
2021-03-10Add test to build a mixed C/Rust shared library.Jussi Pakkanen5-0/+93
2021-02-26tests/rust: Add rust case linking to libm in rust static libraryJordan Justen5-0/+53
2021-02-23rust: fix linking with external dependenciesDylan Baker1-1/+4
2021-02-23tests/rust: Add rust case linking to zlib dependencyJordan Justen5-0/+59
2021-02-06rust: Add a module wrapper for bindgenDylan Baker8-0/+191
2021-01-21tests/rust: Add a generated library to generated main testDylan Baker4-1/+19
2021-01-21tests/rust: Add subdir to generated sources testDylan Baker2-2/+11
2021-01-19rust: Accept generated sources for main.rsDylan Baker2-0/+32
2021-01-05modules: Add an unstable-rust moduleDylan Baker2-0/+22
2021-01-05mtest: Add support for rust unit testsDylan Baker2-0/+56
2020-11-11tests/rust: dynamic linking doesn't work on darwinDylan Baker2-0/+8
2020-11-05rust: implement support for --editionDylan Baker3-0/+30
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger14-29/+56
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D2-2/+2