| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-05-15 | test: Move syntax extension tests to cfail-full | Alex Crichton | -25/+0 | |
| 2014-04-23 | Enable 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-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 | |
| Closes #2569 | ||||
| 2014-03-02 | test: Ignore some phase(syntax) tests | Alex Crichton | -0/+1 | |
| These tests are failing on the snap builders, and are now tagged with a FIXME. cc #12102 | ||||
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 | |
| This was previously implemented, and it just needed a snapshot to go through | ||||
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -3/+3 | |
| 2014-01-18 | xfail more external syntax extension tests on android | Brian Anderson | -0/+1 | |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -0/+24 | |
