Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup 0.5.0 test cases | Alex Beregszaszi | 2018-08-06 | 2 | -7/+0 |
| | |||||
* | Adds comment about reasoning behind syntax test. | Erik Kundt | 2018-07-18 | 1 | -3/+5 |
| | |||||
* | Suggests external for fallback and interface functions. | chriseth | 2018-07-18 | 3 | -2/+12 |
| | |||||
* | Adjusts tests to expect type errors on default visibility. | Erik Kundt | 2018-07-18 | 4 | -14/+2 |
| | |||||
* | enforce interface-functions to be external-declared | Christian Parpart | 2018-07-16 | 4 | -5/+4 |
| | | | | | | | | - 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. | ||||
* | Remove trailing whitespace in missing visibility warning. | Daniel Kirchner | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | Adds review suggestions. | Erik Kundt | 2018-07-02 | 1 | -1/+4 |
| | |||||
* | Updates syntax tests to specify default visibility. | Erik Kundt | 2018-06-29 | 3 | -4/+12 |
| | |||||
* | Add source locations to syntax test expectations. | Daniel Kirchner | 2018-04-10 | 6 | -8/+8 |
| | |||||
* | Makes visibility warning more concise. | Erik Kundt | 2018-04-03 | 1 | -1/+1 |
| | |||||
* | Moves all interface function visibility related tests. | Erik Kundt | 2018-04-03 | 5 | -0/+26 |
| | |||||
* | Defaults to external visibility for interfaces. | bitshift | 2018-04-03 | 2 | -0/+13 |
| | |||||
* | Make external library functions accessible. | chriseth | 2018-03-14 | 1 | -0/+14 |