summaryrefslogtreecommitdiff
path: root/test cases/rust
AgeCommit message (Expand)Author
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
2019-06-22Fix the last remaining Rust install file list.Jussi Pakkanen
2019-06-22Run Rust shared library test via rustup to get the environment right.Jussi Pakkanen
2019-06-21Add Rust generated pdbs to list of installed files.Jussi Pakkanen
2019-03-24Fix setup so test suite runs with rustc + MSVC. Closes: 5099Jussi Pakkanen
2018-06-17Support Rust targets with more than one source file. Closes #3632.Jussi Pakkanen
2018-02-22Fix Rust compiler-private library ambiguityAdam C. Foltzer
2018-02-02Fix Rust shared polyglot test case for cross-compilationAdam C. Foltzer
2017-07-22add `crate-name` to Rust target argsAdam C. Foltzer
2017-06-14fix failing Rust test casesAdam C. Foltzer
2017-06-14rename `crate_type` to `rust_crate_type` per @TingPingAdam C. Foltzer
2017-06-09Enhance Rust supportAdam C. Foltzer
2017-05-08rust: Support rust_argsPatrick Griffis
2017-03-29rust: Support executable name differing from source namePatrick Griffis
2016-07-01Fix tests for the new library/executable naming schemeNirbheek Chauhan
2015-10-11Fix Rust to work with 1.3 release. Closes #277.Jussi Pakkanen
2014-06-23Deal with Rust static libraries, too.Jussi Pakkanen
2014-06-23Install Rust shared libraries.Jussi Pakkanen
2014-06-22Invoke Rust via wrapper script.Jussi Pakkanen
2014-06-19Set up dependencies for Rust linking. Does not work fully yet.Jussi Pakkanen
2014-06-19Build a shared Rust library.Jussi Pakkanen
2014-06-18Can compile very basic Rust programs.Jussi Pakkanen