aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityEndToEndTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow "new expressions" also for general type names.chriseth2015-11-261-1/+1
* Test for allocation bug.chriseth2015-11-241-0/+31
* Merge pull request #227 from chriseth/addmodchriseth2015-11-191-0/+18
|\
| * Addmod and mulmod.chriseth2015-11-191-0/+18
* | Merge pull request #204 from ethereum/hot_gavGav Wood2015-11-191-1/+1
|\ \ | |/ |/|
| * New vocab.Gav Wood2015-11-061-1/+1
* | Merge pull request #218 from chriseth/fix_overwriteMemorychriseth2015-11-171-0/+15
|\ \
| * | Fix memory overwrite problem for arrays.chriseth2015-11-171-0/+15
| |/
* / Fix dynamic indexed event arguments - applies sha3.chriseth2015-11-171-0/+35
|/
* Bugfix: Returning literal strings in tuples.chriseth2015-11-011-0/+20
* Store docstrings in AST annotations.chriseth2015-10-261-26/+0
* File reorganisation.chriseth2015-10-211-1/+1
* Fix errors when struct array type is used on its own.chriseth2015-10-161-0/+15
* Wildcards.chriseth2015-10-151-3/+6
* Destructuring assignments.chriseth2015-10-151-5/+42
* Tuple expressions.chriseth2015-10-151-0/+55
* Merge pull request #130 from LefterisJP/dynamic_array_pushchriseth2015-10-151-0/+40
|\
| * push() for byte arrays also properly implementedLefteris Karapetsas2015-10-151-9/+10
| * Working implementation of arraypushLefteris Karapetsas2015-10-151-2/+21
| * Implement Dynamic array push and fix testLefteris Karapetsas2015-10-151-4/+7
| * Add a dynamic array push() testLefteris Karapetsas2015-10-151-0/+17
* | errors instead of exceptionsLianaHus2015-10-151-2/+2
|/
* Tests for multi variable declaration.chriseth2015-10-091-0/+24
* Resolve binary dependencies properly.chriseth2015-10-071-8/+18
* Merge pull request #122 from chriseth/anonymousEventsWithFourIndexedParamschriseth2015-10-071-4/+6
|\
| * Allow four indexed arguments for anynomous events.chriseth2015-10-071-4/+6
* | Reject ether sent to library.chriseth2015-10-071-0/+23
|/
* Merge pull request #117 from chriseth/internalTypesForLibrarychriseth2015-10-071-0/+67
|\
| * Compiler version stamp.chriseth2015-10-061-0/+11
| * Provide access to scoped structs.chriseth2015-10-061-0/+27
| * Compute canonical names of types for function signatures.chriseth2015-10-061-26/+0
| * Encode storage items correctly for library calls.chriseth2015-10-061-0/+26
| * Test for internal types.chriseth2015-10-061-0/+29
* | Test long constructor arguments.chriseth2015-10-051-0/+28
|/
* Store small byte arrays and strings in storage in one slot with theirchriseth2015-10-021-0/+110
* Bugfix in calldata unpacker.chriseth2015-10-011-0/+19
* improved the testLianaHus2015-09-231-3/+13
* fixed-sized arrays as return typeLianaHus2015-09-231-0/+19
* Merge pull request #85 from chriseth/warningschriseth2015-09-231-1/+1
|\
| * Refactoring: Check types outside of AST and recover from some errors.chriseth2015-09-221-1/+1
* | fixed the testLianaHus2015-09-221-4/+1
* | fixed using string as a type for struct memberLianaHus2015-09-171-6/+6
* | testLianaHus2015-09-171-0/+45
|/
* throw statement implementationLianaHus2015-09-161-0/+18
* style fixLianaHus2015-09-151-1/+1
* fixed rebaseLianaHus2015-09-151-17/+0
* moved the testLianaHus2015-09-151-0/+3
* returned test for exceptions in constructorLianaHus2015-09-151-0/+17
* - changed implementationLianaHus2015-09-151-1/+1
* some fixes in testsLianaHus2015-09-151-48/+5
* added compile time check for out of bounds access for ordinary arraysLianaHus2015-09-151-26/+52
* testLianaHus2015-09-151-0/+17
* Possibility to call library functions.chriseth2015-09-111-0/+32
* Merge pull request #51 from ethereum/revert-25-sol_strings_as_mapping_keyschriseth2015-09-091-7/+4
|\
| * Revert "added check for string as mapping key for local var."chriseth2015-09-081-7/+4
* | Stylistic corrections.chriseth2015-09-091-1/+1
* | Fix for constant strings.chriseth2015-09-081-0/+32
|/
* added check for string as mapping key for local var.LianaHus2015-08-241-4/+7
* added test to check string as mapping keyLianaHus2015-08-241-0/+16
* add tests for state variables accessors. normal and constantLianaHus2015-08-211-0/+21
* Move Solidity tests.chriseth2015-08-201-0/+5168