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
/
solidityCompiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create contracts.
Christian
2014-12-15
1
-1
/
+1
*
Do not add at the end of the function selector "loop".
Christian
2014-12-12
1
-7
/
+7
*
Register variably-sized variables on stack.
Christian
2014-12-08
1
-2
/
+2
*
Multi-source and multi-contract compiler.
Christian
2014-12-04
1
-1
/
+2
*
Import directive.
Christian
2014-12-03
1
-10
/
+16
*
Magic variables.
Christian
2014-11-24
1
-1
/
+1
*
Contracts as types and framework for special global variables.
Christian
2014-11-24
1
-1
/
+1
*
Mapping types.
Christian
2014-11-14
1
-2
/
+0
*
Replace function selector jump table by more resilient linear time check.
Christian
2014-11-10
1
-7
/
+7
*
Fixes for warnings. Take note.
Gav Wood
2014-11-07
1
-1
/
+1
*
Type promotion fixes and tests.
Christian
2014-11-06
1
-4
/
+4
*
Compile warnings fixed.
Gav Wood
2014-11-06
1
-12
/
+12
*
Test adjustments.
Christian
2014-11-03
1
-4
/
+3
*
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Christian
2014-11-01
1
-2
/
+2
|
\
|
*
Big fixes.
Gav Wood
2014-10-31
1
-2
/
+2
|
*
Further const placement changes.
Christian
2014-10-30
1
-1
/
+1
|
*
Adjustments for the NEG->BNOT change.
Christian
2014-10-29
1
-3
/
+1
|
*
Forgot some asterisks.
Christian
2014-10-28
1
-1
/
+3
*
|
Actual contract creator and add solidity to AlethZero interface.
Christian
2014-10-31
1
-16
/
+19
*
|
Function selector and variable (un)packing.
Christian
2014-10-31
1
-21
/
+37
*
|
Contract compiler and also add ExpressionStatement to AST.
Christian
2014-10-30
1
-193
/
+130
*
|
Compiler for assignments.
Christian
2014-10-29
1
-5
/
+57
*
|
NEG->BNOT change
Christian
2014-10-29
1
-3
/
+1
|
/
*
Expression compiler.
Christian
2014-10-25
1
-0
/
+229