aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/Compiler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Multi-variable declarations.chriseth2015-10-131-5/+21
|
* Refactoring to allow multi-variable declarations.chriseth2015-10-091-3/+6
|
* Reject ether sent to library.chriseth2015-10-071-0/+3
|
* Compiler version stamp.chriseth2015-10-061-0/+6
|
* Tests apart from new one work fine.chriseth2015-10-061-6/+5
|
* Split external type into ecoding and interface type.chriseth2015-10-061-6/+5
|
* Bugfix in calldata unpacker.chriseth2015-10-011-27/+25
| | | | | The offset was not specified correctly if memory activity preceded the unpacker.
* Refactoring: Check types outside of AST and recover from some errors.chriseth2015-09-221-18/+19
|
* throw statement implementationLianaHus2015-09-161-0/+7
|
* Style.chriseth2015-09-111-1/+2
|
* Transition from bytecode to more general linker objects.chriseth2015-09-111-6/+9
|
* renamed getter functionsLianaHus2015-09-081-94/+96
|
* Merge pull request #22 from LianaHus/sol_accessors_for_const_state_varchriseth2015-08-221-1/+4
|\ | | | | fixed the issue with accessors for constant state variables
| * add tests for state variables accessors. normal and constantLianaHus2015-08-211-1/+4
| | | | | | | | fixed the issue with accessors for constant state variables
* | Propagate exceptions in clone calls.chriseth2015-08-211-0/+3
|/
* Add CMakeLists.txt for libsolidityLefteris Karapetsas2015-08-191-0/+726