Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test. | chriseth | 2018-11-30 | 1 | -0/+15 |
| | |||||
* | Fix tests regarding contract type conversion. | chriseth | 2018-08-01 | 1 | -1/+2 |
| | |||||
* | Disallow conversion between unrelated contract types. | chriseth | 2018-08-01 | 1 | -3/+2 |
| | |||||
* | Adds warning if function is shadowing a contract. | Erik Kundt | 2018-07-18 | 2 | -5/+10 |
| | |||||
* | Adjusts syntax tests to new constructor syntax. | Erik Kundt | 2018-07-18 | 28 | -115/+2 |
| | |||||
* | Removes obsolete syntax tests. | Erik Kundt | 2018-07-18 | 1 | -4/+0 |
| | |||||
* | Suggests external for fallback and interface functions. | chriseth | 2018-07-18 | 2 | -2/+2 |
| | |||||
* | Adjusts tests to expect type errors on default visibility. | Erik Kundt | 2018-07-18 | 1 | -1/+1 |
| | |||||
* | enforce interface-functions to be external-declared | Christian Parpart | 2018-07-16 | 2 | -2/+2 |
| | | | | | | | | - libsolidity: Enforce interface-functions must be external-declared. - Changelog adapted to reflect changes wrt. functions in interfaces. - test: Adjustments according to prior interface-function changes. - tests: Adapting SolidityEndToEndTest to interface-function change. - docs: Adapted documentation to interface-function change. | ||||
* | Added default data locations to parameters for syntax tests. | Chase McDermott | 2018-07-12 | 2 | -5/+5 |
| | |||||
* | Updates interface constructor and function type test. | Erik Kundt | 2018-07-07 | 2 | -9/+9 |
| | |||||
* | Fixes wrong visibility specifier in interface constructor test. | Erik Kundt | 2018-07-04 | 2 | -9/+9 |
| | |||||
* | Fixes broken syntax tests. | Erik Kundt | 2018-07-04 | 2 | -18/+9 |
| | |||||
* | Adds default visibility specifier to syntax tests. | Erik Kundt | 2018-07-04 | 8 | -31/+40 |
| | |||||
* | Update test suite. | Daniel Kirchner | 2018-07-03 | 2 | -18/+9 |
| | |||||
* | Remove trailing whitespace in missing visibility warning. | Daniel Kirchner | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | Updates invalid syntax test. | Erik Kundt | 2018-06-29 | 1 | -1/+2 |
| | |||||
* | Updates syntax tests to new constructor syntax. | Erik Kundt | 2018-06-29 | 3 | -4/+14 |
| | |||||
* | Warn about functions named "constructor". | chriseth | 2018-04-19 | 1 | -0/+5 |
| | |||||
* | Fix name clashes between constructor and fallback function. | chriseth | 2018-04-18 | 3 | -1/+14 |
| | |||||
* | Extract tests. | chriseth | 2018-04-18 | 25 | -0/+197 |