| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-11-26 | Remove the crate language | Brian Anderson | -19/+0 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+6 | |
| #[legacy_exports]; | ||||
| 2012-06-01 | test: xfail-win32 run-pass/companionmod. not sure why it's broke | Brian Anderson | -0/+1 | |
| 2011-11-24 | rustc: Add a path attribute for crate directives | Haitao Li | -3/+5 | |
| 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-10-29 | rustc: Support 'companion mod's for crates and directory mods | Brian Anderson | -0/+10 | |
| 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. | ||||
