| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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] | ||||
