Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renaming namespace dev::julia to dev::yul. | Christian Parpart | 2018-10-15 | 9 | -27/+27 |
| | |||||
* | Renaming libjulia to libyul | Christian Parpart | 2018-10-15 | 4 | -8/+8 |
| | |||||
* | Fixes invalid function calls to literals inside tuple assignment's LHS. | Christian Parpart | 2018-10-15 | 1 | -2/+6 |
| | |||||
* | Merge pull request #5195 from ethereum/unsigned-array-index | chriseth | 2018-10-11 | 2 | -3/+6 |
|\ | | | | | Do not crash on non-unsigned array index | ||||
| * | Fixes crash on non-unsigned array index. | Erik Kundt | 2018-10-11 | 2 | -3/+6 |
| | | |||||
* | | Improved error message for lookup in function types. | Martin Diz | 2018-10-10 | 1 | -2/+19 |
| | | |||||
* | | Merge pull request #5132 from ethereum/genericVisitor | chriseth | 2018-10-10 | 1 | -25/+2 |
|\ \ | |/ |/| | Generic visitor. | ||||
| * | Generic visitor. | chriseth | 2018-10-09 | 1 | -25/+2 |
| | | |||||
* | | Merge pull request #5180 from ethereum/cpp-cleanup | chriseth | 2018-10-10 | 8 | -10/+10 |
|\ \ | | | | | | | Some C++ cleanup | ||||
| * | | Do not require ctype/stdio if not needed | Alex Beregszaszi | 2018-10-10 | 2 | -2/+2 |
| | | | |||||
| * | | Change find to use a single character | Alex Beregszaszi | 2018-10-10 | 1 | -1/+1 |
| | | | |||||
| * | | Use empty() instead of size() == 0 | Alex Beregszaszi | 2018-10-09 | 7 | -7/+7 |
| | | | |||||
* | | | Fixes large rational number literals being wrongly interpreted. | Christian Parpart | 2018-10-09 | 1 | -9/+3 |
| |/ |/| | | | | | Fixes #5052. | ||||
* | | Merge pull request #5124 from lazaridiscom/1802-hex-error-reporting | chriseth | 2018-10-09 | 3 | -3/+8 |
|\ \ | | | | | | | use Token type for hex error, draft re #1802 | ||||
| * | | provide general hex-literal error message, fixes #1802 | Lazaridis | 2018-10-09 | 3 | -3/+8 |
| |/ | | | | | | | dummy | ||||
* / | Fix pragma error suggestion. | chriseth | 2018-10-09 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4734 from ethereum/astUpdate | chriseth | 2018-10-09 | 1 | -1/+3 |
|\ | | | | | JSON AST: replace ``isConstructor`` by ``kind`` which also supports fallbacks | ||||
| * | Restore ``isConstructor`` in the legacy AST. | Daniel Kirchner | 2018-09-11 | 1 | -0/+2 |
| | | |||||
| * | Replace ``isConstructor`` field in the JSON AST by a ``kind`` field. | Daniel Kirchner | 2018-09-11 | 1 | -1/+1 |
| | | |||||
* | | Fix typos. | chriseth | 2018-10-04 | 3 | -6/+6 |
| | | |||||
* | | Fixes #5051 (introduced in #4684), effectively allowing underscores in ↵ | Christian Parpart | 2018-10-02 | 4 | -6/+13 |
| | | | | | | | | address literals. | ||||
* | | Merge pull request #4962 from anurag-git/anurag_issue_3667-1 | chriseth | 2018-10-01 | 8 | -30/+5 |
|\ \ | | | | | | | Removed default case from "ExpressionCompiler::visit(FunctionCall...)". | ||||
| * | | Removing extra default cases to force compile time error, instead of runtime. | Anurag Dashputre | 2018-09-30 | 7 | -28/+5 |
| | | | |||||
| * | | Removed default case from "ExpressionCompiler::visit(FunctionCall...)". | Anurag Dashputre | 2018-09-13 | 1 | -2/+0 |
| | | | |||||
* | | | Merge pull request #5113 from ethereum/compilerstack-datagas | chriseth | 2018-10-01 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | Use GasEstimator::dataGas in CompilerStack | ||||
| * | | | Use GasEstimator::dataGas in CompilerStack | Alex Beregszaszi | 2018-09-28 | 1 | -2/+1 |
| | | | | |||||
* | | | | Merge pull request #4676 from jwasinger/extcodehash | Alex Beregszaszi | 2018-09-28 | 1 | -1/+11 |
|\ \ \ \ | |/ / / |/| | | | Add support for EXTCODEHASH | ||||
| * | | | Add assembly support for EXTCODEHASH (EIP-1052) | Jared Wasinger | 2018-09-26 | 1 | -1/+11 |
| | | | | |||||
* | | | | Merge pull request #5099 from ethereum/standard-json-optimiser | chriseth | 2018-09-27 | 1 | -4/+19 |
|\ \ \ \ | |/ / / |/| | | | Be more strict about values in the optimizer block in StandardJSON | ||||
| * | | | Be more strict about values in the optimizer block in StandardJSON | Alex Beregszaszi | 2018-09-26 | 1 | -4/+19 |
| | | | | |||||
* | | | | Add PathGasMeter.estimateMax helper | Alex Beregszaszi | 2018-09-26 | 1 | -3/+2 |
|/ / / | |||||
* | | | Merge pull request #5061 from ethereum/fixedSizeArrayLength | chriseth | 2018-09-26 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Disallow fixed-size arrays with zero length | ||||
| * | | | Removes unnecessary check of array type. | Erik Kundt | 2018-09-26 | 1 | -3/+1 |
| | | | | |||||
| * | | | Simplifies zero-length check for fixed-size arrays. | Erik Kundt | 2018-09-22 | 1 | -3/+3 |
| | | | | |||||
| * | | | Moves length check to reference resolver. | Erik Kundt | 2018-09-22 | 2 | -5/+4 |
| | | | | |||||
| * | | | Disallows fixed-size multidim. arrays with zero-length. | Erik Kundt | 2018-09-22 | 1 | -0/+5 |
| | | | | |||||
* | | | | Merge pull request #5092 from ethereum/create2-evmversion | chriseth | 2018-09-26 | 2 | -12/+6 |
|\ \ \ \ | | | | | | | | | | | CREATE2 is part of Constantinople now | ||||
| * | | | | CREATE2 is part of Constantinople now | Alex Beregszaszi | 2018-09-26 | 2 | -12/+6 |
| | | | | | | | | | | | | | | | | | | | | Also add hasCreate2 to EVMVersion | ||||
* | | | | | Use better assertion messages for RationalNumberType::literalValue | Alex Beregszaszi | 2018-09-26 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Removed extra whitespace. | Nicolás Venturo | 2018-09-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #5063 from ethereum/standard-json-bug | chriseth | 2018-09-24 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Fix typo in parsing/writing JSON error in StandardCompiler | ||||
| * | | | | Fix typo in parsing/writing JSON error in StandardCompiler | Alex Beregszaszi | 2018-09-22 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #5041 from liangdzou/fix_typo_in_doc | chriseth | 2018-09-24 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | fix typo in docs and comments | ||||
| * | | | | | fix typo | liangdzou | 2018-09-21 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Use 'switch' instead of 'if..else if' | Khan M Rashedun-Naby | 2018-09-24 | 1 | -17/+22 |
| | | | | | | |||||
* | | | | | | Merge pull request #5050 from ethereum/standard-json-crashes | Alex Beregszaszi | 2018-09-21 | 1 | -2/+10 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Add proper error reporting when invalid settings are provided in StandardJSON | ||||
| * | | | | | Add proper error reporting when invalid settings are provided in StandardJSON | Alex Beregszaszi | 2018-09-21 | 1 | -2/+10 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #5049 from ethereum/structtype-assert-annotation | Alex Beregszaszi | 2018-09-21 | 1 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Add assertion for annotated type in Structtype::canBeUsedExternally | ||||
| * | | | | | Add assertion for annotated type in Structtype::canBeUsedExternally | Alex Beregszaszi | 2018-09-21 | 1 | -0/+3 |
| |/ / / / | |||||
* | | | | | Merge pull request #5030 from ethereum/payableConversion | chriseth | 2018-09-21 | 2 | -5/+3 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Make non-payable default for conversion to address. | ||||
| * | | | | Make non-payable default for conversion to address. | chriseth | 2018-09-20 | 2 | -5/+3 |
| |/ / / | |||||
* | | | | fix typo | liangdzou | 2018-09-20 | 4 | -6/+6 |
| | | | | |||||
* | | | | Disallow uppercase X in hex number literals | hydai | 2018-09-19 | 1 | -2/+2 |
|/ / / | |||||
* | | | fix code format problems | liangdzou | 2018-09-19 | 2 | -2/+4 |
| | | | |||||
* | | | fix some format typos | liangdzou | 2018-09-17 | 1 | -1/+1 |
| | | | |||||
* | | | Do not set to ref for explicit conversion and add assertion for array | liangdzou | 2018-09-14 | 1 | -2/+17 |
| | | | | | | | | | | | | type conversion. Also, add some test cases for #4901 and #4948. | ||||
* | | | fixing rebase conflicts | Jordan Last | 2018-09-14 | 3 | -8/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add ElementaryTypes::BytesMemory and ElementaryTypes::StringMemory fix rebase conflicts fixing rebase conflicts use make_shared instead of new fix tabs and StateMutability parameter create address and addressType functions, fix spaces in comment fix typo and switch nonpayable to payable fix spaces fix comment again | ||||
* | | | Merge pull request #4911 from ethereum/addressPayable | Daniel Kirchner | 2018-09-13 | 8 | -39/+154 |
|\ \ \ | |/ / |/| | | Payable and non-payable address type. | ||||
| * | | Add ``stateMutability`` field to JSON AST for ``address`` types. | Daniel Kirchner | 2018-09-13 | 1 | -2/+7 |
| | | | |||||
| * | | Add payable and non-payable state mutability to AddressType. | Daniel Kirchner | 2018-09-13 | 7 | -37/+147 |
| | | | |||||
* | | | give more information (at most 35 chars before and after) for too long lines | liangdzou | 2018-09-13 | 1 | -2/+8 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add tests for giving more informations for too long lines add edge tests for giving more informations for too long lines avoid printing out tailing white space update test case after avoiding printing out trailing whitespace update test case for removing the pre-release warning from reference refactor the code to if-else flavor rename folder to cmdlineErrorReports under test rename folder to cmdlineErrorReports under test ignore whitespace for reference files avoiding to modify the file stderr_path by call sed without -i option print ' ...' instead of ' ... ' at the end of a line | ||||
* / | Accept ``address payable`` during parsing. | Daniel Kirchner | 2018-09-11 | 4 | -11/+59 |
|/ | |||||
* | Always perform cleanup for EXP. | chriseth | 2018-09-10 | 1 | -1/+3 |
| | |||||
* | This fixes several bugs with regards to line breaks and comments: | chriseth | 2018-09-06 | 2 | -28/+58 |
| | | | | | | | | | | | - any unicode line break (line feed, vertical tab, form feed, carriage return, NEL, LS and PS) is considered to terminate a single-line comment. The line break itself is considered to be the next token after the comment, leading to a parser error if it is not an ascii character (i.e. for NEL, LS and PS). - unterminated multiline comments are considered illegal tokens - '/** /' is considered an unterminated multiline comment (previously, whitespace was allowed before the last '/' | ||||
* | Refactor handling of whitespace. | chriseth | 2018-09-06 | 1 | -5/+0 |
| | |||||
* | More consistently use parse*() functions without argument in the parser. | Daniel Kirchner | 2018-09-06 | 2 | -46/+64 |
| | |||||
* | Merge pull request #4872 from bakaoh/issue4716 | chriseth | 2018-09-06 | 1 | -4/+5 |
|\ | | | | | Crash when array index value is too large | ||||
| * | Fix #4716: Crash when array index value is too large | bakaoh | 2018-09-05 | 1 | -4/+5 |
| | | |||||
* | | Split IntegerType into IntegerType and AddressType. | Daniel Kirchner | 2018-09-05 | 10 | -100/+171 |
| | | |||||
* | | Merge pull request #4590 from ethereum/msgValueModifier | chriseth | 2018-09-05 | 5 | -65/+102 |
|\ \ | | | | | | | Warn if modifier uses msg.value in non-payable function | ||||
| * | | Turn warning into error. | chriseth | 2018-09-04 | 1 | -5/+7 |
| | | | |||||
| * | | Warns if modifier uses msg.value in non-payable function. | Erik Kundt | 2018-09-04 | 5 | -65/+100 |
| | | | |||||
* | | | Merge pull request #4895 from ethereum/abidecodesingle | chriseth | 2018-09-05 | 3 | -21/+25 |
|\ \ \ | | | | | | | | | Fix abi.decode returning single value. | ||||
| * | | | Fix abi.decode returning single value. | chriseth | 2018-09-05 | 3 | -21/+25 |
| | | | | |||||
* | | | | Merge pull request #4866 from bakaoh/issue4743 | chriseth | 2018-09-05 | 1 | -4/+5 |
|\ \ \ \ | | | | | | | | | | | Fix#4743: Incorrect source location for nameless parameters | ||||
| * | | | | Fix#4743: Incorrect source location for nameless parameters | bakaoh | 2018-08-28 | 1 | -4/+5 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #4897 from ethereum/trailingWhitespaceDetection | chriseth | 2018-09-05 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | Trailing whitespace detection script and circleci job. | ||||
| * | | | Remove trailing whitespace. | Daniel Kirchner | 2018-09-04 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #4888 from ↵ | chriseth | 2018-09-04 | 2 | -2/+25 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | ethereum/disallow_single_statement_vardecl_if_while_for Disallow single statement var decl in if/while/for without blocks | ||||
| * | | | Review suggestions | Leonardo Alt | 2018-09-04 | 2 | -11/+11 |
| | | | | |||||
| * | | | Changed error message and added tests | Leonardo Alt | 2018-09-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Disallow single statement var decl in if/while/for without blocks | Leonardo Alt | 2018-09-04 | 2 | -2/+25 |
| | | | | |||||
* | | | | Add return data to bare calls. | Daniel Kirchner | 2018-09-04 | 2 | -27/+57 |
| | | | | |||||
* | | | | Remove trailing whitespace for all files in the repository. | Daniel Kirchner | 2018-09-04 | 2 | -8/+8 |
| | | | | |||||
* | | | | Merge pull request #4837 from chase1745/default-to-unspecified | chriseth | 2018-09-04 | 6 | -12/+12 |
|\ \ \ \ | |_|_|/ |/| | | | Rename `Location::Default` to `Location::Unspecified` | ||||
| * | | | Rename Location::Default to Location::Unspecified. | Chase McDermott | 2018-08-18 | 6 | -12/+12 |
| | |/ | |/| | |||||
* | | | Merge pull request #4851 from anurag-git/anurag_issue_4824 | chriseth | 2018-09-03 | 3 | -9/+3 |
|\ \ \ | |_|/ |/| | | Removed unused "FunctionType::Kind::CallCode" | ||||
| * | | Removed unused "FunctionType::Kind::CallCode" from Types.h and all its usage | Anurag Dashputre | 2018-08-23 | 3 | -9/+3 |
| |/ | |||||
* | | Merge branch 'develop' into anurag_issue_3667 | Anurag Dashputre | 2018-08-23 | 20 | -287/+689 |
|\| | |||||
| * | Merge pull request #4629 from ethereum/mapping_dynamic_key | chriseth | 2018-08-16 | 1 | -1/+15 |
| |\ | | | | | | | Dynamic type as mapping key returns error instead of assertion fail | ||||
| | * | Dynamic type as mapping key returns error instead of assertion fail | Leonardo Alt | 2018-08-16 | 1 | -1/+15 |
| | | | |||||
| * | | Merge pull request #4825 from ethereum/expressionCompBareCall | chriseth | 2018-08-16 | 2 | -5/+16 |
| |\ \ | | | | | | | | | More safeguards for (library) function types. | ||||
| | * | | More safeguards for (library) function types. | chriseth | 2018-08-15 | 2 | -5/+16 |
| | | | | |||||
| * | | | fix a typo: declaratoion => declaration | liangdzou | 2018-08-16 | 1 | -1/+1 |
| | |/ | |/| | |||||
| * | | Merge pull request #4822 from ethereum/addressStaticCall | chriseth | 2018-08-16 | 4 | -8/+27 |
| |\ \ | | | | | | | | | Add ``staticcall`` to ``address``. | ||||
| | * | | Add ``staticcall`` to ``address``. | Daniel Kirchner | 2018-08-15 | 4 | -8/+27 |
| | |/ | |||||
| * | | Review suggestions | Leonardo Alt | 2018-08-15 | 1 | -3/+3 |
| | | | |||||
| * | | Disallow indexed reference types in events when using ABIEncoderV2 | Leonardo Alt | 2018-08-15 | 1 | -0/+10 |
| |/ | |||||
| * | Merge pull request #4390 from ethereum/abidecode | chriseth | 2018-08-15 | 6 | -6/+115 |
| |\ | | | | | | | Add abi.decode | ||||
| | * | Add abi.decode(bytes data, (...)) | chriseth | 2018-08-15 | 6 | -6/+115 |
| | | | |||||
| * | | Fixes #4718: High CPU usage when using large variable names | bakaoh | 2018-08-15 | 1 | -2/+5 |
| |/ | |||||
| * | Merge pull request #4738 from ethereum/dataloc_merged | chriseth | 2018-08-15 | 6 | -131/+220 |
| |\ | | | | | | | Enforce data location. | ||||
| | * | Refactor data location check. | Chase McDermott | 2018-08-15 | 6 | -131/+220 |
| | | | |||||
| * | | Merge pull request #4542 from aarlt/constructor_natspec | chriseth | 2018-08-15 | 4 | -27/+91 |
| |\ \ | | |/ | |/| | Fix: natspec annotations on constructors | ||||
| | * | Fix: natspec annotations on constructors | Alexander Arlt | 2018-08-09 | 4 | -27/+91 |
| | | | | | | | | | | | | - natspec annotations on constructore where ignored. | ||||
| * | | Merge pull request #4765 from ethereum/fixes-issue-4673 | chriseth | 2018-08-14 | 2 | -2/+4 |
| |\ \ | | | | | | | | | [WIP] Fixes issue where computing storage size for a number would take too long (or even cause a crash). | ||||
| | * | | Fixes issue where computing storage size for a number would take too long. | Christian Parpart | 2018-08-14 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | Fixes #4673. | ||||
| * | | | Add implicit convertibility to function pointer with higher state mutability | Jesse Busman | 2018-08-14 | 2 | -21/+65 |
| | | | | |||||
| * | | | Merge pull request #4782 from ethereum/encodePackedArrayOfStructs | chriseth | 2018-08-14 | 1 | -10/+10 |
| |\ \ \ | | | | | | | | | | | Encode packed array of structs | ||||
| | * | | | Disallow packed encoding of arrays of structs. | chriseth | 2018-08-10 | 1 | -10/+10 |
| | |/ / | |||||
| * | | | Adds support for structs in interfaces. | Christian Parpart | 2018-08-14 | 2 | -4/+9 |
| | | | | | | | | | | | | | | | | Closes #4733. | ||||
| * | | | Merge pull request #4777 from ethereum/typeConversionMemory | chriseth | 2018-08-14 | 1 | -3/+6 |
| |\ \ \ | | | | | | | | | | | Defaul data location for type conversions is memory. | ||||
| | * | | | Defaul data location for type conversions is memory. | chriseth | 2018-08-13 | 1 | -3/+6 |
| | | | | | |||||
| * | | | | Merge pull request #4798 from ethereum/mappingArgumentsAndReturns | chriseth | 2018-08-13 | 2 | -2/+8 |
| |\ \ \ \ | | | | | | | | | | | | | Mapping arguments and returns | ||||
| | * | | | | Allow mappings of arrays as arguments and return values of internal functions. | Daniel Kirchner | 2018-08-13 | 1 | -4/+1 |
| | | | | | | |||||
| | * | | | | Consider mappings return values in control flow analysis. | Daniel Kirchner | 2018-08-13 | 1 | -1/+4 |
| | | | | | | |||||
| | * | | | | Allow mapping arguments and return values in all internal functions. | Daniel Kirchner | 2018-08-13 | 1 | -1/+0 |
| | | | | | | |||||
| | * | | | | Allow mapping arguments and return values in internal library functions. | Daniel Kirchner | 2018-08-13 | 1 | -1/+8 |
| | |/ / / | |||||
| * | | | | Merge pull request #4696 from ethereum/byteLiteralConversion | chriseth | 2018-08-13 | 3 | -40/+46 |
| |\ \ \ \ | | |/ / / | |/| | | | Disallow ambiguous implicit and explicit conversions from number literals to bytesXX | ||||
| | * | | | Disallow ambiguous conversions between number literals and bytesXX types. | Daniel Kirchner | 2018-08-13 | 3 | -40/+46 |
| | |/ / | |||||
| * / / | Disallow remappings with empty prefix. | Daniel Kirchner | 2018-08-11 | 3 | -25/+42 |
| |/ / | |||||
* | | | Removed the default cases related to assertion to detect the problem at ↵ | Anurag Dashputre | 2018-08-23 | 1 | -6/+0 |
| | | | | | | | | | | | | compile-time instead of run-time | ||||
* | | | Default case removed to detect errors at comoile time rather than run time | Anurag Dashputre | 2018-08-17 | 1 | -1/+0 |
|/ / | |||||
* | | Merge pull request #4790 from ethereum/fixCalldata | chriseth | 2018-08-10 | 1 | -1/+1 |
|\ \ | | | | | | | Fix data location of external reference parameters. | ||||
| * | | Fix data location of external reference parameters. | chriseth | 2018-08-09 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #4767 from ethereum/cvc4Build | Daniel Kirchner | 2018-08-09 | 2 | -12/+16 |
|\ \ \ | |/ / |/| | | Add workarounds for building against CVC4 on ArchLinux. | ||||
| * | | Do not force GMP to be present as dependency of CVC4, but also allow CLN ↵ | Daniel Kirchner | 2018-08-09 | 1 | -11/+4 |
| | | | | | | | | | | | | instead. | ||||
| * | | Add workarounds for building against CVC4 on ArchLinux. | Daniel Kirchner | 2018-08-09 | 2 | -1/+12 |
| | | | |||||
* | | | Rename FunctionKind SHA3 to KECCAK256 (as the instruction was renamed in ↵ | Alex Beregszaszi | 2018-08-09 | 5 | -11/+11 |
| |/ |/| | | | | | libevmasm) | ||||
* | | Merge pull request #4684 from ethereum/underscores_in_numeric_literals | chriseth | 2018-08-09 | 4 | -14/+90 |
|\ \ | |/ |/| | [BREAKING] Underscores in numeric literals | ||||
| * | Cleanup & polish numbers-with-underscores parsing, also improving tests. | Christian Parpart | 2018-08-08 | 3 | -64/+66 |
| | | |||||
| * | Add stricter hex underscore rules | Balajiganapathi S | 2018-08-08 | 4 | -17/+67 |
| | | |||||
| * | Allow underscores in numbers. | Balajiganapathi S | 2018-08-08 | 1 | -2/+26 |
| | | |||||
* | | Merge pull request #4665 from mattaereal/cmake-patch-solver | Alex Beregszaszi | 2018-08-09 | 1 | -1/+2 |
|\ \ | | | | | | | cmake option added to make solvers optional | ||||
| * | | cmake flags to make solvers optional. Implementation of #4651 | Matías Aereal Aeón | 2018-08-08 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #4770 from ethereum/throw-codegen | Alex Beregszaszi | 2018-08-09 | 1 | -4/+2 |
|\ \ \ | | | | | | | | | Remove code generation for Throw statement | ||||
| * | | | Remove code generation for Throw statement | Alex Beregszaszi | 2018-08-09 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | It is disallowed in the type system. | ||||
* | | | | Merge pull request #4769 from ethereum/inlineasm-overloading-resolution | Alex Beregszaszi | 2018-08-09 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| | | | Provide nicer error message when referencing overloaded references | ||||
| * | | | Provide nicer error message when referencing overloaded references | Alex Beregszaszi | 2018-08-08 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #4753 from mattaereal/boost-to-string-patch | Alex Beregszaszi | 2018-08-08 | 7 | -22/+22 |
|\ \ \ \ | | | | | | | | | | | Replace boost:lexical_cast<std::string> for std::to_string. | ||||
| * | | | | Removing std:: from std::to_string and include for boost/lexical_cast | Matías Aereal Aeón | 2018-08-08 | 6 | -21/+21 |
| | | | | | |||||
| * | | | | Replace boost:lexical_cast<std::string> for std::to_string. | Matías Aereal Aeón | 2018-08-08 | 3 | -10/+10 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #4761 from ethereum/libsolc-exceptions | Alex Beregszaszi | 2018-08-08 | 2 | -4/+4 |
|\ \ \ \ | |_|/ / |/| | | | Mark libsolc external C functions as noexcept | ||||
| * | | | Mark StandardCompiler::compile as noexcept | Alex Beregszaszi | 2018-08-08 | 2 | -4/+4 |
| | |/ | |/| | | | | | | | It has a generic catch statement and shouldn't leak out exceptions. | ||||
* | | | Remove experimental 0.5.0 pragma | Alex Beregszaszi | 2018-08-08 | 1 | -3/+0 |
| | | | |||||
* | | | Merge pull request #4740 from ethereum/enforceNumberOfReturnValues | chriseth | 2018-08-08 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | Disallow empty return in function with return arguments. | ||||
| * | | | Disallow empty return expressions in functions with non-empty return parameters. | Daniel Kirchner | 2018-08-08 | 1 | -1/+5 |
| | | | | |||||
* | | | | Merge pull request #4748 from ethereum/validate-identifier | chriseth | 2018-08-08 | 2 | -1/+12 |
|\ \ \ \ | | | | | | | | | | | Assert that type identifier contains only valid characters | ||||
| * | | | | Assert that type identifier contains only valid characters | Alex Beregszaszi | 2018-08-08 | 2 | -1/+12 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #4745 from ethereum/nameResolverNoEarlyExit | chriseth | 2018-08-08 | 1 | -3/+0 |
|\ \ \ \ | | | | | | | | | | | Do not stop after the first error in reference resolution. | ||||
| * | | | | Do not stop after the first error in reference resolution. | chriseth | 2018-08-08 | 1 | -3/+0 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #4736 from ethereum/removeFillRight | Alex Beregszaszi | 2018-08-08 | 3 | -21/+14 |
|\ \ \ \ | |_|/ / |/| | | | Remove remaining instances of ``fillRight``. | ||||
| * | | | Remove remaining instances of ``fillRight`` left over from tuple wildcards ↵ | Daniel Kirchner | 2018-08-08 | 3 | -21/+14 |
| |/ / | | | | | | | | | | assignments. | ||||
* | | | Merge pull request #4744 from ethereum/smt-magic-variable | Alex Beregszaszi | 2018-08-08 | 1 | -2/+8 |
|\ \ \ | |/ / |/| | | SMT: do not crash on referencing MagicVariableDeclaration | ||||
| * | | SMT: do not crash on referencing MagicVariableDeclaration | Alex Beregszaszi | 2018-08-08 | 1 | -2/+8 |
| | | | |||||
* | | | Merge pull request #4731 from ethereum/interface-enum | chriseth | 2018-08-07 | 2 | -8/+0 |
|\ \ \ | | | | | | | | | Allow enums in interfaces | ||||
| * | | | Allow enums in interfaces | Alex Beregszaszi | 2018-08-07 | 2 | -8/+0 |
| |/ / | |||||
* | | | Merge pull request #4692 from ethereum/devcore-path | chriseth | 2018-08-07 | 2 | -28/+4 |
|\ \ \ | | | | | | | | | Move absolutePath/sanitizePath helpers from CompilerStack to libdevcore | ||||
| * | | | Move absolutePath/sanitizePath helpers from CompilerStack to libdevcore | Alex Beregszaszi | 2018-08-06 | 2 | -28/+4 |
| | | | | |||||
* | | | | Merge pull request #4699 from ethereum/cleanup_VariableDeclaration | chriseth | 2018-08-07 | 3 | -111/+109 |
|\ \ \ \ | | | | | | | | | | | libsolidity: Remove dead code wrt. VariableDeclaration::canHaveAutoType | ||||
| * | | | | libsolidity: Remove dead code wrt. VariableDeclaration::canHaveAutoType() | Christian Parpart | 2018-08-07 | 3 | -111/+109 |
| | | | | | | | | | | | | | | | | | | | | Closes #4667 | ||||
* | | | | | Merge pull request #4726 from ethereum/moveNothrow | chriseth | 2018-08-07 | 2 | -11/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Make MemberList nothrow move constructible. | ||||
| * | | | | | Make MemberList nothrow move constructible. | chriseth | 2018-08-07 | 2 | -11/+2 |
| |/ / / / | |||||
* | | | | | Merge pull request #4720 from ethereum/abi-rational-type-identifier | Alex Beregszaszi | 2018-08-07 | 1 | -1/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix type identifiers for RationalNumberType (on negative numbers) | ||||
| * | | | | | Fix type identifiers for RationalNumberType | Alex Beregszaszi | 2018-08-07 | 1 | -1/+8 |
| | |_|/ / | |/| | | | |||||
* | | | | | More precise error message if using non-variables with _slot/_offset | Alex Beregszaszi | 2018-08-07 | 2 | -3/+7 |
| | | | | | |||||
* | | | | | Properly handle invalid references used together with _slot and _offset. | Alex Beregszaszi | 2018-08-07 | 1 | -0/+2 |
|/ / / / | |||||
* | | | | Merge pull request #4724 from ethereum/slot-in-assembly | Alex Beregszaszi | 2018-08-07 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | Do not crash on using _slot and _offset suffixes on their own | ||||
| * | | | | Do not crash on using _slot and _offset suffixes on their own | Alex Beregszaszi | 2018-08-07 | 1 | -0/+5 |
| |/ / / | |||||
* / / / | Remove clone feature. | chriseth | 2018-08-07 | 6 | -103/+0 |
|/ / / | |||||
* | | | Move fullyQualifiedName to ContractDefinition only | Alex Beregszaszi | 2018-08-07 | 2 | -11/+2 |
| | | | |||||
* | | | Merge pull request #4663 from ethereum/dropConstantAST | chriseth | 2018-08-07 | 1 | -6/+0 |
|\ \ \ | | | | | | | | | [BREAKING] Drop constant field from JSON AST | ||||
| * | | | Remove "constant" from JSON AST. | Daniel Kirchner | 2018-08-06 | 1 | -6/+0 |
| | | | | |||||
* | | | | FixedBytes(0) is invalid, do not check for it in ABIEncoderV2 | Alex Beregszaszi | 2018-08-06 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge pull request #4689 from ethereum/cleanup-050-tests | chriseth | 2018-08-06 | 2 | -3/+0 |
|\ \ \ \ | | | | | | | | | | | Cleanup 0.5.0 test cases | ||||
| * | | | | Remove unused 050 variable in ReferencesResolver | Alex Beregszaszi | 2018-08-06 | 2 | -3/+0 |
| | | | | | |||||
* | | | | | Merge pull request #4690 from ethereum/equalParameterTypes | Alex Beregszaszi | 2018-08-06 | 5 | -9/+9 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Renamed FunctionType::hasEqualArgumentTypes to FunctionType::hasEqual… | ||||
| * | | | | Renamed FunctionType::hasEqualArgumentTypes to ↵ | Jesse Busman | 2018-08-06 | 5 | -9/+9 |
| |/ / / | | | | | | | | | | | | | FunctionType::hasEqualParameterTypes | ||||
* | | | | Merge pull request #4671 from ethereum/mappingTupleAssignment | chriseth | 2018-08-06 | 2 | -5/+33 |
|\ \ \ \ | |/ / / |/| | | | Disallow assignments to mappings within tuple assignments; allow for local variables. | ||||
| * | | | Review suggestions; to be squashed. | Daniel Kirchner | 2018-08-03 | 1 | -8/+10 |
| | | | | |||||
| * | | | Allow assignments to local variables of mapping types. | Daniel Kirchner | 2018-08-03 | 1 | -1/+9 |
| | | | | |||||
| * | | | Disallow assignments to mappings within tuple assignments. | Daniel Kirchner | 2018-08-03 | 2 | -5/+23 |
| | | | | |||||
* | | | | Merge pull request #4644 from ethereum/event_struct_error | chriseth | 2018-08-06 | 1 | -0/+10 |
|\ \ \ \ | | | | | | | | | | | Disallow structs in events without ABIEncoderV2 | ||||
| * | | | | Disallow structs in events without ABIEncoderV2 | Leonardo Alt | 2018-08-03 | 1 | -0/+10 |
| |/ / / | |||||
* | | | | Merge pull request #4681 from ethereum/var-suggestion-crash | chriseth | 2018-08-06 | 1 | -0/+6 |
|\ \ \ \ | |_|/ / |/| | | | Fix declaration suggestion for var with different number of components | ||||
| * | | | Fix declaration suggestion for var with different number of components | Alex Beregszaszi | 2018-08-04 | 1 | -0/+6 |
| |/ / | |||||
* | | | Merge pull request #4412 from ethereum/v050-reference-resolver-errorTypeForLoose | Christian Parpart | 2018-08-04 | 3 | -9/+5 |
|\ \ \ | |/ / |/| | | [BREAKING] permanently set errorTypeForLoose from Warning to SyntaxError | ||||
| * | | Disallow loos assembly in Solidity by permanently setting it to SyntaxError ↵ | Christian Parpart | 2018-08-02 | 3 | -9/+5 |
| | | | | | | | | | | | | (from Warning) | ||||
* | | | Turn warning about uninitialized storage returns into an error. | Daniel Kirchner | 2018-08-03 | 1 | -5/+5 |
| |/ |/| | |||||
* | | Merge pull request #4327 from ethereum/document-internals | chriseth | 2018-08-02 | 3 | -2/+19 |
|\ \ | | | | | | | Properly explain all the analsys steps in CompilerStack | ||||
| * | | Properly explain all the analsys steps in CompilerStack | Alex Beregszaszi | 2018-07-31 | 3 | -2/+19 |
| | | | |||||
* | | | Merge pull request #4522 from ethereum/fullEncodingType | chriseth | 2018-08-02 | 5 | -42/+37 |
|\ \ \ | |_|/ |/| | | Isolate determining the encoding type into its own function. | ||||
| * | | Isolate determining the encoding type into its own function. | chriseth | 2018-08-01 | 5 | -42/+37 |
| | | | |||||
* | | | Merge pull request #4603 from ethereum/smtlib2 | Alex Beregszaszi | 2018-08-02 | 4 | -18/+44 |
|\ \ \ | | | | | | | | | [SMTLib2] Fix repeated declarations | ||||
| * | | | Remove repeated declarations in Z3 and CVC4 as well | Leonardo Alt | 2018-08-01 | 2 | -7/+15 |
| | | | | |||||
| * | | | [SMTLib2] Fix repeated declarations | Leonardo Alt | 2018-07-28 | 2 | -11/+29 |
| | | | | |||||
* | | | | SMT model variables are sorted and printed as secondary source location | Leonardo Alt | 2018-08-02 | 1 | -3/+11 |
| | | | | |||||
* | | | | Replace "value" by "<result>" in the SMT model | Leonardo Alt | 2018-08-02 | 1 | -3/+3 |
| | | | | |||||
* | | | | Extend code comment about signatures. | Daniel Kirchner | 2018-08-01 | 1 | -1/+2 |
| | | | | |||||
* | | | | Do not exclude public state variables when looking for conflicting declarations. | Daniel Kirchner | 2018-08-01 | 1 | -8/+1 |
| | | | | |||||
* | | | | Merge pull request #4378 from ethereum/noBaseWithoutArguments | Alex Beregszaszi | 2018-08-01 | 1 | -17/+7 |
|\ \ \ \ | | | | | | | | | | | [BREAKING] Disallow calling base constructors without arguments. | ||||
| * | | | | Correctly determine whether base constructor is called without parentheses. | chriseth | 2018-08-01 | 1 | -11/+11 |
| | | | | | |||||
| * | | | | Disallow calling base constructors without arguments. | chriseth | 2018-08-01 | 1 | -14/+4 |
| | |/ / | |/| | | |||||
* / | | | Guard CycleDetector against recursion exhaustion. | Christian Parpart | 2018-08-01 | 3 | -3/+9 |
|/ / / | | | | | | | | | | fixes #3935. | ||||
* | | | Disallow conversion between unrelated contract types. | chriseth | 2018-08-01 | 2 | -8/+7 |
| | | | |||||
* | | | Merge pull request #4507 from ethereum/v050-var-keyword-trace-removals | Alex Beregszaszi | 2018-08-01 | 1 | -2/+19 |
|\ \ \ | | | | | | | | | Ensures an empty use of var keyword is caught with the proper non-fatal error message | ||||
| * | | | Ensures an empty use of var keyword is caught with the proper error message. | Christian Parpart | 2018-08-01 | 1 | -2/+19 |
| | | | | |||||
* | | | | Fix crash when FunctionType has undeclared type as parameter | Leonardo Alt | 2018-07-31 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Import dev::solidity namespace in SMTPortfolio | Alex Beregszaszi | 2018-07-28 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Fix unterminated parentheses typo in SMTLib2 | Alex Beregszaszi | 2018-07-28 | 1 | -1/+1 |
| | | | | | | | | Found by @leonardoalt | ||||
* | | [SMTChecker] Add CheckResult::CONFLICTING | Leonardo Alt | 2018-07-27 | 3 | -4/+10 |
| | | |||||
* | | [SMTChecker] SMTPortfolio: use all SMT solvers available | Leonardo Alt | 2018-07-27 | 11 | -58/+262 |
| | | |||||
* | | Setting timeout to Z3 and CVC4 | Leonardo Alt | 2018-07-27 | 3 | -1/+8 |
| | | |||||
* | | Only ask for a model if it's SAT | Leonardo Alt | 2018-07-27 | 3 | -3/+3 |
| | | |||||
* | | Merge pull request #4565 from ethereum/smt-stringutils-crash | Alex Beregszaszi | 2018-07-25 | 1 | -1/+9 |
|\ \ | | | | | | | Add assert for both branches in mergeVariables in SMTChecker | ||||
| * | | Add better warning on binary operation on non-integer types in SMT Checker | Alex Beregszaszi | 2018-07-25 | 1 | -1/+8 |
| | | | |||||
| * | | Add assert for both branches in mergeVariables in SMTChecker | Alex Beregszaszi | 2018-07-25 | 1 | -0/+1 |
| | | | |||||
* | | | More consistent catch statements | Alex Beregszaszi | 2018-07-25 | 2 | -3/+3 |
|/ / | | | | | | | Also take const& in all cases. | ||||
* | | Fix abiDecode comment | Leonardo Alt | 2018-07-24 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #4527 from ethereum/mappingEnforceStorage | Alex Beregszaszi | 2018-07-24 | 1 | -1/+8 |
|\ \ | | | | | | | Enforces explicit data location for mappings | ||||
| * | | Enforces data location of local mappings to storage. | Erik Kundt | 2018-07-24 | 1 | -1/+8 |
| | | | |||||
* | | | Disallow functions without implementation to use modifiers. This was already ↵ | Christian Parpart | 2018-07-24 | 1 | -8/+2 |
| |/ |/| | | | | | the case in the experimental 0.5.0 mode. | ||||
* | | Do not handle `balance` member of contract types specially. | chriseth | 2018-07-20 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #4439 from ethereum/address_members | chriseth | 2018-07-19 | 4 | -108/+55 |
|\ \ | | | | | | | [BREAKING] Enforce address members not accessible by contract instance | ||||
| * | | Changes in ExpressionCompiler | Leonardo Alt | 2018-07-19 | 2 | -52/+42 |
| | | | |||||
| * | | Add suggestion to error message | Leonardo Alt | 2018-07-17 | 1 | -18/+15 |
| | | | |||||
| * | | Address members not accessible by contract instance | Leonardo Alt | 2018-07-17 | 2 | -40/+0 |
| | | | |||||
* | | | Adds warning if function is shadowing a contract. | Erik Kundt | 2018-07-18 | 1 | -9/+1 |
| | | | |||||
* | | | Disallows old constructor syntax. | Erik Kundt | 2018-07-18 | 6 | -48/+34 |
| |/ |/| | |||||
* | | Suggests external for fallback and interface functions. | chriseth | 2018-07-18 | 2 | -1/+15 |
| | | |||||
* | | Enforces visibility specifier and updates docs. | Erik Kundt | 2018-07-17 | 2 | -11/+1 |
|/ | |||||
* | Add missing period in the end of error messages | Leonardo Alt | 2018-07-16 | 1 | -3/+3 |
| | |||||
* | Deprecate the throw statement | Alex Beregszaszi | 2018-07-16 | 1 | -12/+4 |
| | |||||
* | enforce interface-functions to be external-declared | Christian Parpart | 2018-07-16 | 1 | -12/+4 |
| | | | | | | | | - libsolidity: Enforce interface-functions must be external-declared. - Changelog adapted to reflect changes wrt. functions in interfaces. - test: Adjustments according to prior interface-function changes. - tests: Adapting SolidityEndToEndTest to interface-function change. - docs: Adapted documentation to interface-function change. | ||||
* | Merge pull request #4501 from ethereum/recursiveStructsWithFixedArrays | chriseth | 2018-07-13 | 1 | -13/+16 |
|\ | | | | | Consider fixed-size arrays when checking for recursive structs. | ||||
| * | Use CycleDetector and account for multi-dimensional arrays. | Daniel Kirchner | 2018-07-13 | 1 | -19/+16 |
| | | |||||
| * | Consider fixed size array members when checking for recursive structs. | Daniel Kirchner | 2018-07-13 | 1 | -0/+6 |
| | | |||||
* | | Disallow multi variable declarations with mismatching number of values. | Daniel Kirchner | 2018-07-13 | 6 | -98/+25 |
|/ | |||||
* | Merge pull request #4437 from ethereum/report-empty-var-decls | chriseth | 2018-07-13 | 2 | -0/+15 |
|\ | | | | | [BREAKING] Report empty var tuple decls | ||||
| * | Generates a syntax error when declaring a variable declaration's LHS has no ↵ | Christian Parpart | 2018-07-12 | 2 | -0/+15 |
| | | | | | | | | named components | ||||
* | | Merge pull request #4447 from hosho/develop | chriseth | 2018-07-13 | 1 | -0/+7 |
|\ \ | | | | | | | Fix NatSpec json output for "@notice" and "@dev" tags on contract definitions | ||||
| * | | Fix NatSpec json output for "@notice" and "@dev" tags on contract definitions. | Matt Little | 2018-07-12 | 1 | -0/+7 |
| |/ | |||||
* | | Merge pull request #4478 from ethereum/requireStorageLocation | chriseth | 2018-07-13 | 1 | -13/+4 |
|\ \ | | | | | | | Turn missing storage locations into an error. | ||||
| * | | Require storage location. | Daniel Kirchner | 2018-07-12 | 1 | -13/+4 |
| | | | |||||
* | | | Merge pull request #4479 from ethereum/fixFixedPointCrash | Alex Beregszaszi | 2018-07-12 | 1 | -3/+7 |
|\ \ \ | |_|/ |/| | | Fix handling of fixed point types in arithmetics. | ||||
| * | | Fix handling of fixed point types in arithmetics. | chriseth | 2018-07-11 | 1 | -3/+7 |
| | | | |||||
* | | | Merge pull request #4428 from ethereum/enforce_staticcall_view | chriseth | 2018-07-12 | 1 | -5/+1 |
|\ \ \ | | | | | | | | | [BREAKING] Enforce STATICCALL for view and pure | ||||
| * | | | Use STATICCALL for view and pure | Leonardo Alt | 2018-07-11 | 1 | -5/+1 |
| | | | | |||||
* | | | | Merge pull request #4083 from ethereum/variable_stack_slot | chriseth | 2018-07-12 | 6 | -42/+129 |
|\ \ \ \ | |_|_|/ |/| | | | [BREAKING] Allocate local variables according to their scope | ||||
| * | | | Added assertion and tests suggestions | Leonardo Alt | 2018-07-11 | 3 | -3/+17 |
| | | | |