aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Include license header from code derived from V8 (scanner/token)Alex Beregszaszi2018-08-021-0/+31
|
* Merge pull request #4646 from ethereum/smt_model_secondary_locationAlex Beregszaszi2018-08-022-7/+15
|\ | | | | SMT model is sorted and printed as secondary location
| * SMT model variables are sorted and printed as secondary source locationLeonardo Alt2018-08-022-4/+12
| |
| * Replace "value" by "<result>" in the SMT modelLeonardo Alt2018-08-021-3/+3
| |
* | Merge pull request #4650 from ethereum/conductAlex Beregszaszi2018-08-021-1/+1
|\ \ | | | | | | Point the documentation to the new Code of Conduct URL
| * | Point the documentation to the new Code of Conduct URLAlex Beregszaszi2018-08-021-1/+1
| | |
* | | Merge pull request #4649 from ethereum/conductAlex Beregszaszi2018-08-021-0/+0
|\| | | | | | | | Rename CONDUCT.md to CODE_OF_CONDUCT.md so that Github picks it up
| * | Rename CONDUCT.md to CODE_OF_CONDUCT.md so that Github picks it upAlex Beregszaszi2018-08-021-0/+0
|/ /
* | Merge pull request #4399 from ethereum/contractWhitespaceAlex Beregszaszi2018-08-0243-792/+792
|\ \ | |/ |/| Remove trailing whitespace in all contract files.
| * Remove trailing whitespace in all contract files.Daniel Kirchner2018-08-0243-792/+792
| |
* | Merge pull request #4508 from ethereum/nameCollisionCrashAlex Beregszaszi2018-08-029-12/+44
|\ \ | |/ |/| [BREAKING] Don't exclude public state variables when looking for conflicting declarations.
| * Extend code comment about signatures.Daniel Kirchner2018-08-011-1/+2
| |
| * Add additional test cases.Daniel Kirchner2018-08-012-0/+10
| |
| * Update documentation.Daniel Kirchner2018-08-011-4/+4
| |
| * Do not exclude public state variables when looking for conflicting declarations.Daniel Kirchner2018-08-016-8/+29
| |
* | Merge pull request #4639 from ethereum/docs-fix-specify-limitAlex Beregszaszi2018-08-013-3/+6
|\ \ | |/ |/| Small clarifications around the 2300 gas stipend from transfer and send
| * Small clarifications around the 2300 gas stipend from transfer and sendChris Ward2018-08-013-3/+6
| |
* | Merge pull request #4378 from ethereum/noBaseWithoutArgumentsAlex Beregszaszi2018-08-014-18/+18
|\ \ | | | | | | [BREAKING] Disallow calling base constructors without arguments.
| * | Correctly determine whether base constructor is called without parentheses.chriseth2018-08-012-11/+20
| | |
| * | Disallow calling base constructors without arguments.chriseth2018-08-013-15/+6
| | |
* | | Merge pull request #4631 from ethereum/cp-cycle-detection-recursion-guardAlex Beregszaszi2018-08-019-6/+806
|\ \ \ | |/ / |/| | Guard CycleDetector against recursion exhaustion.
| * | Adds positive/negative tests for checking error on cyclic dependency checker ↵Christian Parpart2018-08-014-0/+791
| | | | | | | | | | | | exhaustion
| * | Guard CycleDetector against recursion exhaustion.Christian Parpart2018-08-015-6/+15
|/ / | | | | | | fixes #3935.
* | Merge pull request #4321 from ethereum/contractConversionAlex Beregszaszi2018-08-0131-50/+134
|\ \ | | | | | | [BREAKING] Disallow conversion between unrelated contract types.
| * | Fix tests regarding contract type conversion.chriseth2018-08-0118-36/+37
| | |
| * | Disallow conversion between unrelated contract types.chriseth2018-08-0116-16/+99
|/ /
* | Merge pull request #4507 from ethereum/v050-var-keyword-trace-removalsAlex Beregszaszi2018-08-016-2/+59
|\ \ | |/ |/| 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 Parpart2018-08-016-2/+59
| |
* | Merge pull request #4626 from ethereum/grammar-cleanupAlex Beregszaszi2018-07-311-1/+0
|\ \ | | | | | | grammar: remove stray IdentifierList rule
| * | grammar: remove stray IdentifierList ruleAlex Beregszaszi2018-07-311-1/+0
| | | | | | | | | | | | This was left in #4274 (dbd0723)
* | | Merge pull request #4625 from ethereum/pragma-cleanupAlex Beregszaszi2018-07-316-20/+12
|\ \ \ | | | | | | | | Remove unnecessary or stray version pragmas
| * | | Replace stray solidity pragma with progamatically inserting it in ↵Alex Beregszaszi2018-07-311-4/+2
| | | | | | | | | | | | | | | | SolidityOptimizer test
| * | | Remove unnecesary version pragma from some syntax testsAlex Beregszaszi2018-07-315-16/+10
| |/ /
* | | Merge pull request #4621 from ethereum/nested_typesAlex Beregszaszi2018-07-319-12/+38
|\ \ \ | |/ / |/| | Fix crash when FunctionType has undeclared type as parameter
| * | Fix crash when FunctionType has undeclared type as parameterLeonardo Alt2018-07-319-12/+38
|/ /
* | Merge pull request #4569 from ethereum/grammar-assemblychriseth2018-07-301-3/+4
|\ \ | | | | | | Update grammar.txt for inline assembly
| * | grammar: rename AssemblyLocalBinding to AssemblyVariableDeclarationAlex Beregszaszi2018-07-251-2/+2
| | |
| * | grammar: introduce AssemblyExpression and use it in Assignment/LocalBindingAlex Beregszaszi2018-07-251-2/+3
| | |
| * | grammar: support all assignment stataments in inline assemblyAlex Beregszaszi2018-07-251-1/+1
| | |
* | | Merge pull request #4608 from ethereum/lll-namespacechriseth2018-07-3015-30/+33
|\ \ \ | | | | | | | | Replace dev::eth namespace with dev::lll in LLL
| * | | Add --disassemble to lllc help outputAlex Beregszaszi2018-07-281-0/+1
| | | |
| * | | Replace dev::eth namespace with dev::lll in LLLAlex Beregszaszi2018-07-2815-30/+32
| | | |
* | | | Merge pull request #4619 from ethereum/2167-docs-memory-typeAlex Beregszaszi2018-07-302-2/+4
|\ \ \ \ | |/ / / |/| | | Clarify what ‘memory type’ is
| * | | Clarify what ‘memory type’ isChris Ward2018-07-302-2/+4
|/ / / | | | | | | | | | Use RST links
* | | Merge pull request #4606 from ethereum/smtportfolioAlex Beregszaszi2018-07-281-0/+1
|\ \ \ | | | | | | | | Import dev::solidity namespace in SMTPortfolio
| * | | Import dev::solidity namespace in SMTPortfolioAlex Beregszaszi2018-07-281-0/+1
|/ / /
* | | Merge pull request #4604 from ethereum/smtlib-typoAlex Beregszaszi2018-07-281-1/+1
|\ \ \ | | | | | | | | Fix unterminated parentheses typo in SMTLib2
| * | | Fix unterminated parentheses typo in SMTLib2Alex Beregszaszi2018-07-281-1/+1
|/ / / | | | | | | | | | Found by @leonardoalt
* | | Merge pull request #4351 from ethereum/smt_portfolioAlex Beregszaszi2018-07-2811-59/+269
|\ \ \ | | | | | | | | [SMTChecker] SMTPortfolio: use all SMT solvers available
| * | | [SMTChecker] Add CheckResult::CONFLICTINGLeonardo Alt2018-07-273-4/+10
| | | |
| * | | [SMTChecker] SMTPortfolio: use all SMT solvers availableLeonardo Alt2018-07-2711-58/+262
|/ / /
* | | Merge pull request #4593 from ethereum/smt_timeoutAlex Beregszaszi2018-07-273-1/+8
|\ \ \ | | | | | | | | Set query timeout in SMT
| * | | Setting timeout to Z3 and CVC4Leonardo Alt2018-07-273-1/+8
|/ / /
* | | Merge pull request #4599 from ethereum/smt_sat_modelAlex Beregszaszi2018-07-273-3/+3
|\ \ \ | | | | | | | | SMTChecker: Only ask for a model if it's SAT
| * | | Only ask for a model if it's SATLeonardo Alt2018-07-273-3/+3
|/ / /
* | | Merge pull request #4594 from ethereum/fix-build-for-paths-with-spacesAlex Beregszaszi2018-07-271-1/+1
|\ \ \ | | | | | | | | Fixes building Solidity when base directory contains spaces.
| * | | Fixes building Solidity when base directory contains spaces.Christian Parpart2018-07-271-1/+1
|/ / / | | | | | | | | | closes #4521
* | | Merge pull request #4556 from ethereum/library-data-locationsAlex Beregszaszi2018-07-266-0/+22
|\ \ \ | | | | | | | | Add tests for data locations within libraries
| * | | Add tests for data locations within librariesAlex Beregszaszi2018-07-256-0/+22
| | | |
* | | | Merge pull request #4561 from ethereum/scanner-testsAlex Beregszaszi2018-07-261-1/+18
|\ \ \ \ | | | | | | | | | | Add comprehensive tests for the scanner
| * | | | Scanner tests for all shiftsAlex Beregszaszi2018-07-251-1/+10
| | | | |
| * | | | Scanner tests for all escapesAlex Beregszaszi2018-07-251-0/+8
| | | | |
* | | | | Merge pull request #4562 from ethereum/parser-testsAlex Beregszaszi2018-07-2512-0/+61
|\ \ \ \ \ | | | | | | | | | | | | Add comprehensive tests for the parser
| * | | | | Add syntax tests for import statementsAlex Beregszaszi2018-07-255-0/+15
| | | | | |
| * | | | | Add syntax test for illegal pragma keyAlex Beregszaszi2018-07-251-0/+4
| | | | | |
| * | | | | Add syntax test for location specifier redeclarationsAlex Beregszaszi2018-07-253-0/+23
| | | | | |
| * | | | | Add syntax test for empty emit statementAlex Beregszaszi2018-07-251-0/+7
| | | | | |
| * | | | | Add syntax tests for assembly block type (evmasm)Alex Beregszaszi2018-07-252-0/+12
| | |/ / / | |/| | |
* | | | | Merge pull request #4545 from ethereum/stringutilsAlex Beregszaszi2018-07-251-97/+103
|\ \ \ \ \ | | | | | | | | | | | | Update stringutils to upstream
| * | | | | Fix upstream issues in stringutilsAlex Beregszaszi2018-07-251-1/+1
| | | | | |
| * | | | | Update stringutils to upstream 3c63f18Alex Beregszaszi2018-07-251-98/+104
|/ / / / /
* | | | | Merge pull request #4555 from ethereum/asm-syntax-testsAlex Beregszaszi2018-07-2512-0/+134
|\ \ \ \ \ | | | | | | | | | | | | Add more comprehensive tests for embedded inline assembly LValue/RValue access
| * | | | | Add more tests for inlineasm/AsmAnalyzerAlex Beregszaszi2018-07-255-0/+60
| | | | | |
| * | | | | Add more comprehensive tests for embedded inline assembly LValue/RValue accessAlex Beregszaszi2018-07-257-0/+74
| |/ / / /
* | | | | Merge pull request #4549 from ethereum/deprecate-abiAlex Beregszaszi2018-07-251-5/+9
|\ \ \ \ \ | |_|/ / / |/| | | | Mention that constant and payable are deprecated in the ABI spec
| * | | | Mention that constant and payable are deprecated in the ABI specAlex Beregszaszi2018-07-251-0/+3
| | | | |
| * | | | Clarify relation between stateMutability and payable/constantAlex Beregszaszi2018-07-251-5/+6
|/ / / /
* | | | Merge pull request #4565 from ethereum/smt-stringutils-crashAlex Beregszaszi2018-07-251-1/+9
|\ \ \ \ | |/ / / |/| | | Add assert for both branches in mergeVariables in SMTChecker
| * | | Add better warning on binary operation on non-integer types in SMT CheckerAlex Beregszaszi2018-07-251-1/+8
| | | |
| * | | Add assert for both branches in mergeVariables in SMTCheckerAlex Beregszaszi2018-07-251-0/+1
| |/ /
* | | Merge pull request #4572 from ethereum/cmake-boost-testsAlex Beregszaszi2018-07-251-1/+1
|\ \ \ | | | | | | | | Do not include single-header boost_unit_test
| * | | Do not include single-header boost_unit_testPaweł Bylica2018-07-251-1/+1
| |/ / | | | | | | | | | | | | | | | Do not mix 2 different usage variants of boost_unit_test. If you link with static libs do not include the single-header variant. See https://www.boost.org/doc/libs/1_67_0/libs/test/doc/html/boost_test/usage_variants.html#boost_test.usage_variants.single_header
* | | Merge pull request #4554 from ethereum/indexing-testsAlex Beregszaszi2018-07-256-0/+46
|\ \ \ | | | | | | | | Add comprehensive syntax tests for indexed access
| * | | Add comprehensive syntax tests for indexed accessAlex Beregszaszi2018-07-256-0/+46
| |/ /
* | | Merge pull request #4570 from ethereum/cleanup-catch-statementsAlex Beregszaszi2018-07-253-4/+4
|\ \ \ | |/ / |/| | More consistent catch statements
| * | More consistent catch statementsAlex Beregszaszi2018-07-253-4/+4
|/ / | | | | | | Also take const& in all cases.
* | Merge pull request #4553 from ethereum/pragma-testsAlex Beregszaszi2018-07-252-0/+6
|\ \ | | | | | | Add syntax tests for unknown / invalid pragma
| * | Add syntax tests for unknown / invalid pragmaAlex Beregszaszi2018-07-252-0/+6
|/ /
* | Merge pull request #4544 from ethereum/code-coverageAlex Beregszaszi2018-07-252-18/+34
|\ \ | | | | | | Code coverage
| * | Circle CI: Upload coverage dataPaweł Bylica2018-07-241-2/+13
| | |
| * | CMake: Add option COVERAGEPaweł Bylica2018-07-241-15/+17
| | | | | | | | | | | | This also removed PROFILE option that also adds --coverage flag. Instead you can use -DCMAKE_EXE_LINKER_FLAGS=-lprofiler. The profiling options can be added back when better investigated (e.g. -lprofiler vs -pg options).
| * | Circle CI: Add full build dir to the workspace on LinuxPaweł Bylica2018-07-241-1/+4
|/ /
* | Merge pull request #4550 from ethereum/fix_abidecode_commentAlex Beregszaszi2018-07-241-3/+3
|\ \ | | | | | | Fix abiDecode comment
| * | Fix abiDecode commentLeonardo Alt2018-07-241-3/+3
|/ /
* | Merge pull request #4527 from ethereum/mappingEnforceStorageAlex Beregszaszi2018-07-2411-11/+46
|\ \ | | | | | | Enforces explicit data location for mappings
| * | Enforces data location of local mappings to storage.Erik Kundt2018-07-2411-11/+46
| | |
* | | Merge pull request #4411 from ethereum/v050-functions-with-modifiers-no-implAlex Beregszaszi2018-07-244-11/+6
|\ \ \ | | | | | | | | [BREAKING] Disallow functions without implementation to use modifiers.
| * | | Disallow functions without implementation to use modifiers. This was already ↵Christian Parpart2018-07-244-11/+6
| | | | | | | | | | | | | | | | the case in the experimental 0.5.0 mode.
* | | | Merge pull request #4547 from ethereum/pullRequestTemplateAlex Beregszaszi2018-07-241-6/+5
|\ \ \ \ | |/ / / |/| | | Fix pull request template
| * | | Reorders checklist in pull request template.Erik Kundt2018-07-241-1/+1
| | | |
| * | | Fixes pull request template.Erik Kundt2018-07-241-5/+4
|/ / /
* | | Merge pull request #4546 from ethereum/pullRequestTemplateAlex Beregszaszi2018-07-241-0/+18
|\ \ \ | | | | | | | | Pull request template for GitHub
| * | | Creates a pull request template for GitHub.Erik Kundt2018-07-231-0/+18
| | |/ | |/|
* | | Merge pull request #4453 from ethereum/codeOfConductAlex Beregszaszi2018-07-242-0/+80
|\ \ \ | |/ / |/| | Add Code Of Conduct
| * | Adds Code Of Conduct.Erik Kundt2018-07-232-0/+80
| | |
* | | Merge pull request #4534 from ethereum/chriseth-patch-1chriseth2018-07-201-2/+1
|\ \ \ | | | | | | | | Do not handle `balance` member of contract types specially.
| * | | Do not handle `balance` member of contract types specially.chriseth2018-07-201-2/+1
| | | |
* | | | Merge pull request #4520 from ethereum/faq-reorg-index-toolschriseth2018-07-202-21/+9
|\ \ \ \ | | | | | | | | | | Move note on decompiling
| * | | | Move note on decompilingChris Ward2018-07-182-21/+9
| | | | |
* | | | | Merge pull request #4533 from ethereum/faq-typochriseth2018-07-201-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Fix typo
| * | | | Fix typoChris Ward2018-07-201-1/+1
|/ / / /
* | | | Merge pull request #4439 from ethereum/address_memberschriseth2018-07-1930-252/+102
|\ \ \ \ | | | | | | | | | | [BREAKING] Enforce address members not accessible by contract instance
| * | | | Changes in ExpressionCompilerLeonardo Alt2018-07-194-54/+50
| | | | |
| * | | | Removing tests that are not useful anymoreLeonardo Alt2018-07-183-43/+0
| | | | |
| * | | | Add suggestion to error messageLeonardo Alt2018-07-1713-30/+27
| | | | |
| * | | | Address members not accessible by contract instanceLeonardo Alt2018-07-1727-144/+44
| | | | |
* | | | | Merge pull request #4215 from ethereum/constructorWorkaroundErik Kundt2018-07-1936-169/+39
|\ \ \ \ \ | |_|/ / / |/| | | | Disallow legacy constructor
| * | | | Adds warning if function is shadowing a contract.Erik Kundt2018-07-183-14/+11
| | | | |
| * | | | Adjusts syntax tests to new constructor syntax.Erik Kundt2018-07-1829-116/+3
| | | | |
| * | | | Disallows old constructor syntax.Erik Kundt2018-07-187-49/+35
| | |_|/ | |/| |
* | | | Merge pull request #4345 from ethereum/docs-testsAlex Beregszaszi2018-07-182-0/+6
|\ \ \ \ | |/ / / |/| | | Document the required cpp-ethereum commit hash
| * | | Keep the proper aleth hash in contributing.rstAlex Beregszaszi2018-07-182-2/+2
| | | |
| * | | Document the required cpp-ethereum commit hashAlex Beregszaszi2018-07-181-0/+6
| |/ /
* | | Merge pull request #4430 from ethereum/enforceVisibilitySpecifierchriseth2018-07-1818-53/+48
|\ \ \ | |/ / |/| | [BREAKING] Enforce visibility specifier
| * | Updates changelog to be more specific about visibility enforcement.Erik Kundt2018-07-181-2/+2
| | |
| * | Adds comment about reasoning behind syntax test.Erik Kundt2018-07-181-3/+5
| | |
| * | Removes obsolete syntax tests.Erik Kundt2018-07-182-10/+0
| | |
| * | Suggests external for fallback and interface functions.chriseth2018-07-189-7/+31
| | |
| * | Adjusts tests to expect type errors on default visibility.Erik Kundt2018-07-187-18/+7
| | |
| * | Enforces visibility specifier and updates docs.Erik Kundt2018-07-177-24/+14
|/ /
* | Merge pull request #4463 from ethereum/isoltest-colors-on-windowsChristian Parpart2018-07-171-0/+26
|\ \ | | | | | | isoltest: adds support for properly handling ANSI escape sequences on Windows
| * | isoltest: adds support for properly handling ANSI escape sequences on ↵Christian Parpart2018-07-161-0/+26
| | | | | | | | | | | | Win32/Win64 builds.
* | | Merge pull request #4516 from guidovranken/propagate_CMAKE_CXX_FLAGSPaweł Bylica2018-07-171-1/+1
|\ \ \ | | | | | | | | Do not ignore CMAKE_CXX_FLAGS defined on the command line
| * | | Do not ignore CMAKE_CXX_FLAGS defined on the command lineGuido Vranken2018-07-171-1/+1
|/ / /
* | | Merge pull request #4515 from nventuro/patch-1Alex Beregszaszi2018-07-171-2/+1
|\ \ \ | | | | | | | | Minor doc style fix
| * | | Minor doc style fixNicolás Venturo2018-07-171-2/+1
|/ / / | | | | | | An extra newline caused a line to appear in bold.
* | | Merge pull request #4514 from ethereum/errors_period_missingchriseth2018-07-1734-36/+36
|\ \ \ | | | | | | | | Add missing period in the end of error messages
| * | | Add missing period in the end of error messagesLeonardo Alt2018-07-1634-36/+36
|/ / /
* | | Merge pull request #4481 from ethereum/disallow-throwchriseth2018-07-1631-136/+112
|\ \ \ | | | | | | | | [BREAKING] Deprecate the throw statement
| * | | Replace throw with revert() in compilation testsAlex Beregszaszi2018-07-1623-92/+92
| | | |
| * | | Replace throw with revert() in end-to-end testsAlex Beregszaszi2018-07-163-14/+14
| | | |
| * | | Deprecate the throw statementAlex Beregszaszi2018-07-165-30/+6
| | | |
* | | | Merge pull request #4482 from ethereum/enforceVisibilitySpecifierTestschriseth2018-07-1611-155/+155
|\ \ \ \ | |/ / / |/| | | Enforce visibility specifier in tests
| * | | Fixes end-to-end tests.Erik Kundt2018-07-164-16/+16
| | | |
| * | | Moves unit test from initial branch.Erik Kundt2018-07-161-18/+18
| | | |
| * | | Specifies visibility in syntax test.Erik Kundt2018-07-161-3/+3
| | | |
| * | | Specifies visibility in unit tests.Erik Kundt2018-07-169-150/+150
|/ / /
* | | Merge pull request #4500 from ethereum/v050-interface-functions-must-be-externalchriseth2018-07-1614-29/+19
|\ \ \ | | | | | | | | [BREAKING] interface functions must be external
| * | | enforce interface-functions to be external-declaredChristian Parpart2018-07-1614-29/+19
| |/ / | | | | | | | | | | | | | | | | | | | | | - 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 #4489 from ↵chriseth2018-07-1611-240/+240
|\ \ \ | | | | | | | | | | | | | | | | chase1745/use-explicit-data-locations-end-to-end-tests Added default data locations to parameters for end to end tests.
| * | | Added default data locations to parameters for end to end tests.Chase McDermott2018-07-1611-240/+240
|/ / /
* | | Merge pull request #4512 from ↵chriseth2018-07-1632-105/+104
|\ \ \ | | | | | | | | | | | | | | | | chase1745/use-explicit-data-locations-external-tests Added default data locations to docs and other external tests.
| * | | Added default data locations to docs and other external tests.Chase McDermott2018-07-1532-105/+104
| |/ /
* | | Merge pull request #4505 from nventuro/patch-1chriseth2018-07-161-1/+1
|\ \ \ | | | | | | | | Update docs allowed mapping key values
| * | | Update docs allowed mapping key valuesNicolás Venturo2018-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functions cannot be used as mapping keys (e.g. the following contract does not compile): ``` pragma solidity ^0.4.24; contract Foo { mapping(function (uint) pure returns (uint) => string) a; } ```
* | | | Merge pull request #4166 from alibabe/fix-3718-retchriseth2018-07-161-1/+6
|\ \ \ \ | | | | | | | | | | Fix the Heisenbug
| * | | | Fixes #3718 by creating a local variable for the result ofalibabe2018-05-291-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | `GasEstimator::breakToStatementLevel` and then assign it back to gasCoast.
* | | | | Merge pull request #4511 from MichalZalecki/patch-1Alex Beregszaszi2018-07-161-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix typo in the function name
| * | | | Fix typo in the function nameMichał Załęcki2018-07-151-1/+1
|/ / / /
* | | | Merge pull request #4438 from ethereum/address_members_external_tests_docschriseth2018-07-1311-22/+25
|\ \ \ \ | | | | | | | | | | Address members used by contracts: update external tests and docs
| * | | | Update external tests and docsLeonardo Alt2018-07-1211-22/+25
| | | | |
* | | | | Merge pull request #4501 from ethereum/recursiveStructsWithFixedArrayschriseth2018-07-1314-13/+156
|\ \ \ \ \ | | | | | | | | | | | | Consider fixed-size arrays when checking for recursive structs.
| * | | | | Add test cases.Daniel Kirchner2018-07-1312-0/+139
| | | | | |
| * | | | | Add Changelog entry.Daniel Kirchner2018-07-131-0/+1
| | | | | |
| * | | | | Use CycleDetector and account for multi-dimensional arrays.Daniel Kirchner2018-07-131-19/+16
| | | | | |
| * | | | | Consider fixed size array members when checking for recursive structs.Daniel Kirchner2018-07-131-0/+6
| | | | | |
* | | | | | Merge pull request #4431 from ethereum/tupleDeclarationchriseth2018-07-1330-203/+205
|\ \ \ \ \ \ | | | | | | | | | | | | | | Disallow multi variable declarations with mismatching number of values.
| * | | | | | Update tests.Daniel Kirchner2018-07-1322-103/+177
| | | | | | |
| * | | | | | Update documentation.Daniel Kirchner2018-07-131-2/+2
| | | | | | |
| * | | | | | Update Changelog.Daniel Kirchner2018-07-131-0/+1
| | | | | | |
| * | | | | | Disallow multi variable declarations with mismatching number of values.Daniel Kirchner2018-07-136-98/+25
| |/ / / / /
* | | | | | Merge pull request #4504 from rrrkren/developchriseth2018-07-131-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | removed addtional solc in docker command
| * | | | | removed addtional solc in docker commandEric Ren2018-07-131-1/+1
|/ / / / /
* | | | | Merge pull request #4503 from nventuro/patch-1chriseth2018-07-131-4/+0
|\ \ \ \ \ | |/ / / / |/| | | | Removed repeated documentation
| * | | | Removed repeated documentationNicolás Venturo2018-07-131-4/+0
|/ / / / | | | | | | | | There is already a paragraph below describing how to call functions in both their internal and external forms (and IMO it's clearer).
* | | | Merge pull request #4437 from ethereum/report-empty-var-declschriseth2018-07-135-0/+37
|\ \ \ \ | | | | | | | | | | [BREAKING] Report empty var tuple decls
| * | | | Generates a syntax error when declaring a variable declaration's LHS has no ↵Christian Parpart2018-07-125-0/+37
| | | | | | | | | | | | | | | | | | | | named components
* | | | | Merge pull request #4447 from hosho/developchriseth2018-07-132-0/+8
|\ \ \ \ \ | | | | | | | | | | | | Fix NatSpec json output for "@notice" and "@dev" tags on contract definitions
| * | | | | Add changelog bugfixMatthew Little2018-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | For fixing NatSpec json output for "@notice" and "@dev" tags on contract definitions.
| * | | | | Fix NatSpec json output for "@notice" and "@dev" tags on contract definitions.Matt Little2018-07-121-0/+7
| |/ / / /
* | | | | Merge pull request #4478 from ethereum/requireStorageLocationchriseth2018-07-1323-84/+65
|\ \ \ \ \ | | | | | | | | | | | | Turn missing storage locations into an error.
| * | | | | Update docs.Daniel Kirchner2018-07-121-3/+6
| | | | | |
| * | | | | Update Changelog.Daniel Kirchner2018-07-121-0/+2
| | | | | |
| * | | | | Update compilation tests wrt requiring storage locations.Daniel Kirchner2018-07-124-12/+12
| | | | | |
| * | | | | Update test wrt requiring storage locations.Daniel Kirchner2018-07-1216-56/+41
| | | | | |
| * | | | | Require storage location.Daniel Kirchner2018-07-121-13/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #4479 from ethereum/fixFixedPointCrashAlex Beregszaszi2018-07-121-3/+7
|\ \ \ \ \ | |_|/ / / |/| | | | Fix handling of fixed point types in arithmetics.
| * | | | Fix handling of fixed point types in arithmetics.chriseth2018-07-111-3/+7
| | | | |
* | | | | Merge pull request #4428 from ethereum/enforce_staticcall_viewchriseth2018-07-124-18/+60
|\ \ \ \ \ | | | | | | | | | | | | [BREAKING] Enforce STATICCALL for view and pure
| * | | | | Use STATICCALL for view and pureLeonardo Alt2018-07-114-18/+60
| | | | | |
* | | | | | Merge pull request #4083 from ethereum/variable_stack_slotchriseth2018-07-128-44/+446
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | [BREAKING] Allocate local variables according to their scope
| * | | | | Change test from public to externalLeonardo Alt2018-07-111-1/+1
| | | | | |
| * | | | | Added assertion and tests suggestionsLeonardo Alt2018-07-114-8/+30
| | | | | |
| * | | | | Add more tests and assertionsLeonardo Alt2018-07-114-1/+157
| | | | | |
| * | | | | Added tests and review suggestionsLeonardo Alt2018-07-115-22/+176
| | | | | |
| * | | | | [050] Reserving and popping local vars in their scopeLeonardo Alt2018-07-115-41/+111
| | | | | |
* | | | | | Merge pull request #4493 from ethereum/chriseth-patch-1Alex Beregszaszi2018-07-121-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Clarify Yul optimiser readme.
| * | | | | | Clarify optimiser readme.chriseth2018-07-121-0/+4
|/ / / / / /
* | | | | | Merge pull request #4488 from chase1745/use-explicit-data-locations-syntax-testschriseth2018-07-1238-83/+83
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added default data locations to parameters for syntax tests.
| * | | | | | Added default data locations to parameters for syntax tests.Chase McDermott2018-07-1238-83/+83
|/ / / / / /
* | | | | | Merge pull request #4461 from ethereum/fuzzer-fixchriseth2018-07-121-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Catch the proper exceptions in solfuzzer
| * | | | | | Catch the proper exceptions in solfuzzerAlex Beregszaszi2018-07-121-0/+4
| | | | | | |
* | | | | | | Merge pull request #4443 from ethereum/double_var_decl_fixchriseth2018-07-126-1/+49
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix crash when declaring the same var twice in the same scope
| * | | | | | Add comment explaining new codeLeonardo Alt2018-07-111-0/+5
| | | | | | |
| * | | | | | Fix crash for double variable declaration in the same scope.Leonardo Alt2018-07-116-1/+44
| |/ / / / /
* | | | | | Merge pull request #4472 from ethereum/complexCalldataArraysNotYetImplementedchriseth2018-07-121-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Throw unimplemented exception for complex calldata arrays.
| * | | | | | Throw unimplemented exception for complex calldata arrays.chriseth2018-07-111-1/+2
| | | | | | |
* | | | | | | Merge pull request #4480 from ethereum/fixZeroWithExponentchriseth2018-07-124-31/+41
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix literals with exponents with mantissa of zero.
| * | | | | | | Add Changelog entry.Daniel Kirchner2018-07-121-0/+1
| | | | | | | |
| * | | | | | | Split test case into failing and succeeding case.Daniel Kirchner2018-07-112-24/+29
| | | | | | | |
| * | | | | | | Fix literals with exponents with mantissa of zero.Daniel Kirchner2018-07-112-8/+12
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #4404 from ethereum/v050-var-keyword-suggestChristian Parpart2018-07-114-19/+86
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [WIP] v0.5.0 var keyword type suggestion
| * | | | | | Coding style.chriseth2018-07-111-23/+18
| | | | | | |
| * | | | | | semantics: Suggest auto-deduced type when user declares variable with `var` ↵Christian Parpart2018-07-114-19/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | keyword.
* | | | | | | Merge pull request #4454 from ethereum/constructorArgCountchriseth2018-07-116-36/+13
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | [BREAKING] Wrong argument count in constructor call
| * | | | | | Cleans up syntax test.Erik Kundt2018-07-111-4/+1
| | | | | | |
| * | | | | | Improves error with suggestion to remove parantheses.Erik Kundt2018-07-114-4/+7
| | | | | | |
| * | | | | | Updates Changelog, syntax test and simplifies type checker.Erik Kundt2018-07-112-10/+2
| | | | | | |
| * | | | | | Adds changelog entry.Erik Kundt2018-07-111-0/+1
| | | | | | |
| * | | | | | Turns wrong argument count in base constructor call into en error.Erik Kundt2018-07-113-32/+16
| |/ / / / /
* | | | | | Merge pull request #4388 from ethereum/noPackedLiteralschriseth2018-07-116-32/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Disallow packed encoding of literals.
| * | | | | | Disallow packed encoding of literals.chriseth2018-07-036-32/+20
| | | | | | |
* | | | | | | Merge pull request #4473 from ethereum/fixGasTuplechriseth2018-07-111-3/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix comparison operator for GasConsumption.
| * | | | | | | Fix comparison operator for GasConsumption.chriseth2018-07-111-3/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #4462 from cryptomental/feature/add-codespellchriseth2018-07-1161-131/+152
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Feature/add codespell
| * | | | | | Code, Changelog, ReleaseChecklist: Fix typos.Cryptomental2018-07-1126-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs: #4442
| * | | | | | test: Fix typos.Cryptomental2018-07-1122-73/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos using codespell. Refs: #4442
| * | | | | | docs: Fix typos.Cryptomental2018-07-1111-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used codespell and manual fixes. Refs: #4442
| * | | | | | circleci: Integrate codespell.Cryptomental2018-07-112-0/+21
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run codespell against documentation and during Linux test run. Use codespell_whitelist.txt dictionary to whitelist words that should not be considered as misspelled. Currently whitelist "iff" and "nd". Refs: #4442
* | | | | | Merge pull request #4376 from ethereum/fallbackExternalchriseth2018-07-1112-30/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fallback functions have to be external
| * | | | | | Changelog entry.chriseth2018-07-041-0/+2
| | | | | | |
| * | | | | | Update tests.chriseth2018-07-0410-26/+7
| | | | | | |
| * | | | | | Fallback function has to be external.chriseth2018-07-041-4/+1
| | | | | | |
* | | | | | | Merge pull request #4470 from ethereum/vs2017-build-fix-idealChristian Parpart2018-07-113-14/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Visual Studio 2017 build-time (linking) fix and improvements
| * | | | | | Visual Studio 2017 build-time (linking) fix and improvementsChristian Parpart2018-07-113-14/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4464 from ↵chriseth2018-07-115-4/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | cryptomental/bugfix/fix-typos-in-AsmParser-and-TypeChecker AsmParser,TypeChecker: Fix typos.
| * | | | | | libsolidity/syntaxTests: Add a test case for unwanted named arguments.Cryptomental2018-07-101-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs: #4442
| * | | | | | AsmParser,TypeChecker: Fix typos.Cryptomental2018-07-104-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos. The change requested as a separate PR during codespell PR. Adapt tests as well. Refs: #4442
* | | | | | | Merge pull request #4466 from ethereum/tupleNotEmptychriseth2018-07-1110-49/+27
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Disallow empty tuple components.
| * | | | | | Remove special ``(x,)`` case from type assignment.chriseth2018-07-101-4/+0
| | | | | | |
| * | | | | | Update end-to-end tests.Daniel Kirchner2018-07-101-1/+1
| | | | | | |
| * | | | | | Update changelog.Daniel Kirchner2018-07-101-0/+1
| | | | | | |
| * | | | | | Update tests.Daniel Kirchner2018-07-107-37/+23
| | | | | | |
| * | | | | | Disallow empty tuple components.Daniel Kirchner2018-07-101-7/+2
| | | | | | |
* | | | | | | Merge pull request #4468 from ethereum/variableDeclarationClenaupchriseth2018-07-101-7/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove mentions of ``var`` in VariableDeclarationStatement comment.
| * | | | | | | Remove mentions of ``var`` in VariableDeclarationStatement comment.chriseth2018-07-101-7/+9
| | | | | | | |
* | | | | | | | Merge pull request #4408 from ethereum/v050-no-unary-pluschriseth2018-07-106-29/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [BREAKING] defaulting to v0.5.0 behaviour of unary + operator (disallow)
| * | | | | | | | Changelog entry.chriseth2018-07-101-0/+1
| | | | | | | | |
| * | | | | | | | defaulting to v0.5.0 behaviour of unary + operator (disallow); also adapting ↵Christian Parpart2018-07-105-29/+4
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | all tests to it
* | | | | | | | Merge pull request #4212 from jvmaia/patch-3chriseth2018-07-101-1/+486
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | micropayment channel example with two chapters