| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-04-07 | Fix fallout in tests | Jeffrey Seyfried | -2/+1 | |
| 2016-02-19 | Show candidates for names not in scope | Vlad Ureche | -1/+1 | |
| This commit adds functionality that allows the name resolution pass to search for entities (traits/types/enums/structs) by name, in order to show recommendations along with the errors. For now, only E0405 and E0412 have suggestions attached, as per the request in bug #21221, but it's likely other errors can also benefit from the ability to generate suggestions. | ||||
| 2015-01-08 | Update compile fail tests to use isize. | Huon Wilson | -1/+1 | |
| 2014-04-17 | Change error for out of scope type params to be more helpful. | Kevin Butler | -1/+1 | |
| 2014-04-17 | Tests for issue 5997 failure and success conditions. | Kevin Butler | -0/+21 | |
| Closes #5997. | ||||
