about summary refs log tree commit diff
path: root/src/test/run-pass/multi.rc
AgeCommit message (Collapse)AuthorLines
2012-11-26Remove the crate languageBrian Anderson-11/+0
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under ↵Graydon Hoare-0/+3
#[legacy_exports];
2011-11-24rustc: Add a path attribute for crate directivesHaitao Li-4/+6
The path information was an optional "filename" component of crate directive AST. It is now replaced by an attribute with metadata named "path". With this commit, a directive mod foo = "foo.rs"; should be written as: #[path = "foo.rs"] mod foo; Closes issue #906.
2011-06-02Un-xfail multi testMarijn Haverbeke-3/+0
2011-05-03Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare-0/+2
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-0/+1
2011-01-10Sketch support for reading multi-file crates in rustc. Add test, not yet ↵Graydon Hoare-0/+6
working.