aboutsummaryrefslogtreecommitdiffstats
path: root/Types.h
Commit message (Expand)AuthorAgeFilesLines
* Do not return after throw.Christian2014-11-101-3/+3
* State variables.Christian2014-11-081-6/+10
* Detect integer length from literals and remove "std::".Christian2014-11-061-1/+4
* Converted all asserts to exceptions.Christian2014-11-051-1/+6
* Merge remote-tracking branch 'ethereum/develop' into sol_contractCompilerChristian2014-11-011-11/+29
|\
| * Asterisk-syntax for doxygen class documentation.Christian2014-10-281-11/+29
* | Function selector and variable (un)packing.Christian2014-10-311-0/+8
* | Contract compiler and also add ExpressionStatement to AST.Christian2014-10-301-3/+3
|/
* Replace BOOST_ASSERT by assert.Christian2014-10-251-1/+0
* Some documentation.Christian2014-10-251-2/+16
* Expression compiler.Christian2014-10-251-8/+23
* Type information for AST printer.Christian2014-10-231-7/+24
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-21/+14
* Coding style cleanup: const and vecptr.Christian2014-10-201-5/+5
* Coding style and cleanupChristian2014-10-171-13/+13
* Corrected coding style.Christian2014-10-161-21/+37
* Remove unused parameters.Christian2014-10-161-3/+3
* Type system, not yet complete.Christian2014-10-161-0/+171