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
/
Compiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore break and continue outside of loops.
Christian
2014-11-06
1
-6
/
+4
*
Converted all asserts to exceptions.
Christian
2014-11-05
1
-2
/
+4
*
Some tests and bugfixes for the compiler.
Christian
2014-11-03
1
-19
/
+13
*
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Christian
2014-11-01
1
-1
/
+1
|
\
|
*
Big fixes.
Gav Wood
2014-10-31
1
-2
/
+2
|
*
Fixed placements of const.
Christian
2014-10-30
1
-1
/
+1
|
*
Adjustments for the NEG->BNOT change.
Christian
2014-10-29
1
-8
/
+5
|
*
Stylistic corrections.
Christian
2014-10-28
1
-7
/
+3
*
|
Actual contract creator and add solidity to AlethZero interface.
Christian
2014-10-31
1
-0
/
+13
*
|
Function selector and variable (un)packing.
Christian
2014-10-31
1
-5
/
+95
*
|
Contract compiler and also add ExpressionStatement to AST.
Christian
2014-10-30
1
-386
/
+123
*
|
Compiler for assignments.
Christian
2014-10-29
1
-23
/
+90
*
|
NEG->BNOT change
Christian
2014-10-29
1
-8
/
+4
|
/
*
Removed some more boost asserts.
Christian
2014-10-25
1
-20
/
+20
*
Expression compiler.
Christian
2014-10-25
1
-0
/
+408