aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/ExpressionCompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Multi-variable declarations.chriseth2015-10-131-20/+15
* Compute canonical names of types for function signatures.chriseth2015-10-061-1/+1
* Encode storage items correctly for library calls.chriseth2015-10-061-1/+2
* fixed-sized arrays as return typeLianaHus2015-09-231-3/+7
* Merge pull request #85 from chriseth/warningschriseth2015-09-231-73/+74
|\
| * Refactored annotations.chriseth2015-09-221-2/+2
| * Refactoring: Check types outside of AST and recover from some errors.chriseth2015-09-221-71/+72
* | fixed using string as a type for struct memberLianaHus2015-09-171-1/+1
|/
* removed unneccessary check from ExpresiionCompilerLianaHus2015-09-151-14/+0
* Update ExpressionCompiler.cppLianaHus2015-09-151-1/+2
* added compile time check for out of bounds access for ordinary arraysLianaHus2015-09-151-0/+14
* Possibility to call library functions.chriseth2015-09-111-5/+13
* Transition from bytecode to more general linker objects.chriseth2015-09-111-5/+4
* Fix for constant strings.chriseth2015-09-081-0/+4
* removed get prefixLianaHus2015-09-081-4/+6
* renamed getter functionsLianaHus2015-09-081-166/+166
* add tests for state variables accessors. normal and constantLianaHus2015-08-211-0/+11
* Add CMakeLists.txt for libsolidityLefteris Karapetsas2015-08-191-0/+1271