aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace ``isConstructor`` field in the JSON AST by a ``kind`` field.Daniel Kirchner2018-09-1122-21/+22
* Merge pull request #4935 from elopio/patch-5chriseth2018-09-111-1/+3
|\
| * On a yul switch, at least one case is required when there is no default state...Leo Arias2018-09-111-1/+3
|/
* Merge pull request #4940 from elopio/patch-6chriseth2018-09-111-2/+2
|\
| * Clarify a little the function hoister optimizationLeo Arias2018-09-111-2/+2
|/
* Merge pull request #4896 from ethereum/expCleanupchriseth2018-09-106-1/+131
|\
| * Update bug description, add regex and tests.chriseth2018-09-103-48/+83
| * Changelog entry and bug list.chriseth2018-09-103-0/+53
| * Always perform cleanup for EXP.chriseth2018-09-101-1/+3
| * Tests.chriseth2018-09-101-0/+40
|/
* Merge pull request #4912 from ethereum/fixNewlinechriseth2018-09-104-33/+167
|\
| * Changelog.chriseth2018-09-061-0/+3
| * Tests.chriseth2018-09-061-0/+98
| * This fixes several bugs with regards to line breaks and comments:chriseth2018-09-063-28/+66
| * Refactor handling of whitespace.chriseth2018-09-061-5/+0
* | Merge pull request #4929 from flantony/patch-1chriseth2018-09-101-0/+5
|\ \
| * | Add YAKINDU Solidity Tools to Integrations listFlorian Antony2018-09-071-0/+5
|/ /
* | Merge pull request #4841 from ethereum/struct_event_jsonpathchriseth2018-09-075-53/+199
|\ \
| * | Buglist check script supports json pathsLeonardo Alt2018-09-075-53/+199
|/ /
* | Merge pull request #4844 from ethereum/docs-1644-bytecodechriseth2018-09-071-17/+17
|\ \
| * | Clean up metadata and clarify what small changes affectChris Ward2018-09-061-18/+18
* | | Merge pull request #4903 from ethereum/chriseth-patch-1chriseth2018-09-071-9/+13
|\ \ \
| * | | Update index.rstchriseth2018-09-051-9/+13
* | | | Merge pull request #4905 from ethereum/chriseth-patch-2chriseth2018-09-061-18/+21
|\ \ \ \
| * | | | Update first part of example.chriseth2018-09-061-18/+21
| |/ / /
* | | | Merge pull request #4918 from lazaridiscom/developchriseth2018-09-061-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | ignore deps install and cache dirsLazaridis2018-09-061-0/+2
* | | | Merge pull request #4917 from ethereum/parserCleanupDaniel Kirchner2018-09-062-46/+64
|\ \ \ \ | |/ / / |/| | |
| * | | More consistently use parse*() functions without argument in the parser.Daniel Kirchner2018-09-062-46/+64
|/ / /
* | | Merge pull request #4846 from ethereum/docs-4574-infofeedchriseth2018-09-061-13/+5
|\ \ \
| * | | Remove unneeded paragraphChris Ward2018-09-051-3/+0
| * | | Update Infofeed example code and explanationChris Ward2018-08-221-12/+7
| | |/ | |/|
* | | Merge pull request #4872 from bakaoh/issue4716chriseth2018-09-063-4/+14
|\ \ \
| * | | Fix #4716: Crash when array index value is too largebakaoh2018-09-053-4/+14
| |/ /
* | | Merge pull request #4887 from ethereum/addressSplitchriseth2018-09-0612-102/+174
|\ \ \
| * | | Split IntegerType into IntegerType and AddressType.Daniel Kirchner2018-09-0512-102/+174
| | |/ | |/|
* | | Merge pull request #4889 from liangdzou/developchriseth2018-09-051-1/+2
|\ \ \ | |/ / |/| |
| * | change the vim temp files pattern to more accurate versionliangdzou2018-09-051-1/+2
| * | add more vim temp files to gitignore fileliangdzou2018-09-041-1/+1
* | | Merge pull request #4590 from ethereum/msgValueModifierchriseth2018-09-0513-66/+142
|\ \ \
| * | | Update changelog.chriseth2018-09-041-1/+1
| * | | Fix endToEnd testLeonardo Alt2018-09-041-0/+10
| * | | Turn warning into error.chriseth2018-09-044-8/+10
| * | | Warns if modifier uses msg.value in non-payable function.Erik Kundt2018-09-0411-65/+129
* | | | Merge pull request #4895 from ethereum/abidecodesinglechriseth2018-09-055-21/+37
|\ \ \ \
| * | | | Fix abi.decode returning single value.chriseth2018-09-055-21/+37
* | | | | Merge pull request #4866 from bakaoh/issue4743chriseth2018-09-0540-49/+51
|\ \ \ \ \
| * | | | | Update test to correct source location for nameless parametersbakaoh2018-08-3139-45/+46
| * | | | | Fix#4743: Incorrect source location for nameless parametersbakaoh2018-08-281-4/+5
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4883 from ethereum/docs_json_urls_allow_pathschriseth2018-09-051-0/+2
|\ \ \ \ \
| * | | | | Mention in the standard json documentation that files in urls need their dire...Leonardo Alt2018-09-031-0/+2
| |/ / / /
* | | | | Merge pull request #4880 from ethereum/fix_cmdlineTest_tmpdirchriseth2018-09-051-13/+13
|\ \ \ \ \
| * | | | | mktemp might use variable TMPDIR. Renaming it in our script to avoid conflicts.Leonardo Alt2018-09-031-13/+13
| |/ / / /
* | | | | Merge pull request #4878 from federicobond/patch-1chriseth2018-09-051-1/+1
|\ \ \ \ \
| * | | | | Add hex numbers with uppercase X to grammar.txtFederico Bond2018-09-021-1/+1
| |/ / / /
* | | | | Merge pull request #4897 from ethereum/trailingWhitespaceDetectionchriseth2018-09-053-1/+26
|\ \ \ \ \
| * | | | | Remove trailing whitespace.Daniel Kirchner2018-09-042-4/+2
| * | | | | Trailing whitespace detection script and circleci job.Daniel Kirchner2018-09-042-0/+27
* | | | | | Merge pull request #4890 from ethereum/msvcVersionFixchriseth2018-09-051-5/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Use wildcards for MSVC version in scripts/release.bat.Daniel Kirchner2018-09-041-5/+3
| |/ / / /
* | | | | Merge pull request #4888 from ethereum/disallow_single_statement_vardecl_if_w...chriseth2018-09-048-2/+84
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Review suggestionsLeonardo Alt2018-09-043-12/+12
| * | | | Changed error message and added testsLeonardo Alt2018-09-046-1/+59
| * | | | Disallow single statement var decl in if/while/for without blocksLeonardo Alt2018-09-043-2/+26
* | | | | Merge pull request #4829 from ethereum/callBytesReturnchriseth2018-09-0418-138/+413
|\ \ \ \ \
| * | | | | Add another end-to-end test.Daniel Kirchner2018-09-041-0/+127
| * | | | | Update documentation.Daniel Kirchner2018-09-042-3/+6
| * | | | | Update compilation tests.Daniel Kirchner2018-09-044-16/+11
| * | | | | Add return data to bare calls.Daniel Kirchner2018-09-0412-119/+269
* | | | | | Merge pull request #4856 from ethereum/fix_docs_remix_urlchriseth2018-09-041-1/+1
|\ \ \ \ \ \
| * | | | | | Fix remix-ide url in docsLeonardo Alt2018-09-041-1/+1
| |/ / / / /
* | | | | | Merge pull request #4836 from ethereum/docs-1532-remappingchriseth2018-09-041-34/+36
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Clarify remappingChris Ward2018-09-041-34/+36
* | | | | | Merge pull request #4882 from ethereum/removeTrailingWhitespacechriseth2018-09-0420-711/+711
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Update generation of bugs_by_version.json.Daniel Kirchner2018-09-041-1/+1
| * | | | | Remove trailing whitespace for all files in the repository.Daniel Kirchner2018-09-0419-710/+710
|/ / / / /
* | | | | Merge pull request #4837 from chase1745/default-to-unspecifiedchriseth2018-09-046-12/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Rename Location::Default to Location::Unspecified.Chase McDermott2018-08-186-12/+12
| | |_|/ | |/| |
* | | | Merge pull request #4578 from aj07/patch-1chriseth2018-09-041-10/+55
|\ \ \ \
| * | | | Update README.mdAnkit Raj2018-09-041-10/+55
|/ / / /
* | | | Merge pull request #4851 from anurag-git/anurag_issue_4824chriseth2018-09-033-9/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Removed unused "FunctionType::Kind::CallCode" from Types.h and all its usageAnurag Dashputre2018-08-233-9/+3
| |/ /
* | | Merge pull request #4848 from RichardLitt/patch-1chriseth2018-09-031-2/+2
|\ \ \
| * | | docs(bug_report.md): Small grammar fixesRichard Littauer2018-08-231-2/+2
| |/ /
* | | Merge pull request #4850 from anurag-git/anurag_issue_3667chriseth2018-09-031-7/+0
|\ \ \ | |/ / |/| |
| * | Merge branch 'develop' into anurag_issue_3667Anurag Dashputre2018-08-23217-922/+3812
| |\ \ | |/ / |/| |
* | | Merge pull request #4629 from ethereum/mapping_dynamic_keychriseth2018-08-168-1/+50
|\ \ \
| * | | Dynamic type as mapping key returns error instead of assertion failLeonardo Alt2018-08-168-1/+50
* | | | Merge pull request #4818 from ethereum/clarifyConstructorArgschriseth2018-08-161-4/+8
|\ \ \ \
| * | | | Clarify constructor arguments.chriseth2018-08-161-4/+8
* | | | | Merge pull request #4825 from ethereum/expressionCompBareCallchriseth2018-08-162-5/+16
|\ \ \ \ \
| * | | | | More safeguards for (library) function types.chriseth2018-08-152-5/+16
* | | | | | Merge pull request #4831 from liangdzou/developchriseth2018-08-161-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | fix a typo: declaratoion => declarationliangdzou2018-08-161-1/+1
|/ / / / /
* | | | | Merge pull request #4822 from ethereum/addressStaticCallchriseth2018-08-1612-17/+161
|\ \ \ \ \
| * | | | | Add some more documentation.Daniel Kirchner2018-08-153-7/+10
| * | | | | Add syntax test for ``address.staticcall.value``.Daniel Kirchner2018-08-151-0/+15
| * | | | | Add view pure checker tests for ``address.staticcall(...)``.Daniel Kirchner2018-08-151-1/+20
| * | | | | Add ``staticcall`` to ``address``.Daniel Kirchner2018-08-158-9/+116
| |/ / / /
* | | | | Merge pull request #4820 from ethereum/disallow_indexed_ref_v2chriseth2018-08-1611-2/+275
|\ \ \ \ \
| * | | | | Bug list entryLeonardo Alt2018-08-152-2/+20
| * | | | | Review suggestionsLeonardo Alt2018-08-154-6/+6
| * | | | | Add end to end testsLeonardo Alt2018-08-151-0/+203
| * | | | | Disallow indexed reference types in events when using ABIEncoderV2Leonardo Alt2018-08-158-0/+52
| |/ / / /
* | | | | Merge pull request #4826 from fvictorio/patch-2chriseth2018-08-161-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add missing parentheses in ABI Encoding sectionFranco Victorio2018-08-161-1/+1
|/ / / /
* | | | Merge pull request #4496 from ethereum/faq-reorg-contractschriseth2018-08-152-39/+54
|\ \ \ \ | |_|_|/ |/| | |
| * | | Move contract related FAQ pointsChris Ward2018-08-152-39/+54
* | | | Merge pull request #4390 from ethereum/abidecodechriseth2018-08-1518-8/+384
|\ \ \ \
| * | | | Changelog entry.chriseth2018-08-151-0/+1
| * | | | Documentation.chriseth2018-08-152-2/+4
| * | | | Add abi.decode(bytes data, (...))chriseth2018-08-1515-6/+379
* | | | | Merge pull request #4583 from ethereum/nested_array_library_changelogchriseth2018-08-156-4/+187
|\ \ \ \ \
| * | | | | Update bug list and add regular expression to bug list and add test.Leonardo Alt2018-08-146-16/+176
| * | | | | Bugfix entry regarding nested arrays returned by library functionsLeonardo Alt2018-08-142-4/+27
* | | | | | Merge pull request #4797 from bakaoh/issue4718chriseth2018-08-157-4/+27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fixes #4718: High CPU usage when using large variable namesbakaoh2018-08-157-4/+27
| | |_|/ / | |/| | |
* | | | | Merge pull request #4817 from crypto-jeronimo/fix-typo-in-docschriseth2018-08-151-1/+1
|\ \ \ \ \
| * | | | | Fix typo in documentation.Crypto Jerônimo2018-08-151-1/+1
| |/ / / /
* | | | | Merge pull request #4815 from gftea/developchriseth2018-08-151-3/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | clarify multiple inheritance in solidity and its differences against to pythonSimon Chen2018-08-151-3/+14
* | | | | Merge pull request #4816 from ethereum/typeConversionDocchriseth2018-08-152-11/+103
|\ \ \ \ \
| * | | | | Extend documentation about explicit and implicit conversions between (u)intXX...Daniel Kirchner2018-08-152-11/+103
|/ / / / /
* | | | | Merge pull request #4738 from ethereum/dataloc_mergedchriseth2018-08-1590-310/+586
|\ \ \ \ \
| * | | | | Make joinHumanReadable work for input iterators.chriseth2018-08-151-16/+12
| * | | | | Update external tests.chriseth2018-08-159-23/+23
| * | | | | Update tests.chriseth2018-08-1562-113/+179
| * | | | | New test cases.mingchuan2018-08-1520-0/+126
| * | | | | Update testsChase McDermott2018-08-158-39/+39
| * | | | | Update documentation.chriseth2018-08-153-37/+36
| * | | | | Refactor data location check.Chase McDermott2018-08-156-131/+220
* | | | | | Merge pull request #4542 from aarlt/constructor_natspecchriseth2018-08-155-27/+216
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix: natspec annotations on constructorsAlexander Arlt2018-08-095-27/+216
* | | | | | Merge pull request #4776 from ethereum/const-opt-costchriseth2018-08-143-3/+3
|\ \ \ \ \ \
| * | | | | | Calculate the dataGas correctly in the constant optimiserAlex Beregszaszi2018-08-143-3/+3
|/ / / / / /
* | | | | | Merge pull request #4765 from ethereum/fixes-issue-4673chriseth2018-08-144-2/+9
|\ \ \ \ \ \
| * | | | | | Fixes issue where computing storage size for a number would take too long.Christian Parpart2018-08-144-2/+9
* | | | | | | Merge pull request #4372 from JesseBusman/implicit-convertibility-functionschriseth2018-08-147-23/+263
|\ \ \ \ \ \ \
| * | | | | | | Add implicit convertibility to function pointer with higher state mutabilityJesse Busman2018-08-147-23/+263
* | | | | | | | Merge pull request #4780 from ethereum/enumDatachriseth2018-08-141-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Clarify data representation of enums.chriseth2018-08-141-1/+5
* | | | | | | | | Merge pull request #4787 from ethereum/updateLinkschriseth2018-08-141-27/+41
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Re-group links.chriseth2018-08-091-24/+37
| * | | | | | | | Update links and deprecated unmaintained tools.chriseth2018-08-091-3/+4
* | | | | | | | | Merge pull request #4792 from ethereum/someABIDocFixeschriseth2018-08-141-48/+56
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Some style fixes to the ABI documentation.chriseth2018-08-101-48/+56
* | | | | | | | | Merge pull request #4788 from ethereum/noWarnDocchriseth2018-08-1413-180/+262
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update documentation.chriseth2018-08-144-39/+100
| * | | | | | | | | Also extract tests that do not start with a pragma.chriseth2018-08-142-24/+25
| * | | | | | | | | Update documentation examples.chriseth2018-08-1410-86/+99
| * | | | | | | | | Test that documentation does not contain any warnings.chriseth2018-08-142-37/+44
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4782 from ethereum/encodePackedArrayOfStructschriseth2018-08-144-10/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Changelog entry.chriseth2018-08-101-0/+1
| * | | | | | | | | Tests.chriseth2018-08-102-0/+19
| * | | | | | | | | Disallow packed encoding of arrays of structs.chriseth2018-08-101-10/+10
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4796 from ethereum/structs-in-interfaceschriseth2018-08-145-7/+72
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Adds support for structs in interfaces.Christian Parpart2018-08-145-7/+72
|/ / / / / / / /
* | | | | | | | Merge pull request #4813 from ethereum/replace_safety_stopchriseth2018-08-144-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace safety stop by invalidLeonardo Alt2018-08-144-8/+8
|/ / / / / / / /
* | | | | | | | Merge pull request #4799 from ethereum/semanticsTestsGasEtAlchriseth2018-08-145-0/+122
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix tests for constantinople (expect zero for the time being).Daniel Kirchner2018-08-141-9/+22
| * | | | | | | | Add missing tests for ``gasleft()``, ``blockhash()`` ``tx.gasprice`` and ``bl...Daniel Kirchner2018-08-145-0/+109
* | | | | | | | | Merge pull request #4777 from ethereum/typeConversionMemorychriseth2018-08-145-5/+14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Defaul data location for type conversions is memory.chriseth2018-08-135-5/+14
* | | | | | | | | Merge pull request #4798 from ethereum/mappingArgumentsAndReturnschriseth2018-08-1336-7/+438
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add tests for mappings in function types.Daniel Kirchner2018-08-134-0/+20
| * | | | | | | | | Allow mappings of arrays as arguments and return values of internal functions.Daniel Kirchner2018-08-1313-4/+101
| * | | | | | | | | Consider mappings return values in control flow analysis.Daniel Kirchner2018-08-136-1/+25
| * | | | | | | | | Allow mapping arguments and return values in all internal functions.Daniel Kirchner2018-08-136-11/+57
| * | | | | | | | | Allow mapping arguments and return values in internal library functions.Daniel Kirchner2018-08-1315-1/+245
| |/ / / / / / / /
* | | | | | | | | Merge pull request #4696 from ethereum/byteLiteralConversionchriseth2018-08-1326-126/+316
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Disallow ambiguous conversions between number literals and bytesXX types.Daniel Kirchner2018-08-1326-126/+316
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4618 from ethereum/docs-1211-contract-typechriseth2018-08-131-10/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update from feedbackChris Ward2018-08-131-3/+6
| * | | | | | | | | Remove initial sentence.chriseth2018-08-061-8/+5
| * | | | | | | | | Changes after rebasingChris Ward2018-08-011-12/+18
| * | | | | | | | | Add contract type to types docChris Ward2018-08-011-0/+7
* | | | | | | | | | Merge pull request #4794 from ethereum/tableWrapchriseth2018-08-132-4/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix table css.chriseth2018-08-102-4/+4
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4793 from ethereum/emptyRemappingschriseth2018-08-1310-43/+82
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Update documentation.Daniel Kirchner2018-08-112-11/+11
| * | | | | | | | Disallow remappings with empty prefix.Daniel Kirchner2018-08-118-32/+71
|/ / / / / / / /
| | | | | | | * Removed the default cases related to assertion to detect the problem at compi...Anurag Dashputre2018-08-231-6/+0
| | | | | | | * Default case removed to detect errors at comoile time rather than run timeAnurag Dashputre2018-08-171-1/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #4791 from ethereum/useCodeBlockchriseth2018-08-102-23/+23
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Use code-block when using a different language.chriseth2018-08-102-23/+23
|/ / / / / /
* | | | | | Merge pull request #4790 from ethereum/fixCalldatachriseth2018-08-101-1/+1
|\ \ \ \ \ \
| * | | | | | Fix data location of external reference parameters.chriseth2018-08-091-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4767 from ethereum/cvc4BuildDaniel Kirchner2018-08-095-13/+39
|\ \ \ \ \ \
| * | | | | | Add Changelog entry.Daniel Kirchner2018-08-091-0/+1
| * | | | | | Do not force GMP to be present as dependency of CVC4, but also allow CLN inst...Daniel Kirchner2018-08-093-17/+23
| * | | | | | Add workarounds for building against CVC4 on ArchLinux.Daniel Kirchner2018-08-093-2/+21
* | | | | | | Merge pull request #4786 from gftea/developchriseth2018-08-091-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | add link for text "fallback function"gftea2018-08-091-1/+1
* | | | | | Merge pull request #4785 from f-daniel/patch-1chriseth2018-08-091-0/+9
|\ \ \ \ \ \
| * | | | | | Extension of tools listf-daniel2018-08-091-0/+9
|/ / / / / /
* | | | | | Merge pull request #4783 from elopio/test/function-call-syntactical-equalitychriseth2018-08-091-1/+27
|\ \ \ \ \ \
| * | | | | | tests: add yul simplifier not applied with function callsLeo Arias2018-08-091-1/+27
| |/ / / / /
* | | | | | Merge pull request #4784 from ethereum/fixes-msvc-compilationchriseth2018-08-091-24/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixes compilation under MSVC.Christian Parpart2018-08-091-24/+25
|/ / / / /
* | | | | Merge pull request #4781 from ethereum/stdNextchriseth2018-08-092-2/+2
|\ \ \ \ \
| * | | | | Explicitly use std::next to avoid boost version.chriseth2018-08-092-2/+2
|/ / / / /
* | | | | Merge pull request #4778 from ethereum/dynamicArraysDocschriseth2018-08-091-8/+5
|\ \ \ \ \
| * | | | | Change note about returning dynamic arrays.chriseth2018-08-091-8/+5
|/ / / / /
* | | | | Merge pull request #4775 from ethereum/sha3-to-keccak256chriseth2018-08-096-15/+15
|\ \ \ \ \
| * | | | | Rename FunctionKind SHA3 to KECCAK256 (as the instruction was renamed in libe...Alex Beregszaszi2018-08-096-15/+15
* | | | | | Merge pull request #4773 from ethereum/chriseth-patch-1chriseth2018-08-091-7/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Clarify packed encoding.chriseth2018-08-091-7/+5
| | |_|/ / | |/| | |
* | | | | Merge pull request #4772 from ethereum/asm-jsonAlex Beregszaszi2018-08-093-3/+182
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use dev::toString() in Assembly instead of misusing string{} for u256Alex Beregszaszi2018-08-091-2/+2
| * | | | Test for legacyAssembly in StandardCompilerAlex Beregszaszi2018-08-091-1/+29
| * | | | Add tests for the assembler objectAlex Beregszaszi2018-08-091-0/+151
| |/ / /
* | | | Merge pull request #4684 from ethereum/underscores_in_numeric_literalschriseth2018-08-0915-14/+256
|\ \ \ \ | |/ / / |/| | |
| * | | Cleanup & polish numbers-with-underscores parsing, also improving tests.Christian Parpart2018-08-0812-200/+180
| * | | Add stricter hex underscore rulesBalajiganapathi S2018-08-087-20/+86
| * | | Allow underscores in numbers.Balajiganapathi S2018-08-085-2/+198
* | | | Merge pull request #4665 from mattaereal/cmake-patch-solverAlex Beregszaszi2018-08-095-11/+43
|\ \ \ \
| * | | | cmake flags to make solvers optional. Implementation of #4651Matías Aereal Aeón2018-08-085-11/+43
* | | | | Merge pull request #4770 from ethereum/throw-codegenAlex Beregszaszi2018-08-091-4/+2
|\ \ \ \ \
| * | | | | Remove code generation for Throw statementAlex Beregszaszi2018-08-091-4/+2
* | | | | | Merge pull request #4769 from ethereum/inlineasm-overloading-resolutionAlex Beregszaszi2018-08-093-0/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Provide nicer error message when referencing overloaded referencesAlex Beregszaszi2018-08-083-0/+15
* | | | | | Merge pull request #4753 from mattaereal/boost-to-string-patchAlex Beregszaszi2018-08-0814-36/+32
|\ \ \ \ \ \
| * | | | | | Removing std:: from std::to_string and include for boost/lexical_castMatías Aereal Aeón2018-08-0813-35/+31
| * | | | | | Replace boost:lexical_cast<std::string> for std::to_string.Matías Aereal Aeón2018-08-084-11/+11
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4761 from ethereum/libsolc-exceptionsAlex Beregszaszi2018-08-084-22/+28
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Mark libsolc external C functions as noexceptAlex Beregszaszi2018-08-082-18/+24
| * | | | | Mark StandardCompiler::compile as noexceptAlex Beregszaszi2018-08-082-4/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #4763 from ethereum/remove-experimental-050Alex Beregszaszi2018-08-083-6/+2
|\ \ \ \ \
| * | | | | Remove experimental 0.5.0 pragmaAlex Beregszaszi2018-08-083-6/+2
|/ / / / /
* | | | | Merge pull request #4740 from ethereum/enforceNumberOfReturnValueschriseth2018-08-0813-38/+101
|\ \ \ \ \
| * | | | | Add back lost test case to a more reasonable location.Daniel Kirchner2018-08-081-0/+3
| * | | | | Adjust return expressions in compilation tests.Daniel Kirchner2018-08-082-9/+8
| * | | | | Update and extend tests for return expressions.Daniel Kirchner2018-08-088-28/+84
| * | | | | Disallow empty return expressions in functions with non-empty return parameters.Daniel Kirchner2018-08-082-1/+6
* | | | | | Merge pull request #4589 from sifmelcara/fix/dynamic-link-boost-testAlex Beregszaszi2018-08-082-0/+19
|\ \ \ \ \ \
| * | | | | | Define BOOST_TEST_DYN_LINK for building soltest if Boost_USE_STATIC_LIBS is n...Daniel Kirchner2018-08-021-0/+4
| * | | | | | Fix shared boost test library build by customizing mainmingchuan2018-08-021-0/+15
* | | | | | | Merge pull request #4528 from guidovranken/propagate_CMAKE_CXX_FLAGS_jsoncppAlex Beregszaszi2018-08-081-3/+11
|\ \ \ \ \ \ \
| * | | | | | | Rename JSONCPP_EXTRA_FLAGS to JSONCPP_CXX_FLAGS, add EMSCRIPTEN workaround an...Daniel Kirchner2018-08-081-3/+11
| * | | | | | | Propagate original CMAKE_CXX_FLAGS to jsoncpp compilationGuido Vranken2018-07-191-1/+1
* | | | | | | | Merge pull request #4747 from ethereum/enum-docschriseth2018-08-081-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Update enum with lifting the restriction for interfacesAlex Beregszaszi2018-08-081-1/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #4737 from ethereum/isoltestEarlyExitchriseth2018-08-081-13/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Initialize ``TestTool::m_formatted``.Daniel Kirchner2018-08-081-1/+1
| * | | | | | | | Always count all test cases in isoltest and exit early on user request.Daniel Kirchner2018-08-081-12/+21
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #4748 from ethereum/validate-identifierchriseth2018-08-083-2/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Assert that type identifier contains only valid charactersAlex Beregszaszi2018-08-082-1/+12
| * | | | | | | | Yul grammar: allow multiple $ signs (matches Solidity)Alex Beregszaszi2018-08-081-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4745 from ethereum/nameResolverNoEarlyExitchriseth2018-08-081-3/+0
|\ \ \ \ \ \ \ \