Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3824 from ethereum/baseArgumentsEmptyParenthesis | Daniel Kirchner | 2018-04-05 | 3 | -1/+16 |
|\ | | | | | Error when using empty parentheses for base class constructors that r… | ||||
| * | Error when using empty parenthesis for base class constructors that require ↵ | Daniel Kirchner | 2018-04-05 | 3 | -1/+16 |
| | | | | | | | | arguments. | ||||
* | | Merge pull request #3745 from ethereum/fixRecursion | Alex Beregszaszi | 2018-04-05 | 13 | -0/+115 |
|\ \ | | | | | | | Fix invalid recursion errors for structs | ||||
| * | | Extract constant cycle tests. | chriseth | 2018-04-03 | 4 | -0/+32 |
| | | | |||||
| * | | Fix detection of recursive structs. | chriseth | 2018-04-03 | 2 | -0/+30 |
| | | | |||||
| * | | Extract recursive struct tests. | chriseth | 2018-04-03 | 7 | -0/+53 |
| | | | |||||
* | | | Merge pull request #3808 from ethereum/parserTests | chriseth | 2018-04-04 | 2 | -0/+9 |
|\ \ \ | |_|/ |/| | | SyntaxTests: extend syntax tests and isoltest to support parser error… | ||||
| * | | Adds parsing sub-directory in syntaxTests and moves two example tests from ↵ | Daniel Kirchner | 2018-04-04 | 2 | -0/+9 |
| |/ | | | | | | | SolidityParser.cpp to test contracts. | ||||
* / | Constructors are defined using the ``constructor`` keyword. | Daniel Kirchner | 2018-04-04 | 2 | -3/+3 |
|/ | |||||
* | Merge pull request #3699 from ethereum/interfaceExternalVisibility | Alex Beregszaszi | 2018-04-03 | 7 | -0/+39 |
|\ | | | | | Defaults to external visibility for interfaces. | ||||
| * | 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 |
| | | |||||
* | | Fix: Treat empty base constructor argument list as not provided. | chriseth | 2018-04-03 | 2 | -0/+16 |
| | | |||||
* | | Update tests for empty structs | Alex Beregszaszi | 2018-03-31 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #3790 from ethereum/empty-structs | chriseth | 2018-03-30 | 2 | -0/+11 |
|\ \ | | | | | | | Disallow empty structs | ||||
| * | | Still allow empty structs for non-0.5.0 mode | Alex Beregszaszi | 2018-03-27 | 2 | -1/+7 |
| | | | |||||
| * | | Disallow empty structs | Alex Beregszaszi | 2018-03-27 | 1 | -0/+5 |
| |/ | |||||
* / | Prevent encoding of weird types and support packed encoding of external ↵ | chriseth | 2018-03-29 | 5 | -0/+62 |
|/ | | | | function types. | ||||
* | Extract scoping tests. | chriseth | 2018-03-16 | 16 | -0/+130 |
| | |||||
* | Merge branch 'develop' into externalFunctionsInLibraries | chriseth | 2018-03-15 | 2 | -0/+20 |
|\ | |||||
| * | Merge pull request #3722 from ethereum/fixMods | Alex Beregszaszi | 2018-03-15 | 1 | -0/+14 |
| |\ | | | | | | | Fix modifier lookup in libraries. | ||||
| | * | Changelog entry. | chriseth | 2018-03-13 | 1 | -0/+14 |
| | | | |||||
| * | | DocStringParser: Add Changelog entry and test case for empty descriptions. | Daniel Kirchner | 2018-03-14 | 1 | -0/+6 |
| |/ | |||||
* / | Make external library functions accessible. | chriseth | 2018-03-14 | 1 | -0/+14 |
|/ | |||||
* | Infrastructure for extracting syntax tests in separate test files. | Daniel Kirchner | 2018-03-13 | 4 | -0/+31 |