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
..
2014-04-11 11:16:10 -07:00
2013-10-29 16:22:08 -07:00
2014-04-22 15:50:51 -07:00
2014-02-02 10:59:14 -08:00
2013-10-29 16:22:08 -07:00
2014-02-14 19:17:50 -08:00