| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-11-26 | Remove the crate language | Brian Anderson | -13/+0 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+2 | |
| #[legacy_exports]; | ||||
| 2011-11-24 | rustc: Add a path attribute for crate directives | Haitao Li | -1/+2 | |
| 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-28 | Support attaching attributes to modules via the crate file. Issue #487 | Brian Anderson | -0/+4 | |
| 2011-06-16 | rustc: Parse attributes in crate files | Brian Anderson | -1/+4 | |
| Issue #487 | ||||
| 2011-06-16 | rustc: Parse inner items of file-level modules linked from crate files | Brian Anderson | -0/+3 | |
| Issue #487 | ||||
