index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
syntaxTests
/
parsing
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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 "this" in constructor.
|
*
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 ↵
Daniel Kirchner
2018-04-04
2
-0
/
+9
SolidityParser.cpp to test contracts.