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
/
libsolidity
/
ExpressionCompiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Multi-variable declarations.
chriseth
2015-10-13
1
-20
/
+15
*
Compute canonical names of types for function signatures.
chriseth
2015-10-06
1
-1
/
+1
*
Encode storage items correctly for library calls.
chriseth
2015-10-06
1
-1
/
+2
*
fixed-sized arrays as return type
LianaHus
2015-09-23
1
-3
/
+7
*
Merge pull request #85 from chriseth/warnings
chriseth
2015-09-23
1
-73
/
+74
|
\
|
*
Refactored annotations.
chriseth
2015-09-22
1
-2
/
+2
|
*
Refactoring: Check types outside of AST and recover from some errors.
chriseth
2015-09-22
1
-71
/
+72
*
|
fixed using string as a type for struct member
LianaHus
2015-09-17
1
-1
/
+1
|
/
*
removed unneccessary check from ExpresiionCompiler
LianaHus
2015-09-15
1
-14
/
+0
*
Update ExpressionCompiler.cpp
LianaHus
2015-09-15
1
-1
/
+2
*
added compile time check for out of bounds access for ordinary arrays
LianaHus
2015-09-15
1
-0
/
+14
*
Possibility to call library functions.
chriseth
2015-09-11
1
-5
/
+13
*
Transition from bytecode to more general linker objects.
chriseth
2015-09-11
1
-5
/
+4
*
Fix for constant strings.
chriseth
2015-09-08
1
-0
/
+4
*
removed get prefix
LianaHus
2015-09-08
1
-4
/
+6
*
renamed getter functions
LianaHus
2015-09-08
1
-166
/
+166
*
add tests for state variables accessors. normal and constant
LianaHus
2015-08-21
1
-0
/
+11
*
Add CMakeLists.txt for libsolidity
Lefteris Karapetsas
2015-08-19
1
-0
/
+1271