aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/Types.cpp
Commit message (Expand)AuthorAgeFilesLines
* Wildcards.chriseth2015-10-151-1/+1
* Destructuring assignments.chriseth2015-10-151-18/+54
* Tuple expressions.chriseth2015-10-151-9/+30
* Merge pull request #130 from LefterisJP/dynamic_array_pushchriseth2015-10-151-2/+24
|\
| * Implement Dynamic array push and fix testLefteris Karapetsas2015-10-151-2/+24
* | added Error class for all kind of errorsLianaHus2015-10-151-3/+3
|/
* Some more tests and typos fixed.chriseth2015-10-131-2/+3
* Introduced tuple type and added multi variable declarations to typechriseth2015-10-101-14/+41
* Compute canonical names of types for function signatures.chriseth2015-10-061-13/+53
* Tests apart from new one work fine.chriseth2015-10-061-0/+8
* Split external type into ecoding and interface type.chriseth2015-10-061-6/+29
* improved overflow check in memorySize for ArrayTypeLianaHus2015-09-241-3/+3
* Merge pull request #91 from chriseth/literalStringsToStoragePointerchriseth2015-09-241-1/+3
|\
| * Do not allow assignment from literal strings to storage pointers.chriseth2015-09-231-1/+3
* | improved the testLianaHus2015-09-231-2/+3
* | fixed-sized arrays as return typeLianaHus2015-09-231-0/+8
|/
* Refactoring: Check types outside of AST and recover from some errors.chriseth2015-09-221-61/+12
* Small fixes to the type system concerning libraries.chriseth2015-09-111-2/+5
* Possibility to call library functions.chriseth2015-09-111-10/+28
* removed get prefixLianaHus2015-09-081-2/+4
* renamed getter functionsLianaHus2015-09-081-180/+180
* Add CMakeLists.txt for libsolidityLefteris Karapetsas2015-08-191-0/+1758