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
/
inheritance
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disallow calldata structs.
Daniel Kirchner
2019-01-21
1
-0
/
+4
*
Public state variables are implementing external functions.
chriseth
2018-12-03
5
-0
/
+33
*
Changelog entry and tests.
chriseth
2018-11-26
1
-0
/
+10
*
Tests.
Daniel Kirchner
2018-11-26
8
-0
/
+114
*
Changelog entry and tests.
chriseth
2018-11-26
2
-0
/
+17
*
Cleanup 0.5.0 test cases
Alex Beregszaszi
2018-08-06
2
-13
/
+0
*
Add additional test cases.
Daniel Kirchner
2018-08-01
2
-0
/
+10
*
Correctly determine whether base constructor is called without parentheses.
chriseth
2018-08-01
1
-0
/
+9
*
Disallow calling base constructors without arguments.
chriseth
2018-08-01
1
-1
/
+1
*
Cleans up syntax test.
Erik Kundt
2018-07-11
1
-4
/
+1
*
Improves error with suggestion to remove parantheses.
Erik Kundt
2018-07-11
2
-2
/
+5
*
Updates Changelog, syntax test and simplifies type checker.
Erik Kundt
2018-07-11
1
-7
/
+1
*
Turns wrong argument count in base constructor call into en error.
Erik Kundt
2018-07-11
2
-10
/
+7
*
Adds default visibility specifier to syntax tests.
Erik Kundt
2018-07-04
2
-4
/
+4
*
Disallow constructor arguments given multiple times.
chriseth
2018-06-29
6
-7
/
+7
*
Replace constant with view in the tests.
Daniel Kirchner
2018-05-09
2
-0
/
+8
*
Add source locations to syntax test expectations.
Daniel Kirchner
2018-04-10
12
-14
/
+14
*
Error when using no parentheses in modifier-style constructor calls.
Daniel Kirchner
2018-04-10
2
-2
/
+5
*
Move constructor argument override check to TypeChecker and reuse annotations...
Daniel Kirchner
2018-04-09
8
-7
/
+19
*
Allow duplicated constructor calls, if no arguments; support for multiple inh...
Daniel Kirchner
2018-04-09
8
-5
/
+38
*
Error on duplicated super constructor calls
Federico Bond
2018-04-09
2
-0
/
+8
*
Error when using empty parenthesis for base class constructors that require a...
Daniel Kirchner
2018-04-05
3
-1
/
+16
*
Constructors are defined using the ``constructor`` keyword.
Daniel Kirchner
2018-04-04
2
-3
/
+3
*
Fix: Treat empty base constructor argument list as not provided.
chriseth
2018-04-03
2
-0
/
+16