Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace constant with view in the tests. | Daniel Kirchner | 2018-05-09 | 2 | -0/+8 |
* | Add source locations to syntax test expectations. | Daniel Kirchner | 2018-04-10 | 12 | -14/+14 |
* | Error when using no parentheses in modifier-style constructor calls. | Daniel Kirchner | 2018-04-10 | 2 | -2/+5 |
* | Move constructor argument override check to TypeChecker and reuse annotations... | Daniel Kirchner | 2018-04-09 | 8 | -7/+19 |
* | Allow duplicated constructor calls, if no arguments; support for multiple inh... | Daniel Kirchner | 2018-04-09 | 8 | -5/+38 |
* | Error on duplicated super constructor calls | Federico Bond | 2018-04-09 | 2 | -0/+8 |
* | Error when using empty parenthesis for base class constructors that require a... | Daniel Kirchner | 2018-04-05 | 3 | -1/+16 |
* | Constructors are defined using the ``constructor`` keyword. | Daniel Kirchner | 2018-04-04 | 2 | -3/+3 |
* | Fix: Treat empty base constructor argument list as not provided. | chriseth | 2018-04-03 | 2 | -0/+16 |