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
/
SolidityNameAndTypeResolution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
disallow declaration of void type
Lu Guanqun
2015-02-06
1
-0
/
+6
*
add several type error test cases
Lu Guanqun
2015-02-05
1
-0
/
+36
*
Merge branch 'sol_visibility' of https://github.com/chriseth/cpp-ethereum int...
Gav Wood
2015-02-04
1
-6
/
+75
|
\
|
*
Visibility specifiers.
Christian
2015-02-03
1
-4
/
+73
*
|
Accessors for multiple mappings implemented
Lefteris Karapetsas
2015-02-03
1
-2
/
+13
*
|
Adding mapping treatment to FunctionType
Lefteris Karapetsas
2015-02-01
1
-1
/
+9
|
/
*
Fix scoping of event arguments.
Christian
2015-01-31
1
-0
/
+9
*
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-30
1
-0
/
+43
|
\
|
*
Parsing of events.
Christian
2015-01-30
1
-0
/
+43
*
|
Fallback functions.
Christian
2015-01-30
1
-0
/
+48
|
/
*
FunctionType now returns const ref for Declaration
Lefteris Karapetsas
2015-01-30
1
-1
/
+1
*
Removing Function and Param Description
Lefteris Karapetsas
2015-01-30
1
-3
/
+3
*
Contract Interface Functions now return FunctionType
Lefteris Karapetsas
2015-01-30
1
-9
/
+9
*
No longer exposing retrieveValueFromStorage() as a public function
Lefteris Karapetsas
2015-01-29
1
-1
/
+1
*
Various fixes pertaining to State Variable accessors
Lefteris Karapetsas
2015-01-29
1
-2
/
+2
*
Function name clashing with Statevariable accessor test
Lefteris Karapetsas
2015-01-29
1
-0
/
+12
*
Various small fixes for Sol Automatic Accessors
Lefteris Karapetsas
2015-01-29
1
-3
/
+3
*
State variable accessors code is now more organized
Lefteris Karapetsas
2015-01-29
1
-5
/
+29
*
Tests for variable state accessors are in progress
Lefteris Karapetsas
2015-01-29
1
-1
/
+61
*
Merge pull request #856 from chriseth/sol_modifiers
Gav Wood
2015-01-27
1
-0
/
+94
|
\
|
*
Compilation of function modifiers.
Christian
2015-01-26
1
-0
/
+11
|
*
Type resolution for function modifiers.
Christian
2015-01-26
1
-0
/
+83
*
|
Reverse order of inheritance in base list.
Christian
2015-01-26
1
-1
/
+1
|
/
*
Implicit conversion from derived to base.
Christian
2015-01-20
1
-0
/
+21
*
Call constructors of base classes.
Christian
2015-01-20
1
-0
/
+18
*
Check overrides and provide inherited public interface.
Christian
2015-01-20
1
-0
/
+49
*
Import inherited members into the contract's scope.
Christian
2015-01-20
1
-1
/
+34
*
Check for hash collisions already before compiling.
Christian
2015-01-14
1
-0
/
+12
*
Small issues with Canonical Function Signature
Lefteris Karapetsas
2015-01-07
1
-1
/
+18
*
Test for the Canonical Signature of a function
Lefteris Karapetsas
2015-01-07
1
-1
/
+20
*
Also test non-equality comparison operator.
Christian
2014-12-19
1
-1
/
+1
*
Bit operators should bind more strongly than comparison operators.
Christian
2014-12-19
1
-0
/
+10
*
Solidity Tests names are now more consistent
Lefteris Karapetsas
2014-12-18
1
-0
/
+319