about summary refs log tree commit diff
path: root/src/test/compile-fail/phase-syntax-doesnt-resolve.rs
AgeCommit message (Collapse)AuthorLines
2014-05-15test: Move syntax extension tests to cfail-fullAlex Crichton-25/+0
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-1/+0
This adds the target triple to the crate metadata. When searching for a crate the phase (link, syntax) is taken into account. During link phase only crates matching the target triple are considered. During syntax phase, either the target or host triple will be accepted, unless the crate defines a macro_registrar, in which case only the host triple will match.
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
Closes #2569
2014-03-02test: Ignore some phase(syntax) testsAlex Crichton-0/+1
These tests are failing on the snap builders, and are now tagged with a FIXME. cc #12102
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-3/+3
2014-01-18xfail more external syntax extension tests on androidBrian Anderson-0/+1
2014-01-16Load macros from external modulesSteven Fackler-0/+24