rust/src/test
bors ea7a6486a2 Auto merge of #38426 - vadimcn:nobundle, r=alexcrichton
Implement kind="static-nobundle" (RFC 1717)

This implements the "static-nobundle" library kind (last item from #37403).

Rustc handles "static-nobundle" libs very similarly to dylibs, except that on Windows, uses of their symbols do not get marked with "dllimport".  Which is the whole point of this feature.
2017-02-04 21:13:07 +00:00
..
codegen travis: Get an emscripten builder online 2017-01-19 13:54:19 -08:00
codegen-units trans: Treat generics like regular functions, not like #[inline] functions during CGU partitioning. 2017-01-09 10:06:58 -05:00
compile-fail Auto merge of #38426 - vadimcn:nobundle, r=alexcrichton 2017-02-04 21:13:07 +00:00
compile-fail-fulldeps Auto merge of #39384 - wesleywiser:fix_fixmes, r=alexcrichton 2017-02-02 10:40:13 +00:00
debuginfo Merge ty::TyBox into ty::TyAdt 2017-01-30 23:14:15 +03:00
incremental Auto merge of #39281 - michaelwoerister:make-cc-incr-comp-opt-in, r=nikomatsakis 2017-01-27 07:36:43 +00:00
mir-opt Auto merge of #38332 - bluss:copy-prop-arguments, r=eddyb 2016-12-14 06:26:21 +00:00
parse-fail Rollup merge of #39420 - oli-obk:sugg, r=pnkfelix 2017-02-02 22:22:29 +01:00
pretty AST/HIR: Merge ObjectSum and PolyTraitRef 2017-01-17 01:52:47 +03:00
run-fail Warn when a #[should_panic] test has an unexpected message 2016-11-18 21:01:19 +10:30
run-fail-fulldeps Fix fallout in rustdoc and tests. 2016-11-21 12:16:46 +00:00
run-make Auto merge of #38426 - vadimcn:nobundle, r=alexcrichton 2017-02-04 21:13:07 +00:00
run-pass Auto merge of #39411 - tamird:match-arm-statics-ICE, r=alexcrichton 2017-02-02 18:20:37 +00:00
run-pass-fulldeps Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
run-pass-valgrind Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
rustdoc Create new flag to test rustdoc --test 2017-02-03 11:08:20 +01:00
ui Auto merge of #39384 - wesleywiser:fix_fixmes, r=alexcrichton 2017-02-02 10:40:13 +00:00