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
/
ExpressionCompiler.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stylistic changes.
Christian
2015-02-25
1
-1
/
+2
*
Removed code duplication.
Christian
2015-02-25
1
-0
/
+15
*
LValue refactoring.
Christian
2015-02-25
1
-82
/
+26
*
Move SourceLocation to evmcore
Lefteris Karapetsas
2015-02-25
1
-1
/
+1
*
Moving Source Location libdevcore
Lefteris Karapetsas
2015-02-25
1
-5
/
+5
*
Parsing of array types and basic implementation.
Christian
2015-02-21
1
-2
/
+2
*
renamed fromIdentifier to fromStateVariable
Liana Husikyan
2015-02-21
1
-6
/
+2
*
cosmetic changes
Liana Husikyan
2015-02-21
1
-1
/
+1
*
Inline member initialisation
Liana Husikyan
2015-02-21
1
-1
/
+12
*
Fixes for assigning and deleting structs containing byte arrays.
Christian
2015-02-18
1
-1
/
+1
*
Copying structs.
Christian
2015-02-13
1
-16
/
+17
*
Moved copy code to CompilerUtils.
Christian
2015-02-12
1
-1
/
+1
*
Dynamic copy to memory.
Christian
2015-02-12
1
-15
/
+12
*
Simple copy of bytes to storage.
Christian
2015-02-12
1
-1
/
+4
*
Arbitrary parameters for call() and all hash functions.
Christian
2015-02-10
1
-1
/
+2
*
Merge pull request #986 from LefterisJP/sol_StyleFix
chriseth
2015-02-10
1
-8
/
+8
|
\
|
*
LValueType of Expression Compiler is now CamelCase
Lefteris Karapetsas
2015-02-09
1
-8
/
+8
|
*
ExpressionCompiler's enums to CamelCase
Lefteris Karapetsas
2015-02-09
1
-8
/
+8
*
|
Typo fix.
chriseth
2015-02-09
1
-1
/
+1
*
|
Some cleanup in "move to memory" functions.
Christian
2015-02-09
1
-12
/
+10
|
/
*
SHA3 of string literals now should work
Lefteris Karapetsas
2015-02-06
1
-1
/
+1
*
appendArgumentsCopyToMemory() has more complicated logic now
Lefteris Karapetsas
2015-02-06
1
-7
/
+4
*
Fixes after rebase
Lefteris Karapetsas
2015-02-06
1
-0
/
+4
*
Renaming a function for clarity
Lefteris Karapetsas
2015-02-06
1
-3
/
+3
*
Solidity SHA3 can now take multiple arguments
Lefteris Karapetsas
2015-02-06
1
-3
/
+5
*
Simple mapping accessors working
Lefteris Karapetsas
2015-02-02
1
-2
/
+2
*
Code generation for mapping state variable accessor
Lefteris Karapetsas
2015-02-01
1
-0
/
+4
*
Whitespace and error messages.
Christian
2015-01-30
1
-2
/
+2
*
Code generation for events.
Christian
2015-01-30
1
-2
/
+7
*
No longer exposing retrieveValueFromStorage() as a public function
Lefteris Karapetsas
2015-01-29
1
-4
/
+6
*
Various fixes pertaining to State Variable accessors
Lefteris Karapetsas
2015-01-29
1
-4
/
+4
*
EVM Code for simple accessor function is properly generated
Lefteris Karapetsas
2015-01-29
1
-2
/
+4
*
Fixes after rebasing on develop
Lefteris Karapetsas
2015-01-29
1
-2
/
+1
*
Work on ExpressionCompiler preparing for Accessors from storage
Lefteris Karapetsas
2015-01-29
1
-0
/
+8
*
Merge pull request #805 from LianaHus/deleteStruct
chriseth
2015-01-19
1
-4
/
+6
|
\
|
*
- added functionality to set values to 0 when deleting structure(not for mapp...
liana
2015-01-15
1
-4
/
+6
*
|
Specify value for contract creation.
Christian
2015-01-14
1
-0
/
+4
*
|
Modify gas and value for external function call.
Christian
2015-01-14
1
-13
/
+1
|
/
*
Padding for ABI types.
Christian
2015-01-10
1
-4
/
+2
*
Merge branch 'sol_integerConstants' of https://github.com/chriseth/cpp-ethere...
Gav Wood
2015-01-09
1
-1
/
+1
|
\
|
*
Arbitrary precision integer constants.
Christian
2015-01-08
1
-1
/
+1
*
|
Documentation update.
Gav Wood
2015-01-09
1
-0
/
+1
|
/
*
Fix some warnings about uninitialized members.
Christian
2015-01-07
1
-3
/
+3
*
Create contracts.
Christian
2014-12-15
1
-0
/
+1
*
Calls to bare contracts.
Christian
2014-12-13
1
-0
/
+20
*
Merge remote-tracking branch 'ethereum/develop' into sol_swapConstants
Christian
2014-12-13
1
-1
/
+2
|
\
|
*
Merge remote-tracking branch 'ethereum/develop' into sol_strings
Christian
2014-12-11
1
-15
/
+11
|
|
\
|
*
|
String types.
Christian
2014-12-10
1
-1
/
+2
*
|
|
Swap literals to the end if optimizing.
Christian
2014-12-12
1
-3
/
+4
|
|
/
|
/
|
*
|
Merge pull request #577 from chriseth/sol_constCleanup
chriseth
2014-12-11
1
-15
/
+11
|
\
\
|
|
/
|
/
|
|
*
Removed unused members.
Christian
2014-12-08
1
-4
/
+0
|
*
Clear separation between ASTVisitor and ASTConstVisitor and more const specif...
Christian
2014-12-08
1
-1
/
+1
|
*
Const AST visitor for the compiler.
Christian
2014-12-08
1
-10
/
+10
*
|
Variable-size stack elements for expression compiler.
Christian
2014-12-09
1
-2
/
+3
*
|
Calling functions of other contracts.
Christian
2014-12-08
1
-3
/
+4
|
/
*
Sending ether.
Christian
2014-11-26
1
-0
/
+4
*
Magic variables.
Christian
2014-11-24
1
-7
/
+6
*
Mapping types.
Christian
2014-11-14
1
-27
/
+50
*
State variables.
Christian
2014-11-08
1
-13
/
+41
*
Type promotion fixes and tests.
Christian
2014-11-06
1
-1
/
+3
*
Proper type promotion and conversion.
Christian
2014-11-06
1
-1
/
+9
*
Renamed file.
Christian
2014-10-31
1
-2
/
+2
*
Contract compiler and also add ExpressionStatement to AST.
Christian
2014-10-30
1
-0
/
+79