Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace in missing visibility warning. | Daniel Kirchner | 2018-07-02 | 1 | -2/+2 |
| | |||||
* | Merge pull request #4224 from ethereum/revert_wrong_calldata | chriseth | 2018-07-02 | 3 | -48/+34 |
|\ | | | | | [BREAKING] Revert if calldata has wrong size | ||||
| * | Revert if calldata is too short or points out of bounds | Leonardo Alt | 2018-06-26 | 3 | -48/+34 |
| | | |||||
* | | Merge pull request #4352 from D-Nice/develop | chriseth | 2018-06-29 | 1 | -1/+1 |
|\ \ | | | | | | | Fixes storage ref var typo error from 'prefix' to 'suffix' | ||||
| * | | Fixes storage ref var typo error from 'prefix' to 'suffix' | D-Nice | 2018-06-25 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #4097 from ethereum/noPackedExceptForPacked | chriseth | 2018-06-28 | 5 | -85/+98 |
|\ \ \ | | | | | | | | | [BREAKING] call only takes a single argument and does not pad | ||||
| * | | | Also mention regular abi.encode in error message. | chriseth | 2018-06-27 | 1 | -2/+8 |
| | | | | |||||
| * | | | Fix: Call functions do not take variable arguments. | chriseth | 2018-06-25 | 1 | -3/+3 |
| | | | | |||||
| * | | | Provide better suggestions in error messages with respect to call and hash ↵ | chriseth | 2018-06-25 | 1 | -4/+34 |
| | | | | | | | | | | | | | | | | functions. | ||||
| * | | | Save double encode call for sha3. | chriseth | 2018-06-25 | 1 | -8/+16 |
| | | | | |||||
| * | | | Bare functions take single bytes argument. | chriseth | 2018-06-25 | 5 | -94/+44 |
| | | | | |||||
| * | | | Single bytes argument. | chriseth | 2018-06-25 | 2 | -13/+32 |
| | | | | | | | | | | | | | | | | | | | | In 0.5.0 mode, only accept a single bytes argument for ``.call``, ``keccak256`` and others and do not pad when encoding. | ||||
* | | | | Remove non-0.5.0 warning for emit keyword (make it mandatory) | Alex Beregszaszi | 2018-06-27 | 1 | -6/+1 |
| | | | | |||||
* | | | | Merge pull request #4342 from rnaby/l/a/Types | chriseth | 2018-06-26 | 1 | -15/+19 |
|\ \ \ \ | | | | | | | | | | | RationalNumberType::isImplicitlyConvertibleTo Refactor | ||||
| * | | | | RationalNumberType::isImplicitlyConvertibleTo Refactor | Khan M Rashedun-Naby | 2018-06-24 | 1 | -15/+19 |
| | |/ / | |/| | | |||||
* | | | | Document the internal API of CompilerStack | Alex Beregszaszi | 2018-06-26 | 1 | -6/+30 |
| |_|/ |/| | | |||||
* | | | Pull out createCBORMetadata helper | Alex Beregszaszi | 2018-06-26 | 2 | -21/+31 |
| |/ |/| | |||||
* | | Keep the 'if it not used as an address' helper message for all cases of ↵ | Alex Beregszaszi | 2018-06-25 | 1 | -7/+12 |
| | | | | | | | | address related warnings | ||||
* | | Better wording for invalid address literal error | Alex Beregszaszi | 2018-06-25 | 1 | -2/+4 |
| | | |||||
* | | Change invalid (not exactly 160 bits long) address literal to error | Jason Cobb | 2018-06-25 | 1 | -4/+11 |
| | | |||||
* | | Disallow implicit conversion from rational (literal) to address | Jason Cobb | 2018-06-25 | 1 | -2/+4 |
|/ | |||||
* | Disallow the years unit denomination properly | Alex Beregszaszi | 2018-06-22 | 1 | -12/+4 |
| | |||||
* | Merge pull request #4301 from rnaby/TypeChecker | chriseth | 2018-06-22 | 1 | -5/+3 |
|\ | | | | | Simplification of typeSupportedByOldABIEncoder | ||||
| * | Simplification of typeSupportedByOldABIEncoder | Khan M Rashedun-Naby | 2018-06-21 | 1 | -5/+3 |
| | | |||||
* | | Merge pull request #4326 from ethereum/compilerstack-cleanup | chriseth | 2018-06-21 | 1 | -9/+10 |
|\ \ | | | | | | | Properly catch optimizer/assembly exception in CompilerStack | ||||
| * | | Properly catch optimizer/assembly exception in CompilerStack | Alex Beregszaszi | 2018-06-21 | 1 | -9/+10 |
| | | | |||||
* | | | Merge pull request #4306 from ethereum/remove_050_workaround_scoping | chriseth | 2018-06-21 | 4 | -36/+23 |
|\ \ \ | | | | | | | | | [BREAKING] C99 scoping rules by default (remove 050 workaround) | ||||
| * | | | C99 scoping rules by default | Leonardo Alt | 2018-06-20 | 4 | -36/+23 |
| | | | | |||||
* | | | | Merge pull request #4219 from ethereum/functionTypeNamedArguments | Alex Beregszaszi | 2018-06-21 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | Turn named return parameters in function types into an error. | ||||
| * | | | Return parameters in function types may not be named. | Daniel Kirchner | 2018-06-18 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | CompilerStack absolutePath/sanitizePath can be made static | Alex Beregszaszi | 2018-06-20 | 2 | -3/+3 |
| | | | |||||
* | | | Reorder some of the flow in CompilerStack::compileContract for readability | Alex Beregszaszi | 2018-06-20 | 1 | -3/+9 |
| |/ |/| | |||||
* | | Disallow raw callcode (was deprecated in 0.4.12) | Alex Beregszaszi | 2018-06-20 | 1 | -12/+4 |
|/ | |||||
* | Change comments | Alex Beregszaszi | 2018-06-14 | 4 | -6/+6 |
| | |||||
* | JuliaType -> YulType | Alex Beregszaszi | 2018-06-14 | 3 | -11/+11 |
| | |||||
* | Rename internal variable | Alex Beregszaszi | 2018-06-14 | 2 | -7/+7 |
| | |||||
* | Rename JULIA/IULIA to Yul in assembly interface | Alex Beregszaszi | 2018-06-14 | 5 | -22/+22 |
| | |||||
* | Enforce disallowing empty structs | Christian Parpart | 2018-06-14 | 1 | -8/+2 |
| | | | | | | | | This patch enfoces an error when it encounters an empty struct, effectively eliminating the deprecation warning. Also adjust 419_interface_structs to explicitely test for (non-empty) structs, as this behaviour "may" change in the future. | ||||
* | Merge pull request #4272 from ethereum/assert-break-continue | chriseth | 2018-06-13 | 1 | -4/+4 |
|\ | | | | | Fail if break/continue statements are used outside for/while loops in ContractCompiler | ||||
| * | Fail if break/continue statements are used outside for/while loops in ↵ | Alex Beregszaszi | 2018-06-12 | 1 | -4/+4 |
| | | | | | | | | ContractCompiler | ||||
* | | Properly pad data from calldata. | chriseth | 2018-06-13 | 1 | -6/+11 |
| | | |||||
* | | Disallow sha3/suicide aliases | Alex Beregszaszi | 2018-06-13 | 1 | -10/+2 |
| | | |||||
* | | Merge pull request #3627 from ethereum/additional-keywords | Alex Beregszaszi | 2018-06-12 | 1 | -1/+20 |
|\ \ | | | | | | | [BREAKING] Add new reserved keywords. | ||||
| * | | Add new reserved keywords. | Daniel Kirchner | 2018-06-12 | 1 | -1/+20 |
| | | | |||||
* | | | Merge pull request #4277 from ethereum/signedRightShift | Daniel Kirchner | 2018-06-12 | 1 | -2/+7 |
|\ \ \ | | | | | | | | | Signed Right Shift: Additional test and more explanation. | ||||
| * | | | Additional test and more explanation. | Daniel Kirchner | 2018-06-12 | 1 | -2/+7 |
| |/ / | |||||
* | | | Merge pull request #4229 from ethereum/smt_storage_vars_refactor | chriseth | 2018-06-12 | 4 | -68/+65 |
|\ \ \ | |/ / |/| | | Refactoring how storage and local variables are managed. | ||||
| * | | Refactoring Declaration -> VariableDeclaration (more precise) | Leonardo Alt | 2018-06-12 | 4 | -43/+42 |
| | | | |||||
| * | | Review comments | Leonardo Alt | 2018-06-12 | 2 | -10/+8 |
| | | | |||||
| * | | Refactoring how storage and local variables are managed. | Leonardo Alt | 2018-06-12 | 2 | -29/+29 |
| |/ | |||||
* | | Extend explanatory remark and argue using bitwise operations instead of ↵ | Daniel Kirchner | 2018-06-12 | 1 | -6/+14 |
| | | | | | | | | rounding. | ||||
* | | Use proper SAR for signed right shifts and emulate on pre-constantinople. | Daniel Kirchner | 2018-06-12 | 2 | -6/+30 |
|/ | |||||
* | Introduces emit token and removes identifier workaround. | Erik Kundt | 2018-06-12 | 2 | -3/+7 |
| | |||||
* | Use boost::multiprecision::pow explicitly | Alex Beregszaszi | 2018-06-12 | 1 | -10/+7 |
| | |||||
* | Show named argument name in error | Alex Beregszaszi | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4208 from ethereum/extract-name-and-type-tests | chriseth | 2018-06-05 | 1 | -2/+2 |
|\ | | | | | Extract name and type tests | ||||
| * | Fix view/pure error ordering problem. | chriseth | 2018-06-04 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #4213 from ethereum/fixpop | chriseth | 2018-06-04 | 1 | -0/+2 |
|\ \ | | | | | | | Fix bug related to byte array pop. | ||||
| * | | Fix bug related to byte array pop. | chriseth | 2018-05-31 | 1 | -0/+2 |
| |/ | |||||
* / | Remove suicide and sha3 assembly instructions | Jason Cobb | 2018-06-04 | 1 | -5/+0 |
|/ | |||||
* | Merge pull request #4172 from ethereum/trailing_dot | chriseth | 2018-05-31 | 1 | -1/+7 |
|\ | | | | | [BREAKING] Disallow trailing dot not followed by number | ||||
| * | Disallow trailing dots that are not followed by a number | Leonardo Alt | 2018-05-30 | 1 | -1/+7 |
| | | |||||
* | | Merge pull request #3743 from ethereum/popStorageArray | chriseth | 2018-05-31 | 5 | -3/+112 |
|\ \ | |/ |/| | pop() for storage arrays | ||||
| * | Fixes assembly bug and adds tests to cover it. | Erik Kundt | 2018-05-30 | 1 | -5/+4 |
| | | |||||
| * | Adds syntax tests, documentation and changelog entry. | Erik Kundt | 2018-05-30 | 2 | -2/+2 |
| | | | | | | | | Refines comment for array utility function. | ||||
| * | Improves assembly and adds more tests. | Erik Kundt | 2018-05-30 | 4 | -34/+15 |
| | | |||||
| * | Implements pop() for byte arrays. | Erik Kundt | 2018-05-29 | 1 | -10/+65 |
| | | |||||
| * | Implements pop() for value type arrays. | bitshift | 2018-05-29 | 5 | -1/+75 |
| | | |||||
* | | Allow using `calldata` keyword to specify data location | mingchuan | 2018-05-30 | 7 | -19/+65 |
|/ | |||||
* | Merge pull request #4173 from sifmelcara/add/allow-storage-calldata-suffix | chriseth | 2018-05-29 | 2 | -15/+30 |
|\ | | | | | Allow data location suffix for internal elementary type parsing | ||||
| * | Allow data location suffix for internal elementary type parsing | mingchuan | 2018-05-22 | 2 | -15/+30 |
| | | |||||
* | | Merge pull request #4067 from ethereum/050 | chriseth | 2018-05-24 | 4 | -26/+28 |
|\ \ | |/ |/| | [BREAKING] Version 0.5.0 | ||||
| * | Update control flow graph. | Daniel Kirchner | 2018-05-17 | 1 | -5/+4 |
| | | |||||
| * | Fix continue inside do-while. | Daniel Kirchner | 2018-05-17 | 1 | -12/+16 |
| | | |||||
| * | Disallow conversions between bytesX and uintY of different size. | Daniel Kirchner | 2018-05-17 | 1 | -3/+6 |
| | | |||||
| * | Bool variables should not allow arithmetic comparison | Leonardo Alt | 2018-05-17 | 2 | -6/+2 |
| | | |||||
* | | Fix assert message about function visibility | mingchuan | 2018-05-20 | 1 | -2/+2 |
| | | |||||
* | | Avoid "unneccesary parentheses in declaration of" warning with keeping a ↵ | Julius Huelsmann | 2018-05-17 | 1 | -1/+3 |
| | | | | | | | | temporary variable. | ||||
* | | Do not catch exceptions by value in StandardCompiler | Julius Huelsmann | 2018-05-17 | 1 | -2/+2 |
|/ | |||||
* | Split warning for multi arguments for hash functions | Alex Beregszaszi | 2018-05-16 | 1 | -10/+12 |
| | |||||
* | Warn/enforce single bytes argument for certain builtins (hashing functions). | chriseth | 2018-05-16 | 2 | -0/+43 |
| | | | | | In 0.5.0 mode, only accept a single bytes argument for ``.call``, ``keccak256`` and others and do not pad when encoding. | ||||
* | Add assert about source location. | chriseth | 2018-05-16 | 1 | -0/+1 |
| | |||||
* | Parse multi variable declaration statement. | chriseth | 2018-05-16 | 1 | -8/+75 |
| | |||||
* | Merge pull request #4139 from ethereum/abiEncodeIsPure | chriseth | 2018-05-15 | 3 | -3/+10 |
|\ | | | | | 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 | 3 | -3/+10 |
| | | |||||
* | | Merge pull request #3947 from ethereum/smt_storage | chriseth | 2018-05-15 | 3 | -5/+44 |
|\ \ | |/ |/| | [SMTChecker] Support to integer and Bool storage vars | ||||
| * | [SMTChecker] Declaring all state vars before any function is visited | Leonardo Alt | 2018-05-15 | 2 | -2/+15 |
| | | |||||
| * | [SMTChecker] Support to integer and Bool storage vars | Leonardo Alt | 2018-05-15 | 3 | -5/+31 |
| | | |||||
* | | Merge pull request #4062 from ethereum/revert-variable | chriseth | 2018-05-15 | 2 | -1/+4 |
|\ \ | |/ |/| | Fix revert with reason coming from a string variable | ||||
| * | Fix revert with reason coming from a string variable | Alex Beregszaszi | 2018-05-09 | 2 | -1/+4 |
| | | |||||
* | | Add control flow analyzer and test for uninitialized storage returns. | Daniel Kirchner | 2018-05-15 | 3 | -0/+217 |
| | | |||||
* | | Add control flow graph. | Daniel Kirchner | 2018-05-15 | 5 | -0/+806 |
| | | |||||
* | | Fix link error when using boost shared library | mingchuan | 2018-05-11 | 1 | -1/+1 |
| | | |||||
* | | Assert that mandatory fields in the AST are present in AsmAnalysis | Alex Beregszaszi | 2018-05-10 | 1 | -0/+10 |
|/ | |||||
* | Merge pull request #4047 from ethereum/refactorToMulti | Alex Beregszaszi | 2018-05-09 | 2 | -38/+74 |
|\ | | | | | Refactor to allow implementing multi variable declarations. | ||||
| * | Assert integrity of empty IndexAccessPath structure. | chriseth | 2018-05-09 | 2 | -1/+11 |
| | | |||||
| * | Further refactor. | chriseth | 2018-05-09 | 2 | -17/+43 |
| | | |||||
| * | Refactor expression parser. | chriseth | 2018-05-09 | 2 | -21/+21 |
| | | |||||
* | | Use the entire token as source location for parser errors. | Daniel Kirchner | 2018-05-09 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #4054 from ethereum/token-names | chriseth | 2018-05-09 | 4 | -33/+33 |
|\ | | | | | Improve parser error messages | ||||
| * | Have more uniform parser errors | Alex Beregszaszi | 2018-05-04 | 2 | -5/+5 |
| | | |||||
| * | More user friendly output in case of Identifier and Token keywords | Alex Beregszaszi | 2018-05-04 | 1 | -16/+17 |
| | | |||||
| * | Remove code duplication in expectToken | Alex Beregszaszi | 2018-05-04 | 1 | -23/+11 |
| | | |||||
| * | Introduce Token::friendlyName() helper | Alex Beregszaszi | 2018-05-04 | 2 | -5/+16 |
| | | |||||
| * | Display nicer error messages in the parser (display tokens and not internal ↵ | Alex Beregszaszi | 2018-05-04 | 1 | -11/+11 |
| | | | | | | | | names) | ||||
* | | Deprecate wildcard assignments. | chriseth | 2018-05-08 | 1 | -8/+49 |
| | | |||||
* | | fixed grammar in error in CompilerUtils.cpp line 399, 'less variables.' ↵ | njwest | 2018-05-07 | 1 | -3/+3 |
| | | | | | | | | should be 'fewer variables.' | ||||
* | | Merge pull request #4063 from ethereum/emit-non-event | chriseth | 2018-05-04 | 1 | -0/+1 |
|\ \ | |/ |/| | 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/+1 |
| | | |||||
* | | Merge pull request #4059 from ethereum/parser-simplify | chriseth | 2018-05-04 | 4 | -38/+8 |
|\ \ | | | | | | | Simplify the parser expectations | ||||
| * | | Simplify expectIdentifierToken by using expectToken | Alex Beregszaszi | 2018-05-04 | 4 | -23/+6 |
| | | | |||||
| * | | Remove useless helper expectAssignmentOperator in parser | Alex Beregszaszi | 2018-05-04 | 2 | -15/+2 |
| |/ | |||||
* | | Change bytes to unsigned in FixedBytesType | daniel | 2018-05-04 | 3 | -8/+7 |
| | | |||||
* | | Change numBits to unsigned IntegerType | Alex Beregszaszi | 2018-05-03 | 3 | -9/+10 |
| | | |||||
* | | Change totalBits and fractionalDigits to unsigned in FixedPointType | Alex Beregszaszi | 2018-05-03 | 2 | -8/+8 |
|/ | |||||
* | Merge pull request #3797 from ethereum/shift-constantinople | chriseth | 2018-05-02 | 8 | -52/+123 |
|\ | | | | | Use native shift instructions on Constantinople | ||||
| * | Support shifts in gas estimator | Alex Beregszaszi | 2018-05-01 | 1 | -5/+14 |
| | | |||||
| * | Removed signed shift right from the utilities. | chriseth | 2018-05-01 | 6 | -24/+24 |
| | | |||||
| * | Do not use SAR instead of SDIV in shifts because it rounds differently | Alex Beregszaszi | 2018-05-01 | 3 | -7/+10 |
| | | |||||
| * | Use native shift instructions in ABIFunctions on Constantinople | Alex Beregszaszi | 2018-05-01 | 3 | -26/+70 |
| | | |||||
| * | Use native shift instructions on Constantinople | Alex Beregszaszi | 2018-05-01 | 2 | -4/+19 |
| | | |||||
* | | Revert "BREAKING: Bool variables should not allow arithmetic comparison" | chriseth | 2018-05-02 | 2 | -2/+6 |
| | | |||||
* | | Merge pull request #4003 from ethereum/bool_vars_comparison | chriseth | 2018-05-02 | 2 | -6/+2 |
|\ \ | | | | | | | BREAKING: Bool variables should not allow arithmetic comparison | ||||
| * | | Bool variables should not allow arithmetic comparison | Leonardo Alt | 2018-04-27 | 2 | -6/+2 |
| | | | |||||
* | | | Add virtual destructors on base classes. | Alexander Arlt | 2018-05-02 | 5 | -0/+9 |
| |/ |/| | |||||
* | | Merge pull request #3996 from ethereum/refactorParser | chriseth | 2018-05-01 | 2 | -66/+73 |
|\ \ | | | | | | | Refactor parser. | ||||
| * | | Refactor parser. | chriseth | 2018-04-26 | 2 | -66/+73 |
| |/ | |||||
* | | Merge pull request #4018 from ethereum/disable-bytes0 | chriseth | 2018-05-01 | 2 | -13/+4 |
|\ \ | | | | | | | Disable FixedBytesType(0) aka bytes0 | ||||
| * | | Remove unused function smallestTypeForLiteral | Alex Beregszaszi | 2018-04-30 | 2 | -11/+0 |
| | | | |||||
| * | | Disable FixedBytesType(0) aka bytes0 | Alex Beregszaszi | 2018-04-30 | 1 | -2/+4 |
| |/ | |||||
* | | Merge pull request #3958 from meowingtwurtle/fixedPointTypes | chriseth | 2018-04-30 | 2 | -19/+12 |
|\ \ | |/ |/| | Types class changes for fixed points | ||||
| * | Remove category check in FixedPointType:binaryOperatorResult as commonType ↵ | Alex Beregszaszi | 2018-04-21 | 1 | -11/+0 |
| | | | | | | | | handles the same | ||||
| * | Types changes for fixed points | Jason Cobb | 2018-04-21 | 2 | -13/+17 |
| | | |||||
* | | Add virtual destructor in LValue class. | Alexander Arlt | 2018-04-25 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3981 from ethereum/years-suffix | chriseth | 2018-04-24 | 1 | -0/+16 |
|\ \ | | | | | | | The "year" denomination is deprecated | ||||
| * | | The "year" denomination is deprecated | Alex Beregszaszi | 2018-04-23 | 1 | -0/+16 |
| | | | |||||
* | | | Merge pull request #3970 from elopio/test/docstring-tag-end | Alex Beregszaszi | 2018-04-24 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | docstring: add missing space | ||||
| * | | | docstring: add missing space | Leo Arias | 2018-04-24 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #3976 from ethereum/emptyTupleComponent | chriseth | 2018-04-23 | 1 | -0/+13 |
|\ \ \ | |_|/ |/| | | Empty tuple components should not be possible | ||||
| * | | Treats inline array as an error. | Erik Kundt | 2018-04-23 | 1 | -0/+2 |
| | | | |||||
| * | | Turns it into warning (error for 0.5.0) and adds Changelog entry. | Erik Kundt | 2018-04-23 | 1 | -1/+8 |
| | | | |||||
| * | | Prevents null type from being used in tuple. | Erik Kundt | 2018-04-22 | 1 | -0/+4 |
| |/ | |||||
* / | Turn deprecated warnings for sha3/suicide into errors (experimental 0.5.0) | Alex Beregszaszi | 2018-04-21 | 1 | -2/+10 |
|/ | |||||
* | Make literals an error for tight packing (experimental 0.5.0) | Alex Beregszaszi | 2018-04-20 | 1 | -8/+18 |
| | |||||
* | Merge pull request #3943 from ethereum/smt_remove_branch_warning | chriseth | 2018-04-20 | 2 | -10/+10 |
|\ | | | | | [SMTChecker] Remove 'information is erase' message for if-else | ||||
| * | [SMTChecker] Remove 'information is erase' message for if-else | Leonardo Alt | 2018-04-19 | 2 | -10/+10 |
| | | |||||
* | | Merge pull request #3941 from ethereum/bytes-contract | chriseth | 2018-04-19 | 1 | -1/+0 |
|\ \ | | | | | | | Disallow explicit conversion of bytesXX to contract | ||||
| * | | Disallow explicit conversion of bytesXX to contract | Alex Beregszaszi | 2018-04-19 | 1 | -1/+0 |
| |/ | |||||
* / | Improve error message for failed member lookup. | chriseth | 2018-04-19 | 1 | -11/+16 |
|/ | |||||
* | Merge pull request #3923 from ethereum/warnConstructor | Alex Beregszaszi | 2018-04-19 | 1 | -1/+6 |
|\ | | | | | Warn about functions named "constructor". | ||||
| * | Warn about functions named "constructor". | chriseth | 2018-04-19 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #3922 from ethereum/smt_sol_unimplementedassert | Alex Beregszaszi | 2018-04-19 | 1 | -2/+2 |
|\ \ | |/ |/| | [SMTChecker] Using solUnimplementedAssert instead of solAssert | ||||
| * | [SMTChecker] Using solUnimplementedAssert instead of solAssert when applicable | Leonardo Alt | 2018-04-18 | 1 | -2/+2 |
| | | |||||
* | | Fix name clashes between constructor and fallback function. | chriseth | 2018-04-18 | 1 | -47/+45 |
|/ | |||||
* | [SMTChecker] Integration with CVC4 | Leonardo Alt | 2018-04-17 | 7 | -22/+310 |
| | |||||
* | Merge pull request #3868 from ethereum/bytescleanup | chriseth | 2018-04-16 | 2 | -12/+10 |
|\ | | | | | Properly force-clean for shortening bytesXX conversions. | ||||
| * | Remove redundant cleanup for abi.encode. | Alex Beregszaszi | 2018-04-16 | 1 | -2/+1 |
| | | |||||
| * | Properly force-clean for shortening bytesXX conversions. | chriseth | 2018-04-16 | 1 | -10/+9 |
| | | |||||
* | | Merge pull request #3793 from ethereum/rationalNumberLimit | chriseth | 2018-04-16 | 1 | -20/+160 |
|\ \ | |/ |/| | Rational number limit | ||||
| * | Limits rational numbers to 4096 bits. | Erik Kundt | 2018-04-16 | 1 | -20/+160 |
| | | |||||
* | | Merge pull request #3880 from ethereum/addressMemberDocAndWarn | chriseth | 2018-04-16 | 1 | -1/+2 |
|\ \ | | | | | | | Improve documentation and warning about accessing contract members in… | ||||
| * | | Improve documentation and warning about accessing contract members inherited ↵ | Daniel Kirchner | 2018-04-14 | 1 | -1/+2 |
| |/ | | | | | | | from address. | ||||
* | | Merge pull request #3875 from ethereum/constructorSelfRef | chriseth | 2018-04-14 | 1 | -4/+26 |
|\ \ | |/ |/| | Stricter check for "this" in constructor. | ||||
| * | Stricter check for member access to "this" in constructor. | Daniel Kirchner | 2018-04-13 | 1 | -4/+26 |
| | | |||||
* | | Uses short string representation of TypePointer | Erik Kundt | 2018-04-13 | 2 | -9/+9 |
| | | |||||
* | | Merge pull request #3364 from ethereum/revertWithReason | chriseth | 2018-04-13 | 12 | -27/+107 |
|\ \ | | | | | | | Revert with reason | ||||
| * | | Use error signature for revert data. | chriseth | 2018-04-12 | 3 | -20/+24 |
| | | | |||||
| * | | Only forward returndata if EVM version supports it. | chriseth | 2018-04-12 | 2 | -1/+3 |
| | | | |||||
| * | | Bubble up error messages. | chriseth | 2018-04-12 | 5 | -11/+26 |
| | | | |||||
| * | | Allow error string for ``require``. | chriseth | 2018-04-12 | 2 | -0/+27 |
| | | | |||||
| * | | Code generator for revert with reason string. | chriseth | 2018-04-12 | 1 | -1/+18 |
| | | | |||||
| * | | Register overload for ``revert()`` that can receive a reason string. | chriseth | 2018-04-12 | 2 | -1/+4 |
| | | | |||||
| * | | Allow function overloads involving MagicVariableDeclarations. | chriseth | 2018-04-12 | 4 | -7/+18 |
| | | | |||||
| * | | Use FunctionTypePointer (adds ``const``). | chriseth | 2018-04-12 | 2 | -7/+8 |
| |/ | |||||
* | | Merge pull request #2980 from ethereum/abi-api | chriseth | 2018-04-13 | 6 | -14/+195 |
|\ \ | | | | | | | Add abi.encode and abi.encodePacked | ||||
| * | | Allow struct encoding with new encoder. | chriseth | 2018-04-12 | 1 | -7/+18 |
| | | | |||||
| * | | Check partial function parameters if rest is arbitrary. | chriseth | 2018-04-12 | 1 | -3/+14 |
| | | | |||||
| * | | Add abi.encode, abi.encodePacked, abi.encodeWithSelector and ↵ | Alex Beregszaszi | 2018-04-12 | 5 | -4/+163 |
| | | | | | | | | | | | | abi.encodeWithSignature. | ||||
* | | | Fix internal compiler error when parsing ``var`` declaration without identifier. | Daniel Kirchner | 2018-04-12 | 1 | -2/+4 |
| |/ |/| | |||||
* | | Merge pull request #3848 from ethereum/constantDivisionByZero | chriseth | 2018-04-12 | 3 | -0/+47 |
|\ \ | |/ |/| | Error on invalid arithmetic with constant expressions. | ||||
| * | Error on invalid arithmetic with constant expressions. | Daniel Kirchner | 2018-04-12 | 3 | -0/+47 |
| | | |||||
* | | Properly cope with constructor headers. | chriseth | 2018-04-12 | 1 | -3/+6 |
| | | |||||
* | | Warn if modifiers are applied to functions without implementation. | chriseth | 2018-04-12 | 2 | -4/+11 |
| | | |||||
* | | Fix state variable parsing. | chriseth | 2018-04-12 | 1 | -0/+8 |
| | | |||||
* | | Merge pull request #3863 from ethereum/fixGasEstimation | chriseth | 2018-04-12 | 1 | -1/+8 |
|\ \ | |/ |/| | Correctly ignore costs of fallback for other functions. | ||||
| * | Correctly ignore costs of fallback for other functions. | chriseth | 2018-04-12 | 1 | -1/+8 |
| | | |||||
* | | Fix ConstantEvaluator to correctly handle single element tuples. | Daniel Kirchner | 2018-04-12 | 2 | -0/+7 |
|/ | |||||
* | Merge pull request #3309 from ethereum/limit-errors | chriseth | 2018-04-11 | 4 | -78/+123 |
|\ | | | | | Limit the number of errors output in a single run to 256 | ||||
| * | Do not abort excessive warnings, just ignore them. | Alex Beregszaszi | 2018-04-06 | 2 | -15/+38 |
| | | |||||
| * | Ignore warnings when limited errors to 256 | Alex Beregszaszi | 2018-04-06 | 1 | -3/+10 |
| | | |||||
| * | reindent | Alex Beregszaszi | 2018-04-06 | 1 | -70/+69 |
| | | |||||
| * | Catch FatalError in CompilerStack::analysis to cover all the analysis tests | Alex Beregszaszi | 2018-04-06 | 2 | -11/+11 |
| | | |||||
| * | Limit the number of errors output in a single run to 256 | Alex Beregszaszi | 2018-04-06 | 2 | -0/+16 |
| | | |||||
* | | Fix bug in typechecking when comparing rational literals | Jason Cobb | 2018-04-11 | 1 | -3/+3 |
| | | |||||
* | | Error when using no parentheses in modifier-style constructor calls. | Daniel Kirchner | 2018-04-10 | 6 | -18/+45 |
| | | |||||
* | | Merge pull request #3821 from ethereum/warn-constructor-override | chriseth | 2018-04-10 | 5 | -50/+91 |
|\ \ | | | | | | | Warn constructor override | ||||
| * | | Use the most derived contract as main location in case of diamond inheritance. | Daniel Kirchner | 2018-04-09 | 1 | -3/+18 |
| | | | |||||
| * | | Move constructor argument override check to TypeChecker and reuse ↵ | Daniel Kirchner | 2018-04-09 | 7 | -93/+76 |
| | | | | | | | | | | | | annotations in ContractCompiler. | ||||
| * | | Allow duplicated constructor calls, if no arguments; support for multiple ↵ | Daniel Kirchner | 2018-04-09 | 1 | -20/+30 |
| | | | | | | | | | | | | | | | | | | inheritance; backwards compatibility. # tmp | ||||
| * | | Error on duplicated super constructor calls | Federico Bond | 2018-04-09 | 2 | -0/+33 |
| | | | |||||
* | | | Fixed typos | hydai | 2018-04-10 | 1 | -6/+6 |
|/ / | |||||
* / | Static Analyzer: Fix non-deterministic order of unused variable warnings. | Daniel Kirchner | 2018-04-07 | 2 | -8/+10 |
|/ | |||||
* | Merge pull request #3831 from ethereum/memory-suffix | chriseth | 2018-04-05 | 3 | -3/+15 |
|\ | | | | | Allow ``memory`` suffix for internal elementary type parsing. | ||||
| * | Allow ``memory`` suffix for internal elementary type parsing. | chriseth | 2018-04-05 | 3 | -3/+15 |
| | | |||||
* | | Merge pull request #3829 from ethereum/smt_remove_uf | chriseth | 2018-04-05 | 6 | -10/+20 |
|\ \ | |/ |/| | [SMTChecker] Remove usage of UFs to access SSA vars | ||||
| * | [SMTChecker] Removing usage of UFs to access SSA indices | Leonardo Alt | 2018-04-05 | 6 | -10/+20 |
| | | |||||
* | | Merge pull request #3824 from ethereum/baseArgumentsEmptyParenthesis | Daniel Kirchner | 2018-04-05 | 6 | -35/+56 |
|\ \ | |/ |/| | 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 | 6 | -35/+56 |
| | | | | | | | | arguments. | ||||
* | | Merge pull request #3745 from ethereum/fixRecursion | Alex Beregszaszi | 2018-04-05 | 3 | -30/+28 |
|\ \ | | | | | | | Fix invalid recursion errors for structs | ||||
| * | | Generalize cycle detection. | chriseth | 2018-04-03 | 3 | -35/+28 |
| | | | |||||
| * | | Fix detection of recursive structs. | chriseth | 2018-04-03 | 1 | -0/+5 |
| | | | |||||
* | | | More specific push implementation. | chriseth | 2018-04-04 | 3 | -13/+71 |
| | | | |||||
* | | | Create empty dynamic memory arrays more efficiently. | chriseth | 2018-04-04 | 2 | -8/+29 |
| |/ |/| | |||||
* | | Set isConstructor to false unconditionally and update to true later for ↵ | Daniel Kirchner | 2018-04-04 | 1 | -6/+4 |
| | | | | | | | | constructors. | ||||
* | | Set header.isConstructor for old style constructors in parseFunctionHeader ↵ | Daniel Kirchner | 2018-04-04 | 2 | -6/+16 |
| | | | | | | | | as well. | ||||
* | | Constructors are defined using the ``constructor`` keyword. | Daniel Kirchner | 2018-04-04 | 4 | -8/+39 |
| | | |||||
* | | Merge pull request #3693 from ethereum/optimizeMLOAD | Alex Beregszaszi | 2018-04-03 | 3 | -25/+45 |
|\ \ | |/ |/| | Optimize across MLOAD if MSIZE is not used. | ||||
| * | Optimize across MLOAD if MSIZE is not used. | chriseth | 2018-04-03 | 3 | -25/+45 |
| | | |||||
* | | Merge pull request #3699 from ethereum/interfaceExternalVisibility | Alex Beregszaszi | 2018-04-03 | 2 | -12/+13 |
|\ \ | | | | | | | Defaults to external visibility for interfaces. | ||||
| * | | Makes visibility warning more concise. | Erik Kundt | 2018-04-03 | 1 | -2/+4 |
| | | | |||||
| * | | Defaults to external visibility for interfaces. | bitshift | 2018-04-03 | 2 | -12/+11 |
| | | | |||||
* | | | Fix: Treat empty base constructor argument list as not provided. | chriseth | 2018-04-03 | 1 | -3/+5 |
| |/ |/| | |||||
* | | Set default fixed point decimal places to 18 | Jason Cobb | 2018-03-31 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #3790 from ethereum/empty-structs | chriseth | 2018-03-30 | 2 | -0/+16 |
|\ \ | | | | | | | Disallow empty structs | ||||
| * | | Still allow empty structs for non-0.5.0 mode | Alex Beregszaszi | 2018-03-27 | 1 | -1/+8 |
| | | | |||||
| * | | Disallow empty structs | Alex Beregszaszi | 2018-03-27 | 2 | -0/+9 |
| | | | |||||
* | | | Prevent encoding of weird types and support packed encoding of external ↵ | chriseth | 2018-03-29 | 4 | -4/+21 |
| |/ |/| | | | | | function types. | ||||
* | | Merge pull request #3775 from federicobond/improve-error-fractional-shift | chriseth | 2018-03-28 | 1 | -1/+1 |
|\ \ | |/ |/| | 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 | -1/+1 |
| | | |||||
* | | Merge pull request #3681 from ethereum/interface-external | chriseth | 2018-03-27 | 3 | -0/+18 |
|\ \ | | | | | | | Allow overriding external functions in interfaces with public in a child | ||||
| * | | Introduce inContractKind helper on FunctionDefinition | Alex Beregszaszi | 2018-03-26 | 3 | -11/+14 |
| | | | |||||
| * | | Allow overriding external functions in interfaces with public in an ↵ | Alex Beregszaszi | 2018-03-26 | 1 | -0/+15 |
| |/ | | | | | | | implementing contract | ||||
* | | Merge pull request #3686 from ethereum/doNotIncludeItnernal | chriseth | 2018-03-27 | 3 | -6/+28 |
|\ \ | | | | | | | Do not include internal functions only used by constructor | ||||
| * | | Add runtimeOnly option to pushCombinedFunctionEntryLabel | Alex Beregszaszi | 2018-03-27 | 3 | -8/+8 |
| | | | |||||
| * | | Use shortcut for internal function calls to avoid runtime reference. | chriseth | 2018-03-27 | 1 | -1/+23 |
| |/ | |||||
* | | Changes deprecation and adjusts tests. | bitshift | 2018-03-27 | 2 | -20/+24 |
| | | |||||
* | | Moves blockhash function to global level. | bitshift | 2018-03-27 | 2 | -9/+21 |
|/ | |||||
* | Decode dynamic data. | chriseth | 2018-03-21 | 4 | -18/+48 |
| | |||||
* | Move dynamic type removal out of the type system. | chriseth | 2018-03-21 | 4 | -18/+37 |
| | |||||
* | Simple size check for old ABI decoder. | chriseth | 2018-03-21 | 3 | -32/+97 |
| | |||||
* | Move the old ABI decoder code. | chriseth | 2018-03-20 | 4 | -105/+106 |
| | |||||
* | Merge branch 'develop' into externalFunctionsInLibraries | chriseth | 2018-03-15 | 5 | -12/+22 |
|\ | |||||
| * | Merge pull request #3725 from ethereum/blockhashNoCall | chriseth | 2018-03-15 | 1 | -0/+3 |
| |\ | | | | | | | Allow ``block.blockhash`` without it being called. | ||||
| | * | Allow ``block.blockhash`` without being called. | chriseth | 2018-03-14 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #3722 from ethereum/fixMods | Alex Beregszaszi | 2018-03-15 | 3 | -5/+16 |
| |\ \ | | | | | | | | | Fix modifier lookup in libraries. | ||||
| | * | | Bugfix in virtual lookup for modifiers in libraries. | chriseth | 2018-03-13 | 3 | -5/+16 |
| | |/ | |||||
| * / | DocStringParser: Fix error message for empty parameter description. | Daniel Kirchner | 2018-03-14 | 1 | -7/+3 |
| |/ | |||||
* / | Make external library functions accessible. | chriseth | 2018-03-14 | 2 | -2/+3 |
|/ | |||||
* | [SMTChecker_Bool] Fix PR review comments: method renaming and solAssert | Leonardo Alt | 2018-03-13 | 3 | -16/+17 |
| | |||||
* | [SMTChecker_Bool] Fix PR comments; Add support to gt, ge, lt, le. and tests. | Leonardo Alt | 2018-03-13 | 10 | -41/+85 |
| |