aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity
Commit message (Expand)AuthorAgeFilesLines
* fixed the output of the testLiana Husikyan2015-04-271-10/+9
* test for resaltsLiana Husikyan2015-04-271-0/+21
* Use non-implemented functions for solidity interface output.chriseth2015-04-231-6/+6
* Fix regarding memory overwrite during sha3 computation.chriseth2015-04-221-1/+19
* bytes parameters for events and sha3.chriseth2015-04-221-0/+43
* Merge pull request #1685 from chriseth/sol_fix_ripemd_alignmentGav Wood2015-04-211-2/+2
|\
| * Fixed byte alignment for return type of ripemd160 built-in contract.chriseth2015-04-211-2/+2
* | Merge pull request #1699 from chriseth/sol_fix_contractTypesAsArgumentsGav Wood2015-04-211-0/+19
|\ \
| * | Fix for Contract and Enum types as external function arguments.chriseth2015-04-211-0/+19
| |/
* | Merge pull request #1634 from chriseth/sol_overloadingFunctionschriseth2015-04-214-26/+217
|\ \
| * | Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctionschriseth2015-04-214-26/+217
| |/
* / Removed (and added) some #ifs (but removed more than I added).chriseth2015-04-2112-43/+120
|/
* Restructure test foldersCJentzsch2015-04-2113-0/+9530