index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
rust
Age
Commit message (
Expand
)
Author
2021-03-10
Add test to build a mixed C/Rust shared library.
Jussi Pakkanen
2021-02-26
tests/rust: Add rust case linking to libm in rust static library
Jordan Justen
2021-02-23
rust: fix linking with external dependencies
Dylan Baker
2021-02-23
tests/rust: Add rust case linking to zlib dependency
Jordan Justen
2021-02-06
rust: Add a module wrapper for bindgen
Dylan Baker
2021-01-21
tests/rust: Add a generated library to generated main test
Dylan Baker
2021-01-21
tests/rust: Add subdir to generated sources test
Dylan Baker
2021-01-19
rust: Accept generated sources for main.rs
Dylan Baker
2021-01-05
modules: Add an unstable-rust module
Dylan Baker
2021-01-05
mtest: Add support for rust unit tests
Dylan Baker
2020-11-11
tests/rust: dynamic linking doesn't work on darwin
Dylan Baker
2020-11-05
rust: implement support for --edition
Dylan Baker
2020-02-25
test: merge installed_files.txt into test.json
Daniel Mensinger
2019-11-18
Use strict function prototypes
Michael Hirsch, Ph.D
2019-06-22
Fix the last remaining Rust install file list.
Jussi Pakkanen
2019-06-22
Run Rust shared library test via rustup to get the environment right.
Jussi Pakkanen
2019-06-21
Add Rust generated pdbs to list of installed files.
Jussi Pakkanen
2019-03-24
Fix setup so test suite runs with rustc + MSVC. Closes: 5099
Jussi Pakkanen
2018-06-17
Support Rust targets with more than one source file. Closes #3632.
Jussi Pakkanen
2018-02-22
Fix Rust compiler-private library ambiguity
Adam C. Foltzer
2018-02-02
Fix Rust shared polyglot test case for cross-compilation
Adam C. Foltzer
2017-07-22
add `crate-name` to Rust target args
Adam C. Foltzer
2017-06-14
fix failing Rust test cases
Adam C. Foltzer
2017-06-14
rename `crate_type` to `rust_crate_type` per @TingPing
Adam C. Foltzer
2017-06-09
Enhance Rust support
Adam C. Foltzer
2017-05-08
rust: Support rust_args
Patrick Griffis
2017-03-29
rust: Support executable name differing from source name
Patrick Griffis
2016-07-01
Fix tests for the new library/executable naming scheme
Nirbheek Chauhan
2015-10-11
Fix Rust to work with 1.3 release. Closes #277.
Jussi Pakkanen
2014-06-23
Deal with Rust static libraries, too.
Jussi Pakkanen
2014-06-23
Install Rust shared libraries.
Jussi Pakkanen
2014-06-22
Invoke Rust via wrapper script.
Jussi Pakkanen
2014-06-19
Set up dependencies for Rust linking. Does not work fully yet.
Jussi Pakkanen
2014-06-19
Build a shared Rust library.
Jussi Pakkanen
2014-06-18
Can compile very basic Rust programs.
Jussi Pakkanen