aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4466 from ethereum/tupleNotEmptychriseth2018-07-111-7/+7
|\ | | | | Disallow empty tuple components.
| * Update tests.Daniel Kirchner2018-07-101-7/+7
| |
* | defaulting to v0.5.0 behaviour of unary + operator (disallow); also adapting ↵Christian Parpart2018-07-101-0/+8
| | | | | | | | all tests to it
* | Update tests.Daniel Kirchner2018-07-102-7/+5
|/
* Adds default visibility specifier to syntax tests.Erik Kundt2018-07-042-8/+8
|
* Update test suite.Daniel Kirchner2018-07-031-1/+2
|
* Updates syntax tests to specify default visibility.Erik Kundt2018-06-2933-152/+108
|
* Updates syntax tests to new constructor syntax.Erik Kundt2018-06-292-5/+3
|
* Fallback function has to be external: backwards-compatible changes.chriseth2018-06-291-2/+1
|
* test: Adapted to the change of the var-keyword elimination.Christian Parpart2018-06-264-53/+28
|
* Update tests for strict address literalsJason Cobb2018-06-252-4/+4
|
* Merge pull request #4306 from ethereum/remove_050_workaround_scopingchriseth2018-06-212-10/+5
|\ | | | | [BREAKING] C99 scoping rules by default (remove 050 workaround)
| * C99 scoping rules by defaultLeonardo Alt2018-06-202-10/+5
| |
* | Return parameters in function types may not be named.Daniel Kirchner2018-06-181-2/+1
|/
* Disallow trailing dots that are not followed by a numberLeonardo Alt2018-05-303-0/+18
|
* Allow using `calldata` keyword to specify data locationmingchuan2018-05-301-1/+1
|
* Move more parser tests to syntax testsAlex Beregszaszi2018-05-2254-0/+458
|
* Move couple of parser tests to syntax tests.Alex Beregszaszi2018-05-1611-0/+102
|
* Replace constant with view in the tests.Daniel Kirchner2018-05-093-4/+44
|
* Update test expectations.Daniel Kirchner2018-05-0929-55/+55
|
* Update parser test expectationsAlex Beregszaszi2018-05-0415-15/+15
|
* Simplify expectIdentifierToken by using expectTokenAlex Beregszaszi2018-05-047-7/+7
|
* Move some parser tests to syntax testsAlex Beregszaszi2018-05-0329-0/+183
|
* Merge pull request #3875 from ethereum/constructorSelfRefchriseth2018-04-142-0/+38
|\ | | | | Stricter check for "this" in constructor.
| * Stricter check for member access to "this" in constructor.Daniel Kirchner2018-04-132-0/+38
| |
* | Add additional test for ``var`` for storage variables.Daniel Kirchner2018-04-123-7/+36
| |
* | Fix internal compiler error when parsing ``var`` declaration without identifier.Daniel Kirchner2018-04-122-0/+26
|/
* Add source locations to syntax test expectations.Daniel Kirchner2018-04-101-1/+1
|
* Adds parsing sub-directory in syntaxTests and moves two example tests from ↵Daniel Kirchner2018-04-042-0/+9
SolidityParser.cpp to test contracts.