about summary refs log tree commit diff
path: root/src/test/run-pass/phase-syntax-link-does-resolve.rs
AgeCommit message (Collapse)AuthorLines
2014-03-02Expand string literals and exprs inside of macrosSteven Fackler-35/+0
A couple of syntax extensions manually expanded expressions, but it wasn't done universally, most noticably inside of asm!(). There's also a bit of random cleanup.
2014-02-14extern mod => extern crateAlex Crichton-1/+1
This was previously implemented, and it just needed a snapshot to go through
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-6/+6
2014-01-17test: Add the ability to force a host targetAlex Crichton-0/+12
The new macro loading infrastructure needs the ability to force a procedural-macro crate to be built with the host architecture rather than the target architecture (because the compiler is just about to dlopen it).
2014-01-16Load macros from external modulesSteven Fackler-0/+23