| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-06-15 | Clearer Error Message for Duplicate Definition | Alex Ozdemir | -3/+4 | |
| Clearer use of the error message and span labels to communicate duplicaiton defitions/imports. New error format: ``` error[E0428]: the name `Foo` is defined twice --> example.rs:2:1 | 1 | trait Foo { } | ------------- previous definition of the trait `Foo` here 2 | struct Foo { } | ^^^^^^^^^^^^^^ `Foo` redefined here = note: `Foo` must be defined only once in the type namespace of this module error: aborting due to previous error ``` | ||||
| 2016-08-20 | Fix broken tests for E0428 | trixnz | -0/+1 | |
| 2016-03-16 | Fix fallout in tests | Jeffrey Seyfried | -2/+2 | |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -1/+1 | |
| 2013-06-12 | Add tests for duplicate methods on traits/impls. | Luqman Aden | -0/+16 | |
