aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rust/check-rustc
Commit message (Collapse)AuthorAgeFilesLines
* community/rust: move from testingJakub Jirutka2017-05-011-106/+0
|
* testing/rust: build dynamically linked binaries by defaultJakub Jirutka2017-04-131-1/+1
| | | | | Note that users still can switch to static linking using `-C target-feature=+crt-static`, that is allowed in our rustc.
* testing/rust: fix multiple issues with static/dynamic linkingJakub Jirutka2017-04-121-0/+20
|
* testing/rust: fix check-rustc, dynamic exec *must* have INTERPJakub Jirutka2017-04-091-15/+13
|
* testing/rust: add check for static/dynamic PICJakub Jirutka2017-04-091-0/+88