rust/src/test
Alex Crichton f9d6fd20a5 Support OSX frameworks
This adds support to link to OSX frameworks via the new link attribute when
using `kind = "framework"`. It is a compiler error to request linkage to a
framework when the target is not macos because other platforms don't support
frameworks.

Closes #2023
2013-11-30 15:47:43 -08:00
..
auxiliary auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwalton 2013-11-30 14:41:40 -08:00
bench libstd: Change Path::new to Path::init. 2013-11-29 10:55:13 -08:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Support OSX frameworks 2013-11-30 15:47:43 -08:00
debug-info Register new snapshots 2013-11-28 20:27:56 -08:00
pretty Fix handling of upper/lowercase, and whitespace 2013-11-27 23:36:20 +01:00
run-fail librustc: Make || lambdas not infer to procs 2013-11-26 08:25:27 -08:00
run-make Test fixes and merge conflicts 2013-11-30 14:34:59 -08:00
run-pass Support OSX frameworks 2013-11-30 15:47:43 -08:00
run-pass-fulldeps test: Remove most uses of &fn() from the tests. 2013-11-26 08:19:00 -08:00