aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityEndToEndTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #204 from ethereum/hot_gavGav Wood2015-11-191-1/+1
|\ \ | |/ |/| The Big Refactor
| * 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.
| * | 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
|\ | | | | Dynamic array push
| * push() for byte arrays also properly implementedLefteris Karapetsas2015-10-151-9/+10
| |
| * Working implementation of arraypushLefteris Karapetsas2015-10-151-2/+21
| | | | | | | | | | ByteArrayPush() gets a test but is ignored for now, since there are still some issues with its implementation
| * Implement Dynamic array push and fix testLefteris Karapetsas2015-10-151-4/+7
| | | | | | | | | | Still a work in progress. There is a disturbance in the stack at the moment and that's why there are some cout statements left for debugging.
| * Add a dynamic array push() testLefteris Karapetsas2015-10-151-0/+17
| |
* | errors instead of exceptionsLianaHus2015-10-151-2/+2
|/ | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/NameAndTypeResolver.cpp libsolidity/NameAndTypeResolver.h libsolidity/TypeChecker.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp
* 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.
| * 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
|\ | | | | Internal types for library
| * 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
| | | | length.
* Bugfix in calldata unpacker.chriseth2015-10-011-0/+19
| | | | | The offset was not specified correctly if memory activity preceded the unpacker.
* improved the testLianaHus2015-09-231-3/+13
|
* fixed-sized arrays as return typeLianaHus2015-09-231-0/+19
| | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp
* Merge pull request #85 from chriseth/warningschriseth2015-09-231-1/+1
|\ | | | | Support mulitple errors and warnings.
| * 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
|/ | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp
* 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
| | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp
* returned test for exceptions in constructorLianaHus2015-09-151-0/+17
|
* - changed implementationLianaHus2015-09-151-1/+1
| | | | - style fixes
* some fixes in testsLianaHus2015-09-151-48/+5
|
* added compile time check for out of bounds access for ordinary arraysLianaHus2015-09-151-26/+52
| | | | | | | todo: check for dynamicaly sized arrays Conflicts: test/libsolidity/SolidityEndToEndTest.cpp
* 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."
| * 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
| | | | fixed the issue with accessors for constant state variables
* Move Solidity tests.chriseth2015-08-201-0/+5168