index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
syntaxTests
/
parsing
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updates syntax tests to specify default visibility.
Erik Kundt
2018-06-29
33
-152
/
+108
*
Updates syntax tests to new constructor syntax.
Erik Kundt
2018-06-29
2
-5
/
+3
*
Fallback function has to be external: backwards-compatible changes.
chriseth
2018-06-29
1
-2
/
+1
*
test: Adapted to the change of the var-keyword elimination.
Christian Parpart
2018-06-26
4
-53
/
+28
*
Update tests for strict address literals
Jason Cobb
2018-06-25
2
-4
/
+4
*
Merge pull request #4306 from ethereum/remove_050_workaround_scoping
chriseth
2018-06-21
2
-10
/
+5
|
\
|
*
C99 scoping rules by default
Leonardo Alt
2018-06-20
2
-10
/
+5
*
|
Return parameters in function types may not be named.
Daniel Kirchner
2018-06-18
1
-2
/
+1
|
/
*
Disallow trailing dots that are not followed by a number
Leonardo Alt
2018-05-30
3
-0
/
+18
*
Allow using `calldata` keyword to specify data location
mingchuan
2018-05-30
1
-1
/
+1
*
Move more parser tests to syntax tests
Alex Beregszaszi
2018-05-22
54
-0
/
+458
*
Move couple of parser tests to syntax tests.
Alex Beregszaszi
2018-05-16
11
-0
/
+102
*
Replace constant with view in the tests.
Daniel Kirchner
2018-05-09
3
-4
/
+44
*
Update test expectations.
Daniel Kirchner
2018-05-09
29
-55
/
+55
*
Update parser test expectations
Alex Beregszaszi
2018-05-04
15
-15
/
+15
*
Simplify expectIdentifierToken by using expectToken
Alex Beregszaszi
2018-05-04
7
-7
/
+7
*
Move some parser tests to syntax tests
Alex Beregszaszi
2018-05-03
29
-0
/
+183
*
Merge pull request #3875 from ethereum/constructorSelfRef
chriseth
2018-04-14
2
-0
/
+38
|
\
|
*
Stricter check for member access to "this" in constructor.
Daniel Kirchner
2018-04-13
2
-0
/
+38
*
|
Add additional test for ``var`` for storage variables.
Daniel Kirchner
2018-04-12
3
-7
/
+36
*
|
Fix internal compiler error when parsing ``var`` declaration without identifier.
Daniel Kirchner
2018-04-12
2
-0
/
+26
|
/
*
Add source locations to syntax test expectations.
Daniel Kirchner
2018-04-10
1
-1
/
+1
*
Adds parsing sub-directory in syntaxTests and moves two example tests from So...
Daniel Kirchner
2018-04-04
2
-0
/
+9