Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleans up syntax test. | Erik Kundt | 2018-07-11 | 1 | -4/+1 |
* | Improves error with suggestion to remove parantheses. | Erik Kundt | 2018-07-11 | 1 | -1/+4 |
* | Updates Changelog, syntax test and simplifies type checker. | Erik Kundt | 2018-07-11 | 1 | -7/+1 |
* | Turns wrong argument count in base constructor call into en error. | Erik Kundt | 2018-07-11 | 1 | -1/+7 |
* | Add source locations to syntax test expectations. | Daniel Kirchner | 2018-04-10 | 1 | -1/+1 |
* | Error when using empty parenthesis for base class constructors that require a... | Daniel Kirchner | 2018-04-05 | 1 | -1/+2 |
* | Constructors are defined using the ``constructor`` keyword. | Daniel Kirchner | 2018-04-04 | 1 | -1/+1 |
* | Fix: Treat empty base constructor argument list as not provided. | chriseth | 2018-04-03 | 1 | -0/+6 |