| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-07-15 | Move some `compile-fail` tests to `ui` | Esteban Küber | -23/+0 | |
| 2016-02-26 | Fix fallout in tests | Jeffrey Seyfried | -4/+2 | |
| 2015-02-24 | rustc_resolve: remove the distinction between DefStaticMethod and DefMethod. | Eduard Burtescu | -2/+2 | |
| 2014-04-20 | rustc: Improve errors on private static methods | Alex Crichton | -0/+25 | |
| This gives a better NOTE error message when a privacy error is encountered with a static method. Previously no note was emitted (due to lack of support), but now a note is emitted indicating that the struct/enum itself is private. Closes #13641 | ||||
