summary refs log tree commit diff
path: root/src/test/run-pass/companionmod-src
AgeCommit message (Collapse)AuthorLines
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ↵Michael Sullivan-2/+2
#2907.
2011-10-29rustc: Support 'companion mod's for crates and directory modsBrian Anderson-0/+6
Under this scheme when parsing foo.rc the parser will also look for foo.rs to fill in the crate-level module, and when evaluating a directory module directive it will look for a .rs file with the same name as the directory.