| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-02-14 | Rename Module field anonymous_children to module_children, expand it to ↵ | Jeffrey Seyfried | -4/+5 | |
| include both named an anonymous modules, and fix #31644 | ||||
| 2015-11-16 | Refactor fields def_id and kind of Module into a single field def. | Jeffrey Seyfried | -1/+1 | |
| Change build_reduced_graph.rs so the fields def and module of NsDef are never both Some unless the NsDef represents a duplicate definition (see issue 26421). | ||||
| 2015-01-08 | Update compile fail tests to use isize. | Huon Wilson | -1/+1 | |
| 2014-10-31 | First stage of enum namespacing changes | Steven Fackler | -1/+1 | |
| 2014-07-07 | librustc: Disallow modules and types from having the same name. | Patrick Walton | -0/+19 | |
| This will break code that looks like: struct Foo { ... } mod Foo { ... } Change this code to: struct Foo { ... } impl Foo { ... } Or rename the module. Closes #15205. [breaking-change] | ||||
