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
/
Types.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
merging develop
Lefteris Karapetsas
2015-01-09
1
-11
/
+51
|
\
|
*
VM skips push data when looking for JUMPDEST.
Gav Wood
2015-01-08
1
-0
/
+6
|
*
Warnings fixes.
Gav Wood
2015-01-07
1
-0
/
+3
|
*
Merge pull request #738 from LefterisJP/sol_abiFunctionHash
Gav Wood
2015-01-07
1
-0
/
+1
|
|
\
|
*
|
Possibility for binary operators to yield types different from their operands'.
Christian
2014-12-19
1
-11
/
+42
*
|
|
Compiler EVM generation now takes into account for the new function hash
Lefteris Karapetsas
2015-01-09
1
-1
/
+1
|
|
/
|
/
|
*
|
FunctionType also gets CanonicalSignature
Lefteris Karapetsas
2015-01-07
1
-0
/
+1
|
/
*
Create contracts.
Christian
2014-12-15
1
-2
/
+9
*
Calls to bare contracts.
Christian
2014-12-13
1
-1
/
+2
*
Merge pull request #584 from chriseth/sol_strings
chriseth
2014-12-13
1
-1
/
+30
|
\
|
*
Merge remote-tracking branch 'ethereum/develop' into sol_strings
Christian
2014-12-11
1
-7
/
+7
|
|
\
|
*
|
String types.
Christian
2014-12-10
1
-1
/
+30
*
|
|
removed explicit
Marek Kotewicz
2014-12-11
1
-1
/
+1
*
|
|
user-provided default constructor
Marek Kotewicz
2014-12-11
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge pull request #577 from chriseth/sol_constCleanup
chriseth
2014-12-11
1
-7
/
+7
|
\
\
|
|
/
|
/
|
|
*
Some more consts.
Christian
2014-12-08
1
-1
/
+1
|
*
Clear separation between ASTVisitor and ASTConstVisitor and more const specif...
Christian
2014-12-08
1
-6
/
+6
*
|
Calling functions of other contracts.
Christian
2014-12-08
1
-1
/
+8
|
/
*
Global functions.
Christian
2014-11-26
1
-1
/
+1
*
Sending ether.
Christian
2014-11-26
1
-2
/
+17
*
More general function types and references.
Christian
2014-11-26
1
-15
/
+23
*
Access to blockchain data.
Christian
2014-11-24
1
-0
/
+24
*
Magic variables.
Christian
2014-11-24
1
-1
/
+9
*
Contracts as types and framework for special global variables.
Christian
2014-11-24
1
-13
/
+19
*
Convenience class for type members.
Christian
2014-11-24
1
-5
/
+42
*
We only care about member types.
Christian
2014-11-24
1
-1
/
+1
*
Struct types.
Christian
2014-11-14
1
-5
/
+11
*
Mapping types.
Christian
2014-11-14
1
-2
/
+13
*
Do not return after throw.
Christian
2014-11-10
1
-3
/
+3
*
State variables.
Christian
2014-11-08
1
-6
/
+10
*
Detect integer length from literals and remove "std::".
Christian
2014-11-06
1
-1
/
+4
*
Converted all asserts to exceptions.
Christian
2014-11-05
1
-1
/
+6
*
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Christian
2014-11-01
1
-11
/
+29
|
\
|
*
Asterisk-syntax for doxygen class documentation.
Christian
2014-10-28
1
-11
/
+29
*
|
Function selector and variable (un)packing.
Christian
2014-10-31
1
-0
/
+8
*
|
Contract compiler and also add ExpressionStatement to AST.
Christian
2014-10-30
1
-3
/
+3
|
/
*
Replace BOOST_ASSERT by assert.
Christian
2014-10-25
1
-1
/
+0
*
Some documentation.
Christian
2014-10-25
1
-2
/
+16
*
Expression compiler.
Christian
2014-10-25
1
-8
/
+23
*
Type information for AST printer.
Christian
2014-10-23
1
-7
/
+24
*
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
Christian
2014-10-20
1
-21
/
+14
*
Coding style cleanup: const and vecptr.
Christian
2014-10-20
1
-5
/
+5
*
Coding style and cleanup
Christian
2014-10-17
1
-13
/
+13
*
Corrected coding style.
Christian
2014-10-16
1
-21
/
+37
*
Remove unused parameters.
Christian
2014-10-16
1
-3
/
+3
*
Type system, not yet complete.
Christian
2014-10-16
1
-0
/
+171