aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/AST.h
Commit message (Expand)AuthorAgeFilesLines
* added Error class for all kind of errorsLianaHus2015-10-151-5/+9
* Multi-variable declarations.chriseth2015-10-131-0/+2
* Introduced tuple type and added multi variable declarations to typechriseth2015-10-101-1/+3
* Refactoring to allow multi-variable declarations.chriseth2015-10-091-5/+16
* Provide access to scoped structs.chriseth2015-10-061-4/+4
* Compute canonical names of types for function signatures.chriseth2015-10-061-0/+4
* Style cleanup.chriseth2015-09-241-39/+95
* Merge pull request #85 from chriseth/warningschriseth2015-09-231-216/+89
|\
| * Refactored annotations.chriseth2015-09-221-4/+25
| * Refactoring: Check types outside of AST and recover from some errors.chriseth2015-09-221-224/+78
* | fixed using string as a type for struct memberLianaHus2015-09-171-3/+6
|/
* style fixesLianaHus2015-09-161-1/+1
* throw statement implementationLianaHus2015-09-161-0/+12
* Parsing and type checking of libraries without inheritance.chriseth2015-09-111-3/+9
* style fixesLianaHus2015-09-111-1/+1
* added type check if the type of the var decl is one of base contract typeLianaHus2015-09-101-2/+4
* renamed getter functionsLianaHus2015-09-081-99/+99
* add tests for state variables accessors. normal and constantLianaHus2015-08-211-1/+1
* Add CMakeLists.txt for libsolidityLefteris Karapetsas2015-08-191-0/+1355