about summary refs log tree commit diff
path: root/src/test/run-pass/multi-src
AgeCommit message (Collapse)AuthorLines
2012-11-26Remove the crate languageBrian Anderson-6/+0
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-2/+2
2011-12-22Register snapshots and switch logging over to use of log_full or #error / ↵Graydon Hoare-2/+2
#debug.
2011-08-20ReformatBrian Anderson-2/+2
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-7/+6
2011-06-02Un-xfail multi testMarijn Haverbeke-1/+1
2011-01-10Sketch support for reading multi-file crates in rustc. Add test, not yet ↵Graydon Hoare-0/+7
working.