rust/src/test
bors 07aef98a32 auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichton
This allows the use of syntax extensions when cross-compiling (fixing #12102). It does this by encoding the target triple in the crate metadata and checking it when searching for files. Currently the crate triple must match the host triple when there is a macro_registrar_fn, it must match the target triple when linking, and can match either when only macro_rules! macros are used.

due to carelessness, this is pretty much a duplicate of https://github.com/mozilla/rust/pull/13450.
2014-04-23 13:11:37 -07:00
..
auxiliary Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
bench auto merge of #13667 : TeXitoi/rust/shootout-chameneos-redux-fix, r=alexcrichton 2014-04-22 12:01:34 -07:00
codegen
compile-fail auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichton 2014-04-23 13:11:37 -07:00
debug-info Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
pretty Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
run-fail Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
run-make Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
run-pass auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis 2014-04-23 12:01:53 -07:00
run-pass-fulldeps Enable use of syntax extensions when cross compiling. 2014-04-23 20:33:54 +01:00