summaryrefslogtreecommitdiff
path: root/test cases/rust
AgeCommit message (Expand)Author
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
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-09-29tests/rust: add libm to fix build with rust 1.55Dominique Leuenberger
2021-09-24compilers/rust: Add support for clippyDylan Baker
2021-08-17test cases/rust: clang-cl also needs extra_winlibsNirbheek Chauhan
2021-06-22tests: both_library test improvementsDaniel Mensinger
2021-05-18Add a rust test for internal c linkageDylan Baker
2021-03-10Add test to build a mixed C/Rust shared library.Jussi Pakkanen
2021-02-26tests/rust: Add rust case linking to libm in rust static libraryJordan Justen
2021-02-23rust: fix linking with external dependenciesDylan Baker
2021-02-23tests/rust: Add rust case linking to zlib dependencyJordan Justen
2021-02-06rust: Add a module wrapper for bindgenDylan Baker
2021-01-21tests/rust: Add a generated library to generated main testDylan Baker
2021-01-21tests/rust: Add subdir to generated sources testDylan Baker
2021-01-19rust: Accept generated sources for main.rsDylan Baker
2021-01-05modules: Add an unstable-rust moduleDylan Baker
2021-01-05mtest: Add support for rust unit testsDylan Baker
2020-11-11tests/rust: dynamic linking doesn't work on darwinDylan Baker
2020-11-05rust: implement support for --editionDylan Baker
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D