Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow conversions between bytesX and uintY of different size. | Daniel Kirchner | 2018-05-17 | 9 | -16/+57 |
| | |||||
* | Add syntax tests and Changelog entry | Leonardo Alt | 2018-05-17 | 1 | -0/+53 |
| | |||||
* | Bool variables should not allow arithmetic comparison | Leonardo Alt | 2018-05-17 | 1 | -29/+0 |
| | |||||
* | Merge pull request #3987 from ethereum/solc_remove_stdin | chriseth | 2018-05-17 | 1 | -7/+37 |
|\ | | | | | | | BREAKING Solc: read from stdin only if "-" is explicitly given | ||||
| * | Read from stdin only if - is explicitly given | Leonardo Alt | 2018-05-07 | 1 | -7/+37 |
| | | |||||
* | | Split warning for multi arguments for hash functions | Alex Beregszaszi | 2018-05-16 | 7 | -18/+36 |
| | | |||||
* | | Add test for single non-bytes argument. | chriseth | 2018-05-16 | 1 | -0/+12 |
| | | |||||
* | | Adjust tests. | chriseth | 2018-05-16 | 11 | -10/+28 |
| | | |||||
* | | Add test for forwarding length check. | chriseth | 2018-05-16 | 1 | -0/+45 |
| | | |||||
* | | Merge pull request #4145 from ethereum/more-parser-test-moves | chriseth | 2018-05-16 | 12 | -132/+102 |
|\ \ | | | | | | | Move couple of parser tests to syntax tests. | ||||
| * | | Move couple of parser tests to syntax tests. | Alex Beregszaszi | 2018-05-16 | 12 | -132/+102 |
| | | | |||||
* | | | Add tests for multi variable declaration statement. | chriseth | 2018-05-16 | 9 | -0/+107 |
|/ / | |||||
* | | Merge pull request #4139 from ethereum/abiEncodeIsPure | chriseth | 2018-05-15 | 1 | -0/+7 |
|\ \ | | | | | | | ABI encoding functions are pure and should be usable in constants. | ||||
| * | | ABI encoding functions are pure and should be usable in constants. | chriseth | 2018-05-15 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #3947 from ethereum/smt_storage | chriseth | 2018-05-15 | 1 | -0/+76 |
|\ \ \ | |/ / |/| | | [SMTChecker] Support to integer and Bool storage vars | ||||
| * | | Testing state vars that are declared after functions that use them | Leonardo Alt | 2018-05-15 | 1 | -4/+3 |
| | | | |||||
| * | | [SMTChecker] Declaring all state vars before any function is visited | Leonardo Alt | 2018-05-15 | 1 | -0/+11 |
| | | | |||||
| * | | [SMTChecker] Support to integer and Bool storage vars | Leonardo Alt | 2018-05-15 | 1 | -0/+66 |
| | | | |||||
* | | | Merge pull request #4062 from ethereum/revert-variable | chriseth | 2018-05-15 | 1 | -0/+40 |
|\ \ \ | |/ / |/| | | Fix revert with reason coming from a string variable | ||||
| * | | Fix revert with reason coming from a string variable | Alex Beregszaszi | 2018-05-09 | 1 | -0/+40 |
| | | | |||||
* | | | Add test for default location. | Daniel Kirchner | 2018-05-15 | 1 | -0/+19 |
| | | | |||||
* | | | Add control flow analyzer and test for uninitialized storage returns. | Daniel Kirchner | 2018-05-15 | 22 | -0/+375 |
| | | | |||||
* | | | Merge pull request #4093 from ethereum/prepareDropConstantKeyword | chriseth | 2018-05-14 | 13 | -114/+95 |
|\ \ \ | | | | | | | | | Prepare drop constant keyword. | ||||
| * | | | Remove "view"'s in end-to-end tests that will result in errors in 0.5.0. | Daniel Kirchner | 2018-05-11 | 1 | -7/+7 |
| | | | | |||||
| * | | | Replace constant with view in the tests. | Daniel Kirchner | 2018-05-09 | 13 | -107/+88 |
| |/ / | |||||
* / / | Fix link error when using boost shared library | mingchuan | 2018-05-11 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #4104 from ethereum/parserErrorSourceLocations | Alex Beregszaszi | 2018-05-09 | 31 | -57/+57 |
|\ \ | | | | | | | Proper source locations for parser errors. | ||||
| * | | Update test expectations. | Daniel Kirchner | 2018-05-09 | 31 | -57/+57 |
| | | | |||||
* | | | Add more tests for right shifts. | Daniel Kirchner | 2018-05-09 | 1 | -0/+157 |
|/ / | |||||
* | | Introduce Julia filter to encapsulate top level Block as a ↵ | Alex Beregszaszi | 2018-05-09 | 1 | -0/+87 |
| | | | | | | | | FunctionDefinition (wasm specific) | ||||
* | | Merge pull request #4054 from ethereum/token-names | chriseth | 2018-05-09 | 20 | -37/+37 |
|\ \ | | | | | | | Improve parser error messages | ||||
| * | | Update parser test expectations | Alex Beregszaszi | 2018-05-04 | 20 | -37/+37 |
| | | | |||||
* | | | Test with high path complexity. | chriseth | 2018-05-09 | 1 | -0/+40 |
| | | | |||||
* | | | New tests for wildcard assignments. | chriseth | 2018-05-08 | 5 | -0/+66 |
| | | | |||||
* | | | Remove deprecated syntax from a test | chriseth | 2018-05-08 | 1 | -1/+1 |
| | | | |||||
* | | | Extract tests. | chriseth | 2018-05-08 | 6 | -74/+47 |
| | | | |||||
* | | | Merge pull request #3256 from ethereum/fullInliner | chriseth | 2018-05-07 | 1 | -11/+155 |
|\ \ \ | |_|/ |/| | | Full inliner | ||||
| * | | Fix test case strings. | chriseth | 2018-05-02 | 1 | -102/+102 |
| | | | |||||
| * | | Test the removal of the result variable. | chriseth | 2018-05-02 | 1 | -0/+30 |
| | | | |||||
| * | | Tests. | chriseth | 2018-05-02 | 1 | -11/+125 |
| | | | |||||
* | | | Merge pull request #4063 from ethereum/emit-non-event | chriseth | 2018-05-04 | 1 | -0/+10 |
|\ \ \ | |_|/ |/| | | Show proper error when trying to emit a non-event | ||||
| * | | Show proper error when trying to emit a non-event | Alex Beregszaszi | 2018-05-04 | 1 | -0/+10 |
| | | | |||||
* | | | Simplify expectIdentifierToken by using expectToken | Alex Beregszaszi | 2018-05-04 | 9 | -10/+10 |
|/ / | |||||
* | | Merge pull request #4053 from ethereum/parser-syntax-tests | chriseth | 2018-05-03 | 30 | -319/+183 |
|\ \ | |/ |/| | Move some parser tests to syntax tests | ||||
| * | Move some parser tests to syntax tests | Alex Beregszaszi | 2018-05-03 | 30 | -319/+183 |
| | | |||||
* | | Merge pull request #3797 from ethereum/shift-constantinople | chriseth | 2018-05-02 | 1 | -3/+2 |
|\ \ | | | | | | | Use native shift instructions on Constantinople | ||||
| * | | Update source location test expectations | Alex Beregszaszi | 2018-05-01 | 1 | -3/+2 |
| |/ | |||||
* | | Revert "BREAKING: Bool variables should not allow arithmetic comparison" | chriseth | 2018-05-02 | 2 | -53/+29 |
| | | |||||
* | | Merge pull request #4003 from ethereum/bool_vars_comparison | chriseth | 2018-05-02 | 2 | -29/+53 |
|\ \ | | | | | | | BREAKING: Bool variables should not allow arithmetic comparison | ||||
| * | | Add syntax tests and Changelog entry | Leonardo Alt | 2018-04-27 | 1 | -0/+53 |
| | | | |||||
| * | | Bool variables should not allow arithmetic comparison | Leonardo Alt | 2018-04-27 | 1 | -29/+0 |
| | | | |||||
* | | | Add virtual destructors on base classes. | Alexander Arlt | 2018-05-02 | 2 | -0/+2 |
| |/ |/| | |||||
* | | Add syntax tests for bytesM | Alex Beregszaszi | 2018-04-30 | 5 | -0/+62 |
|/ | |||||
* | Merge pull request #3981 from ethereum/years-suffix | chriseth | 2018-04-24 | 7 | -19/+35 |
|\ | | | | | The "year" denomination is deprecated | ||||
| * | The "year" denomination is deprecated | Alex Beregszaszi | 2018-04-23 | 3 | -0/+13 |
| | | |||||
| * | Add more denomination tests | Alex Beregszaszi | 2018-04-23 | 2 | -0/+11 |
| | | |||||
| * | Extract subdenomination tests | Alex Beregszaszi | 2018-04-23 | 3 | -19/+11 |
| | | |||||
* | | Merge pull request #3970 from elopio/test/docstring-tag-end | Alex Beregszaszi | 2018-04-24 | 2 | -0/+6 |
|\ \ | | | | | | | docstring: add missing space | ||||
| * | | docstring: add missing space | Leo Arias | 2018-04-24 | 2 | -0/+6 |
| | | | |||||
* | | | Merge pull request #3976 from ethereum/emptyTupleComponent | chriseth | 2018-04-23 | 7 | -0/+78 |
|\ \ \ | |_|/ |/| | | Empty tuple components should not be possible | ||||
| * | | Treats inline array as an error. | Erik Kundt | 2018-04-23 | 1 | -3/+1 |
| | | | |||||
| * | | Turns it into warning (error for 0.5.0) and adds Changelog entry. | Erik Kundt | 2018-04-23 | 8 | -15/+45 |
| | | | |||||
| * | | Prevents null type from being used in tuple. | Erik Kundt | 2018-04-22 | 5 | -0/+50 |
| |/ | |||||
* | | Turn deprecated warnings for sha3/suicide into errors (experimental 0.5.0) | Alex Beregszaszi | 2018-04-21 | 2 | -1/+14 |
| | | |||||
* | | Extract syntax tests | Alex Beregszaszi | 2018-04-21 | 2 | -26/+13 |
|/ | |||||
* | Update tight packing test cases | Alex Beregszaszi | 2018-04-20 | 1 | -3/+14 |
| | |||||
* | Make literals an error for tight packing (experimental 0.5.0) | Alex Beregszaszi | 2018-04-20 | 1 | -0/+26 |
| | |||||
* | Remove unnecessary masking of the result of known short instructions | Alex Beregszaszi | 2018-04-20 | 2 | -0/+89 |
| | |||||
* | Merge pull request #3941 from ethereum/bytes-contract | chriseth | 2018-04-19 | 1 | -0/+7 |
|\ | | | | | Disallow explicit conversion of bytesXX to contract | ||||
| * | Disallow explicit conversion of bytesXX to contract | Alex Beregszaszi | 2018-04-19 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #3932 from ethereum/betterErrorForFailedLookup | chriseth | 2018-04-19 | 5 | -15/+34 |
|\ \ | | | | | | | Better error for failed lookup | ||||
| * | | Improve error message for failed member lookup. | chriseth | 2018-04-19 | 3 | -0/+24 |
| | | | |||||
| * | | Extract tests. | chriseth | 2018-04-19 | 2 | -15/+10 |
| |/ | |||||
* | | Merge pull request #3928 from ethereum/removeZeppelinPatches | Alex Beregszaszi | 2018-04-19 | 1 | -7/+0 |
|\ \ | |/ |/| | Remove Zeppelin patches. | ||||
| * | Remove Zeppelin patches. | chriseth | 2018-04-19 | 1 | -7/+0 |
| | | |||||
* | | Warn about functions named "constructor". | chriseth | 2018-04-19 | 1 | -0/+5 |
| | | |||||
* | | Fix name clashes between constructor and fallback function. | chriseth | 2018-04-18 | 4 | -2/+14 |
| | | |||||
* | | Extract tests. | chriseth | 2018-04-18 | 26 | -182/+197 |
|/ | |||||
* | Merge pull request #3868 from ethereum/bytescleanup | chriseth | 2018-04-16 | 1 | -0/+23 |
|\ | | | | | Properly force-clean for shortening bytesXX conversions. | ||||
| * | Tests for bytes cleanup. | chriseth | 2018-04-16 | 1 | -0/+23 |
| | | |||||
* | | Merge pull request #3793 from ethereum/rationalNumberLimit | chriseth | 2018-04-16 | 9 | -0/+136 |
|\ \ | |/ |/| | Rational number limit | ||||
| * | Limits rational numbers to 4096 bits. | Erik Kundt | 2018-04-16 | 9 | -0/+136 |
| | | |||||
* | | Merge pull request #3875 from ethereum/constructorSelfRef | chriseth | 2018-04-14 | 3 | -0/+50 |
|\ \ | |/ |/| | Stricter check for "this" in constructor. | ||||
| * | Stricter check for member access to "this" in constructor. | Daniel Kirchner | 2018-04-13 | 3 | -0/+50 |
| | | |||||
* | | Adds unit test that covers long typeDescription and renames suite. | Erik Kundt | 2018-04-13 | 2 | -1/+29 |
| | | |||||
* | | Separates tests for legacy and compact output. | Erik Kundt | 2018-04-13 | 2 | -231/+332 |
| | | |||||
* | | Adds type expectations to legacy tests. | Erik Kundt | 2018-04-13 | 1 | -0/+7 |
| | | |||||
* | | Uses short string representation of TypePointer | Erik Kundt | 2018-04-13 | 1 | -0/+30 |
| | | |||||
* | | Merge pull request #3364 from ethereum/revertWithReason | chriseth | 2018-04-13 | 6 | -22/+260 |
|\ \ | | | | | | | Revert with reason | ||||
| * | | Remove dead code and clarify throw. | chriseth | 2018-04-13 | 1 | -1/+0 |
| | | | |||||
| * | | Update documentation and minor changes. | chriseth | 2018-04-12 | 1 | -1/+0 |
| | | | |||||
| * | | Use error signature for revert data. | chriseth | 2018-04-12 | 1 | -9/+14 |
| | | | |||||
| * | | Update expectation. | chriseth | 2018-04-12 | 1 | -2/+2 |
| | | | |||||
| * | | Adjust expectations in case of homestead VM. | chriseth | 2018-04-12 | 1 | -11/+16 |
| | | | |||||
| * | | Adjust tests. | chriseth | 2018-04-12 | 3 | -13/+19 |
| | | | |||||
| * | | Update source location tests. | chriseth | 2018-04-12 | 1 | -5/+16 |
| | | | |||||
| * | | Tests about error bubbling for create and transfer. | chriseth | 2018-04-12 | 1 | -2/+70 |
| | | | |||||
| * | | Bubble up error messages. | chriseth | 2018-04-12 | 1 | -0/+37 |
| | | | |||||
| * | | Allow error string for ``require``. | chriseth | 2018-04-12 | 1 | -0/+56 |
| | | | |||||
| * | | Tests for revert with reason string. | chriseth | 2018-04-12 | 2 | -1/+53 |
| |/ | |||||
* | | Merge pull request #2980 from ethereum/abi-api | chriseth | 2018-04-13 | 11 | -52/+505 |
|\ \ | | | | | | | Add abi.encode and abi.encodePacked | ||||
| * | | Allow struct encoding with new encoder. | chriseth | 2018-04-12 | 5 | -5/+161 |
| | | | |||||
| * | | Check partial function parameters if rest is arbitrary. | chriseth | 2018-04-12 | 1 | -0/+13 |
| | | | |||||
| * | | Tests for view and pure. | chriseth | 2018-04-12 | 2 | -0/+44 |
| | | | |||||
| * | | Tests. | chriseth | 2018-04-12 | 4 | -102/+218 |
| | | | |||||
| * | | Add abi.encode, abi.encodePacked, abi.encodeWithSelector and ↵ | Alex Beregszaszi | 2018-04-12 | 2 | -0/+124 |
| | | | | | | | | | | | | abi.encodeWithSignature. | ||||
* | | | Add additional test for ``var`` for storage variables. | Daniel Kirchner | 2018-04-12 | 3 | -7/+36 |
| | | | |||||
* | | | Fix internal compiler error when parsing ``var`` declaration without identifier. | Daniel Kirchner | 2018-04-12 | 3 | -22/+26 |
| |/ |/| | |||||
* | | Merge pull request #3848 from ethereum/constantDivisionByZero | chriseth | 2018-04-12 | 14 | -20/+98 |
|\ \ | |/ |/| | Error on invalid arithmetic with constant expressions. | ||||
| * | Add test to check ConstantEvaluator for pure non-rational functions. | Daniel Kirchner | 2018-04-12 | 1 | -0/+11 |
| | | |||||
| * | Add tests for literal operations as well. | Daniel Kirchner | 2018-04-12 | 4 | -0/+20 |
| | | |||||
| * | Error on invalid arithmetic with constant expressions. | Daniel Kirchner | 2018-04-12 | 9 | -20/+67 |
| | | |||||
* | | Properly cope with constructor headers. | chriseth | 2018-04-12 | 2 | -0/+15 |
| | | |||||
* | | Update expectations. | chriseth | 2018-04-12 | 10 | -17/+18 |
| | | |||||
* | | Extract modifier tests. | chriseth | 2018-04-12 | 15 | -158/+73 |
| | | |||||
* | | Warn if modifiers are applied to functions without implementation. | chriseth | 2018-04-12 | 2 | -0/+23 |
| | | |||||
* | | New tests for function state variables. | chriseth | 2018-04-12 | 6 | -0/+61 |
| | | |||||
* | | Add expectations. | chriseth | 2018-04-12 | 24 | -9/+53 |
| | | |||||
* | | Extract function type tests. | chriseth | 2018-04-12 | 26 | -313/+132 |
| | | |||||
* | | Merge pull request #3863 from ethereum/fixGasEstimation | chriseth | 2018-04-12 | 1 | -0/+13 |
|\ \ | |/ |/| | Correctly ignore costs of fallback for other functions. | ||||
| * | Correctly ignore costs of fallback for other functions. | chriseth | 2018-04-12 | 1 | -0/+13 |
| | | |||||
* | | Fix ConstantEvaluator to correctly handle single element tuples. | Daniel Kirchner | 2018-04-12 | 3 | -0/+35 |
| | | |||||
* | | Syntax Tests: extract array_length_* tests. | Daniel Kirchner | 2018-04-12 | 20 | -165/+117 |
|/ | |||||
* | Merge pull request #3580 from ethereum/asm-bitshift-optim | chriseth | 2018-04-11 | 2 | -0/+131 |
|\ | | | | | Add simplification rule for bitwise shifting | ||||
| * | Ignore shift warnings on constantinople tests | Alex Beregszaszi | 2018-04-10 | 1 | -0/+2 |
| | | |||||
| * | Add end to end tests for SHL/SHR/SAR instructions (constantinople only) | Alex Beregszaszi | 2018-04-10 | 1 | -0/+129 |
| | | |||||
* | | Fix line numbers for errors. | chriseth | 2018-04-11 | 2 | -512/+512 |
| | | |||||
* | | Merge pull request #3309 from ethereum/limit-errors | chriseth | 2018-04-11 | 2 | -0/+1048 |
|\ \ | | | | | | | Limit the number of errors output in a single run to 256 | ||||
| * | | Limit the number of errors output in a single run to 256 | Alex Beregszaszi | 2018-04-06 | 2 | -0/+1048 |
| | | | |||||
* | | | Fix bug in typechecking when comparing rational literals | Jason Cobb | 2018-04-11 | 1 | -0/+7 |
| | | | |||||
* | | | Add source locations to syntax test expectations. | Daniel Kirchner | 2018-04-10 | 54 | -108/+215 |
| | | | |||||
* | | | Error when using no parentheses in modifier-style constructor calls. | Daniel Kirchner | 2018-04-10 | 2 | -2/+5 |
| | | | |||||
* | | | Move constructor argument override check to TypeChecker and reuse ↵ | Daniel Kirchner | 2018-04-09 | 8 | -7/+19 |
| | | | | | | | | | | | | annotations in ContractCompiler. | ||||
* | | | Allow duplicated constructor calls, if no arguments; support for multiple ↵ | Daniel Kirchner | 2018-04-09 | 8 | -5/+38 |
| | | | | | | | | | | | | | | | | | | inheritance; backwards compatibility. # tmp | ||||
* | | | Error on duplicated super constructor calls | Federico Bond | 2018-04-09 | 3 | -4/+12 |
| |/ |/| | |||||
* | | Common subexpression eliminator. | chriseth | 2018-04-06 | 1 | -0/+102 |
|/ | |||||
* | Allow ``memory`` suffix for internal elementary type parsing. | chriseth | 2018-04-05 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3828 from ethereum/soltest | chriseth | 2018-04-05 | 1 | -1/+3 |
|\ | | | | | Show JSON error if jsonParseStrict failed in soltest | ||||
| * | Show JSON error if jsonParseStrict failed in soltest | Alex Beregszaszi | 2018-04-05 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #3827 from ethereum/constantinople | chriseth | 2018-04-05 | 1 | -0/+2 |
|\ \ | | | | | | | Support constantinople in soltest | ||||
| * | | Support constantinople in soltest | Alex Beregszaszi | 2018-04-05 | 1 | -0/+2 |
| |/ | |||||
* | | Merge pull request #3824 from ethereum/baseArgumentsEmptyParenthesis | Daniel Kirchner | 2018-04-05 | 3 | -1/+16 |
|\ \ | | | | | | | Error when using empty parentheses for base class constructors that r… | ||||
| * | | Error when using empty parenthesis for base class constructors that require ↵ | Daniel Kirchner | 2018-04-05 | 3 | -1/+16 |
| | | | | | | | | | | | | arguments. | ||||
* | | | Merge pull request #3745 from ethereum/fixRecursion | Alex Beregszaszi | 2018-04-05 | 14 | -125/+115 |
|\ \ \ | | | | | | | | | Fix invalid recursion errors for structs | ||||
| * | | | Extract constant cycle tests. | chriseth | 2018-04-03 | 5 | -32/+32 |
| | | | | |||||
| * | | | Fix detection of recursive structs. | chriseth | 2018-04-03 | 2 | -0/+30 |
| | | | | |||||
| * | | | Extract recursive struct tests. | chriseth | 2018-04-03 | 8 | -93/+53 |
| | | | | |||||
* | | | | Merge pull request #3822 from ethereum/swap-comparison | chriseth | 2018-04-05 | 2 | -5/+82 |
|\ \ \ \ | | | | | | | | | | | Replace comparison operators with opposites if preceded by SWAP1 | ||||
| * | | | | Add end-to-end test for SwapComparison and CommutativeSwap peephole optimisers | Alex Beregszaszi | 2018-04-05 | 1 | -0/+44 |
| | | | | | |||||
| * | | | | Replace comparison operators with opposites if preceded by SWAP1 | Alex Beregszaszi | 2018-04-04 | 1 | -5/+38 |
| | |_|/ | |/| | | |||||
* / | | | More specific push implementation. | chriseth | 2018-04-04 | 2 | -2/+67 |
|/ / / | |||||
* | | | Merge pull request #3808 from ethereum/parserTests | chriseth | 2018-04-04 | 8 | -145/+113 |
|\ \ \ | | | | | | | | | SyntaxTests: extend syntax tests and isoltest to support parser error… | ||||
| * | | | Adds parsing sub-directory in syntaxTests and moves two example tests from ↵ | Daniel Kirchner | 2018-04-04 | 3 | -20/+9 |
| | | | | | | | | | | | | | | | | SolidityParser.cpp to test contracts. | ||||
| * | | | SyntaxTests: extend syntax tests and isoltest to support parser errors and ↵ | Daniel Kirchner | 2018-04-04 | 5 | -125/+104 |
| | | | | | | | | | | | | | | | | compiler exceptions. | ||||
* | | | | Create empty dynamic memory arrays more efficiently. | chriseth | 2018-04-04 | 4 | -8/+66 |
| |_|/ |/| | | |||||
* | | | Merge pull request #3798 from ethereum/commutative-swap | Alex Beregszaszi | 2018-04-04 | 1 | -0/+76 |
|\ \ \ | | | | | | | | | Remove useless SWAP1 in front of commutative operations | ||||
| * | | | Test multiple instructions with the (non)commutative peephole optimiser | Alex Beregszaszi | 2018-04-04 | 1 | -37/+62 |
| | | | | |||||
| * | | | Remove useless SWAP1 in front of commutative operations | Alex Beregszaszi | 2018-04-04 | 1 | -0/+51 |
| |/ / | |||||
* | | | Remove redundant test and enforce success without warnings. | Daniel Kirchner | 2018-04-04 | 1 | -7/+1 |
| | | | |||||
* | | | Constructors are defined using the ``constructor`` keyword. | Daniel Kirchner | 2018-04-04 | 3 | -5/+40 |
|/ / | |||||
* | | Merge pull request #3693 from ethereum/optimizeMLOAD | Alex Beregszaszi | 2018-04-03 | 3 | -10/+84 |
|\ \ | |/ |/| | Optimize across MLOAD if MSIZE is not used. | ||||
| * | Add memory array init test. | chriseth | 2018-04-03 | 1 | -0/+26 |
| | | |||||
| * | Test number of sstore operations. | chriseth | 2018-04-03 | 1 | -7/+33 |
| | | |||||
| * | Optimize across MLOAD if MSIZE is not used. | chriseth | 2018-04-03 | 2 | -3/+25 |
| | | |||||
* | | Merge pull request #3699 from ethereum/interfaceExternalVisibility | Alex Beregszaszi | 2018-04-03 | 8 | -48/+39 |
|\ \ | | | | | | | Defaults to external visibility for interfaces. | ||||
| * | | Makes visibility warning more concise. | Erik Kundt | 2018-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | Moves all interface function visibility related tests. | Erik Kundt | 2018-04-03 | 6 | -48/+26 |
| | | | |||||
| * | | Defaults to external visibility for interfaces. | bitshift | 2018-04-03 | 2 | -0/+13 |
| | | | |||||
* | | | Fix: Treat empty base constructor argument list as not provided. | chriseth | 2018-04-03 | 2 | -0/+16 |
| |/ |/| | |||||
* | | Set default fixed point decimal places to 18 | Jason Cobb | 2018-03-31 | 1 | -5/+5 |
| | | |||||
* | | Update tests for empty structs | Alex Beregszaszi | 2018-03-31 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #3790 from ethereum/empty-structs | chriseth | 2018-03-30 | 3 | -1/+12 |
|\ \ | | | | | | | Disallow empty structs | ||||
| * | | Still allow empty structs for non-0.5.0 mode | Alex Beregszaszi | 2018-03-27 | 2 | -1/+7 |
| | | | |||||
| * | | Disallow empty structs | Alex Beregszaszi | 2018-03-27 | 2 | -1/+6 |
| | | | |||||
* | | | Prevent encoding of weird types and support packed encoding of external ↵ | chriseth | 2018-03-29 | 6 | -0/+87 |
| | | | | | | | | | | | | function types. | ||||
* | | | Support for error on non-existant or irregular files with command line ↵ | Anthony Broad-Crawford | 2018-03-28 | 1 | -1/+1 |
| |/ |/| | | | | | option to ignore | ||||
* | | Merge pull request #3775 from federicobond/improve-error-fractional-shift | chriseth | 2018-03-28 | 1 | -0/+10 |
|\ \ | |/ |/| | Improve error message when attempting to shift by fractional number | ||||
| * | Improve error message when trying to shift by fractional number | Federico Bond | 2018-03-22 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #3681 from ethereum/interface-external | chriseth | 2018-03-27 | 1 | -0/+14 |
|\ \ | | | | | | | Allow overriding external functions in interfaces with public in a child | ||||
| * | | Allow overriding external functions in interfaces with public in an ↵ | Alex Beregszaszi | 2018-03-26 | 1 | -0/+14 |
| |/ | | | | | | | implementing contract | ||||
* | | Merge pull request #3686 from ethereum/doNotIncludeItnernal | chriseth | 2018-03-27 | 1 | -0/+60 |
|\ \ | | | | | | | Do not include internal functions only used by constructor | ||||
| * | | Test that internal functions only used by constructor are not included in ↵ | chriseth | 2018-03-27 | 1 | -0/+60 |
| |/ | | | | | | | runtime context. | ||||
* | | Merge pull request #3748 from ethereum/extractScopingTests | chriseth | 2018-03-27 | 17 | -223/+130 |
|\ \ | | | | | | | Extract scoping tests | ||||
| * | | Extract scoping tests. | chriseth | 2018-03-16 | 17 | -223/+130 |
| | | | |||||
* | | | Changes deprecation and adjusts tests. | bitshift | 2018-03-27 | 3 | -39/+52 |
| | | | |||||
* | | | Adds unit tests for moved function. | bitshift | 2018-03-27 | 4 | -5/+49 |
| |/ |/| | |||||
* | | Merge pull request #3308 from ethereum/usereturndatacopy | chriseth | 2018-03-22 | 2 | -1/+104 |
|\ \ | | | | | | | Use returndatacopy for retrieving dynamically sized outputs. | ||||
| * | | Tests for returning dynamic data. | chriseth | 2018-03-21 | 2 | -6/+104 |
| | | | |||||
| * | | Decode dynamic data. | chriseth | 2018-03-21 | 1 | -0/+5 |
| | | | |||||
* | | | Merge pull request #3744 from ethereum/useUsrBinEditor | Alex Beregszaszi | 2018-03-21 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | Use /usr/bin/editor if exists. | ||||
| * | | Use /usr/bin/editor if exists. | chriseth | 2018-03-16 | 1 | -0/+2 |
| |/ | |||||
* / | Only consider files ending with .sol and not starting with ~ in syntax tests. | Daniel Kirchner | 2018-03-16 | 3 | -2/+13 |
|/ | |||||
* | Only colour error type, not error message in isoltest. | Daniel Kirchner | 2018-03-15 | 1 | -10/+16 |
| | |||||
* | Add interactive test tool isoltest. | Daniel Kirchner | 2018-03-15 | 2 | -0/+349 |
| | |||||
* | Add formatted printing to SyntaxTest and expand its public interface. | Daniel Kirchner | 2018-03-15 | 3 | -16/+123 |
| | |||||
* | Merge branch 'develop' into externalFunctionsInLibraries | chriseth | 2018-03-15 | 36 | -36/+145 |
|\ | |||||
| * | Merge pull request #3734 from ethereum/soltestOptions | chriseth | 2018-03-15 | 33 | -39/+51 |
| |\ | | | | | | | test: Rename test/TestHelper.* to test/Options.* and add Options::val… | ||||
| | * | test: Rename test/TestHelper.* to test/Options.* and add Options::validate(). | Daniel Kirchner | 2018-03-14 | 33 | -39/+51 |
| | | | |||||
| * | | Merge pull request #3725 from ethereum/blockhashNoCall | chriseth | 2018-03-15 | 1 | -0/+17 |
| |\ \ | | | | | | | | | Allow ``block.blockhash`` without it being called. | ||||
| | * | | Allow ``block.blockhash`` without being called. | chriseth | 2018-03-14 | 1 | -0/+17 |
| | | | | |||||
| * | | | Merge pull request #3722 from ethereum/fixMods | Alex Beregszaszi | 2018-03-15 | 2 | -0/+66 |
| |\ \ \ | | | | | | | | | | | Fix modifier lookup in libraries. | ||||
| | * | | | Tests. | chriseth | 2018-03-13 | 1 | -0/+52 |
| | | | | | |||||
| | * | | | Changelog entry. | chriseth | 2018-03-13 | 1 | -0/+14 |
| | |/ / | |||||
| * | | | Merge pull request #3730 from ethereum/docstringBug | chriseth | 2018-03-14 | 1 | -0/+6 |
| |\ \ \ | | |_|/ | |/| | | DocStringParser: Fix error message for empty parameter description. | ||||
| | * | | DocStringParser: Add Changelog entry and test case for empty descriptions. | Daniel Kirchner | 2018-03-14 | 1 | -0/+6 |
| | | | | |||||
| * | | | soltest: force the use of the --testpath option for soltest with an explicit ↵ | Daniel Kirchner | 2018-03-14 | 1 | -0/+4 |
| |/ / | | | | | | | | | | error. | ||||
| * / | Store filenames in static variable to guarantee sufficient lifetime. | Daniel Kirchner | 2018-03-14 | 1 | -1/+5 |
| |/ | |||||
* / | Make external library functions accessible. | chriseth | 2018-03-14 | 2 | -0/+29 |
|/ | |||||
* | Minor adjustments. | Daniel Kirchner | 2018-03-13 | 1 | -4/+4 |
| | |||||
* | Refactoring; fuse SyntaxTestParser and SyntaxTester to SyntaxTest. | Daniel Kirchner | 2018-03-13 | 7 | -310/+247 |
| | |||||
* | Workaround for boost < 1.59.0 | Daniel Kirchner | 2018-03-13 | 1 | -0/+13 |
| | |||||
* | Infrastructure for extracting syntax tests in separate test files. | Daniel Kirchner | 2018-03-13 | 12 | -52/+379 |
| | |||||
* | [SMTChecker_Bool] Fix PR comments; Add support to gt, ge, lt, le. and tests. | Leonardo Alt | 2018-03-13 | 1 | -0/+40 |
| | |||||
* | [SMTChecker] Support to Bool variables | Leonardo Alt | 2018-03-13 | 1 | -0/+98 |
| | |||||
* | Merge pull request #3708 from ethereum/moveTestTools | chriseth | 2018-03-13 | 4 | -8/+28 |
|\ | | | | | Move test tools to the subdirectory test/tools and adjust CMakeLists | ||||
| * | Move test tools to the subdirectory test/tools and adjust CMakeLists.txt. | Daniel Kirchner | 2018-03-13 | 4 | -8/+28 |
| | | |||||
* | | Support constantinople in evm-version | Alex Beregszaszi | 2018-03-13 | 1 | -0/+2 |
|/ | |||||
* | Fix test. | chriseth | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3611 from ethereum/warn-using-address-overload | Alex Beregszaszi | 2018-03-07 | 2 | -11/+170 |
|\ | | | | | Warn if using address overloads on contracts | ||||
| * | Warn if using address overloads on contracts | Alex Beregszaszi | 2018-03-05 | 2 | -11/+170 |
| | | |||||
* | | Tests for warnings/errors for loose assembly. | chriseth | 2018-03-07 | 1 | -4/+192 |
| | | |||||
* | | Warn about using loose inline assembly features as experimental 0.5.0 feature. | chriseth | 2018-03-07 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #2966 from ethereum/useStaticCall | Alex Beregszaszi | 2018-03-07 | 1 | -4/+56 |
|\ \ | | | | | | | Use STATICCALL for pure function calls. | ||||
| * | | Test for using staticcall for view and pure functions. | chriseth | 2018-03-06 | 1 | -4/+56 |
| | | | |||||
* | | | Merge pull request #3549 from ethereum/fixmultidim | Alex Beregszaszi | 2018-03-06 | 1 | -0/+56 |
|\ \ \ | |/ / |/| | | Properly detect which array and struct types are unsupported by the old ABI encoder. | ||||
| * | | Tests for multi-dimensional arrays. | chriseth | 2018-03-01 | 1 | -0/+56 |
| | | | |||||
* | | | Merge pull request #3652 from ethereum/gasleft_v2 | chriseth | 2018-03-06 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Use StaticAnalyzer to deprecate msg.gas instead of conditionally remo… | ||||
| * | | | Use StaticAnalyzer to deprecate msg.gas instead of conditionally removing it ↵ | Daniel Kirchner | 2018-03-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | in MagicType. | ||||
* | | | | Merge pull request #3643 from ethereum/gasleft | chriseth | 2018-03-06 | 4 | -0/+90 |
|\| | | | | | | | | | | | Move msg.gas to global function gasleft(). Closes #2971. | ||||
| * | | | Improved gasleft tests. | Daniel Kirchner | 2018-03-06 | 2 | -7/+19 |
| | | | | |||||
| * | | | Add test cases for shadowing gasleft with local functions/variables. | Daniel Kirchner | 2018-03-05 | 1 | -0/+19 |
| | | | | |||||
| * | | | Remove unstable test case. | Daniel Kirchner | 2018-03-05 | 1 | -19/+0 |
| | | | | |||||
| * | | | Move msg.gas to global function gasleft(). Closes #2971. | Daniel Kirchner | 2018-03-05 | 4 | -0/+78 |
| | | | | |||||
* | | | | Do not warn about 0.5.0 experimental pragma. | chriseth | 2018-03-05 | 1 | -6/+3 |
| |_|/ |/| | | |||||
* | | | Merge pull request #3569 from ethereum/evmVersion | chriseth | 2018-03-05 | 29 | -158/+391 |
|\ \ \ | |/ / |/| | | EVM version | ||||
| * | | Use EVM version in gas meter and optimizer. | chriseth | 2018-03-05 | 8 | -124/+190 |
| | | | |||||
| * | | Only warn for shift instructions if not using constantinople | Alex Beregszaszi | 2018-03-02 | 1 | -3/+3 |
| | | | |||||
| * | | Add TangerineWhistle. | chriseth | 2018-03-02 | 4 | -9/+15 |
| | | | |||||
| * | | CREATE2 test fix. | chriseth | 2018-03-02 | 1 | -1/+1 |
| | | | |||||
| * | | Returndatasize and staticcall test fixes. | chriseth | 2018-03-02 | 2 | -10/+10 |
| | | | |||||
| * | | Correctly set evm version in tests | chriseth | 2018-03-02 | 11 | -6/+68 |
| | | | |||||
| * | | Activate byzantium for testing. | chriseth | 2018-03-02 | 1 | -1/+9 |
| | | | |||||
| * | | Provide EVM version to assembly analysis. | chriseth | 2018-03-02 | 6 | -14/+37 |
| | | | |||||
| * | | Use EVM version in type checker. | chriseth | 2018-03-02 | 3 | -6/+14 |
| | | | |||||
| * | | Test both EVM versions. | chriseth | 2018-03-02 | 5 | -5/+31 |
| | | | |||||
| * | | Some tests. | chriseth | 2018-03-02 | 2 | -1/+35 |
| |/ | |||||
* | | Merge pull request #3633 from ethereum/reserved-keywords-test | chriseth | 2018-03-02 | 1 | -0/+30 |
|\ \ | | | | | | | Parser: Add test case for reserved keywords. | ||||
| * | | Parser: Add test case for reserved keywords. | Daniel Kirchner | 2018-03-02 | 1 | -0/+30 |
| |/ | |||||
* | | Merge pull request #3628 from ethereum/literalsHexUnit | chriseth | 2018-03-02 | 1 | -0/+19 |
|\ \ | |/ |/| | Deprecate using unit denominations in combination with hex numbers. | ||||
| * | Deprecate using unit denominations in combination with hex numbers. Closes ↵ | Daniel Kirchner | 2018-03-01 | 1 | -0/+19 |
| | | | | | | | | #3574. |