aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/CompilerStack.h
Commit message (Collapse)AuthorAgeFilesLines
* errors instead of exceptionsLianaHus2015-10-151-0/+1
| | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/NameAndTypeResolver.cpp libsolidity/NameAndTypeResolver.h libsolidity/TypeChecker.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp
* added Error class for all kind of errorsLianaHus2015-10-151-2/+3
| | | | | Conflicts: libsolidity/Exceptions.h
* Resolve binary dependencies properly.chriseth2015-10-071-0/+8
|
* Style fix.chriseth2015-09-221-1/+2
|
* Error formatting.chriseth2015-09-221-9/+13
|
* Refactoring: Check types outside of AST and recover from some errors.chriseth2015-09-221-1/+3
|
* Commandline interface for the linker.chriseth2015-09-121-2/+5
|
* Transition from bytecode to more general linker objects.chriseth2015-09-111-12/+15
|
* - renamed AST to ast and ABI to abiLianaHus2015-09-081-1/+1
| | | | - style fixes
* renamed getter functionsLianaHus2015-09-081-16/+16
|
* Add CMakeLists.txt for libsolidityLefteris Karapetsas2015-08-191-0/+198