aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityEndToEndTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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