| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-02 | Expand string literals and exprs inside of macros | Steven 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-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 | -6/+6 | |
| 2014-01-17 | test: Add the ability to force a host target | Alex 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-16 | Load macros from external modules | Steven Fackler | -0/+23 | |
