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
/
libsolidity
/
codegen
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Include SHR case in ExpressionCompiler::appendShiftOperatorCode
Alex Beregszaszi
2016-06-08
1
-0
/
+2
*
|
Disallow implementation of abstract function by constructor of derived class.
chriseth
2016-06-07
1
-0
/
+3
|
/
*
Fixes for invalid cleanups for small types.
chriseth
2016-05-20
2
-9
/
+15
*
Refactor compiler to avoid weird swap of contexts
chriseth
2016-05-20
4
-871
/
+999
*
Allow access to functions in inline assembly.
chriseth
2016-05-12
2
-14
/
+13
*
Remove unused tests and add asserts for not implemented parts in code generat...
chriseth
2016-05-11
3
-10
/
+13
*
added bytes conversion tests, resolved that, converted to binary scaling, ref...
VoR0220
2016-05-10
1
-1
/
+0
*
fixing modulus and Solidity Name and Type Resolution
VoR0220
2016-05-10
1
-1
/
+1
*
changed names for Rational Constants and categories
VoR0220
2016-05-10
2
-9
/
+9
*
got exponents up and working with their inverse, changed a few of the tests.....
RJ Catalano
2016-05-10
1
-13
/
+0
*
initial work for fixed types...potentially needing a constant literal type fo...
RJ Catalano
2016-05-10
3
-8
/
+42
*
Allow calling internal functions of libraries.
chriseth
2016-05-04
3
-33
/
+75
*
Remove non-determinism in missing code queue.
chriseth
2016-05-03
4
-37
/
+95
*
Bugfix: static arrays in constructor arguments
chriseth
2016-04-16
1
-1
/
+1
*
Fix for bug about deleting dynamic array of structs.
chriseth
2016-04-15
1
-1
/
+1
*
Make solidity independent from ethcore.
chriseth
2016-04-07
2
-10
/
+6
*
reduce unnecessary solidity:: namespace
Dimitry
2016-04-04
7
-535
/
+535
*
enable solidity test
Dimitry
2016-04-04
1
-1
/
+1
*
rename namespace for instruction.h/cpp in libevmasm
Dimitry
2016-04-02
7
-535
/
+535
*
move libevmcore to solidity
Dimitry
2016-04-02
5
-5
/
+5
*
Correctly clean higher order bits for index access.
chriseth
2016-03-31
1
-0
/
+2
*
Code generation (missing external access and source locations).
chriseth
2016-03-30
3
-0
/
+89
*
Fixed Windows warnings
Bob Summerwill
2016-03-18
1
-1
/
+2
*
BREAKING: Implement delegatecall and make default for library calls.
chriseth
2016-03-12
3
-18
/
+23
*
Index access for bytesXX.
chriseth
2016-02-10
1
-0
/
+26
*
[cond-expr] fixup according to code review
Lu Guanqun
2016-01-23
1
-1
/
+3
*
[cond-expr] make the codegen one instruction less
Lu Guanqun
2016-01-23
1
-5
/
+4
*
[cond-expr] generate assembly for _ ? _ : _
Lu Guanqun
2016-01-23
2
-0
/
+16
*
Detect library name clashes.
chriseth
2016-01-14
1
-2
/
+0
*
final changes to typechecker, the expression compiler, and a couple more test...
RJ Catalano
2016-01-12
1
-8
/
+7
*
Update ExpressionCompiler.cpp
RJ
2016-01-11
1
-14
/
+16
*
Update ExpressionCompiler.cpp
RJ
2016-01-11
1
-4
/
+2
*
Update ExpressionCompiler.cpp
RJ
2016-01-10
1
-17
/
+39
*
support decayed tuple expression as left value
Lu Guanqun
2016-01-04
1
-1
/
+6
*
Add structs and enums to contract types.
chriseth
2015-12-18
1
-7
/
+9
*
Fix: Segfaults connected to paramater types.
chriseth
2015-12-10
1
-2
/
+2
*
Code generation for calling bound methods.
chriseth
2015-12-01
1
-4
/
+37
*
Simplify and optimise stack rotation.
chriseth
2015-12-01
2
-8
/
+27
*
Merge pull request #251 from chriseth/bind2
chriseth
2015-11-30
1
-1
/
+1
|
\
|
*
Add bound functions to types.
chriseth
2015-11-29
1
-1
/
+1
*
|
Merge pull request #256 from chriseth/selfdestruct
chriseth
2015-11-30
1
-1
/
+1
|
\
\
|
*
|
Introduce selfdestruct alias for suicide.
chriseth
2015-11-29
1
-1
/
+1
|
|
/
*
/
Bugfix for constructor unpacking with fixed-size arrays.
chriseth
2015-11-29
1
-5
/
+13
|
/
*
Do not store elements of a contract by AST node type.
chriseth
2015-11-26
2
-4
/
+4
*
Make members context-sensitive.
chriseth
2015-11-26
3
-10
/
+6
*
Code generation for creating arrays.
chriseth
2015-11-26
3
-9
/
+67
*
Fixed string inside struct allocation bug.
chriseth
2015-11-24
4
-10
/
+3
*
Merge pull request #236 from ethereum/hot_gav
Gav Wood
2015-11-23
3
-9
/
+10
|
\
|
*
Fix up for new API from EIP-1.1.
Gav Wood
2015-11-21
3
-9
/
+10
*
|
Merge pull request #227 from chriseth/addmod
chriseth
2015-11-19
1
-0
/
+14
|
\
\
|
*
|
Addmod and mulmod.
chriseth
2015-11-19
1
-0
/
+14
*
|
|
Merge pull request #204 from ethereum/hot_gav
Gav Wood
2015-11-19
1
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Minor API change - must provide SealEngine to Executive now.
Gav Wood
2015-11-19
1
-2
/
+4
*
|
Merge pull request #218 from chriseth/fix_overwriteMemory
chriseth
2015-11-17
1
-3
/
+13
|
\
\
|
*
|
Fix memory overwrite problem for arrays.
chriseth
2015-11-17
1
-3
/
+13
|
|
/
*
/
Fix dynamic indexed event arguments - applies sha3.
chriseth
2015-11-17
1
-5
/
+18
|
/
*
Bugfix: Returning literal strings in tuples.
chriseth
2015-11-01
2
-2
/
+6
*
Fix override warning.
chriseth
2015-10-23
1
-1
/
+1
*
File reorganisation.
chriseth
2015-10-21
12
-0
/
+5667
[prev]