aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5776 from ethereum/equivalentFunctionCombinerchriseth2019-01-1620-163/+759
|\ | | | | [Yul] Equivalent function combiner.
| * Add equivalent function combiner as Yul optimizer step.Daniel Kirchner2019-01-1620-163/+759
| |
* | Merge pull request #5787 from ethereum/boost-upgrade-and-circleciChristian Parpart2019-01-165-9/+14
|\ \ | |/ |/| Ensuring we use at least boost 1.65, build static on Xenial, and adapt CircleCI accordingly.
| * Ensuring we use at least boost 1.65, build static on Xenial, and adapt ↵Christian Parpart2019-01-145-9/+14
| | | | | | | | CircleCI accordingly.
* | Merge pull request #5793 from ethereum/switchLiteralSameValuechriseth2019-01-1516-30/+166
|\ \ | | | | | | [Yul] Require equal types for switch cases and detect duplicates by number value.
| * | Disallow mismatching types in switch cases and detect duplicates by value ↵Daniel Kirchner2019-01-1516-30/+166
|/ / | | | | | | for number literals.
* | Merge pull request #5786 from ethereum/docs-split-micropaymentchriseth2019-01-152-429/+430
|\ \ | | | | | | [DOCS] Split micropayments example into seperate file
| * | Split micropayments example into seperate fileChris Ward2019-01-152-429/+430
|/ /
* | Merge pull request #5785 from ethereum/docs-split-safe-remotechriseth2019-01-152-107/+108
|\ \ | | | | | | [DOCS] Split safe remote example into new file
| * | Split safe remote example into new fileChris Ward2019-01-142-107/+108
| |/
* | Merge pull request #5784 from ethereum/docs-split-blind-auctionchriseth2019-01-152-341/+340
|\ \ | | | | | | [DOCS] Split blind auction example into seperate doc
| * | Split blind auction example into seperate docChris Ward2019-01-142-341/+340
| |/
* | Merge pull request #5746 from ethereum/docs-split-functionschriseth2019-01-142-399/+399
|\ \ | | | | | | [DOCS] Split functions docs
| * | Split functions docsChris Ward2019-01-142-399/+399
|/ /
* | Merge pull request #5790 from ethereum/faq-explicit-conversionchriseth2019-01-141-10/+0
|\ \ | | | | | | [DOCS] Remove explicit conversion FAQ item, covered elsewhere
| * | Remove explicit conversion FAQ item, covered elsewhereChris Ward2019-01-141-10/+0
| |/
* | Merge pull request #5788 from ethereum/remove-rnd-faqchriseth2019-01-141-9/+0
|\ \ | | | | | | [DOCS] Remove FAQ item on random number generation
| * | Remove random FAQ itemChris Ward2019-01-141-9/+0
| |/
* | Merge pull request #5789 from ethereum/waq-multid-arraychriseth2019-01-141-17/+0
|\ \ | | | | | | [DOCS] Remove Multi-dimensional array FAQ
| * | Remove Multi-dimensional array FAQChris Ward2019-01-141-17/+0
| |/
* | Merge pull request #5770 from ethereum/docs-split-mapping-typesChris Chinchilla2019-01-142-58/+59
|\ \ | | | | | | [DOCS] Split mapping types into new file
| * | Split mapping types into new fileChris Ward2019-01-142-58/+59
| |/
* | Merge pull request #5772 from ethereum/docs-split-conversionChris Chinchilla2019-01-142-127/+128
|\ \ | |/ |/| [DOCS] Split conversion sections into new doc
| * Split conversion sections into new docChris Ward2019-01-142-127/+128
|/
* Merge pull request #5783 from ethereum/docs-split-ex-voteChris Chinchilla2019-01-143-192/+193
|\ | | | | [DOCS] Split voting example into seperate file
| * Split voting example into seperate fileChris Ward2019-01-143-192/+193
|/
* Merge pull request #5777 from ethereum/windowsCodeSizeFixChristian Parpart2019-01-111-1/+1
|\ | | | | Avoid redundant copy of Block due to implicit conversion to Statement in CodeSize visit.
| * Avoid explicit conversion from Block to Statement in CodeSize visit.Daniel Kirchner2019-01-111-1/+1
|/
* Merge pull request #5757 from fulldecent/feature-latest-versionchriseth2019-01-103-5/+9
|\ | | | | Recommend to use latest version
| * Use latest version in code snippets.William Entriken2019-01-103-5/+9
|/
* Merge pull request #5765 from ethereum/unreachableCodechriseth2019-01-1027-12/+258
|\ | | | | Warn about unreachable code.
| * Warn about unreachable code.Daniel Kirchner2019-01-1027-12/+258
| |
* | Merge pull request #5774 from ethereum/variablesAreFreechriseth2019-01-1010-164/+322
|\ \ | | | | | | [Yul] Variables are free with regards to code size.
| * | Update tests.chriseth2019-01-095-155/+174
| | |
| * | Adjust inlining thresholds.chriseth2019-01-092-6/+10
| | |
| * | Variables are free with regards to code size.chriseth2019-01-093-3/+138
| |/
* | Merge pull request #5771 from ethereum/docs-split-operatorsChris Chinchilla2019-01-102-47/+48
|\ \ | | | | | | [DOCS] Split operators involving LValues into new doc
| * | Split operators involving LValues into new docChris Ward2019-01-093-48/+49
| | |
* | | Merge pull request #5769 from ethereum/docs-split-reference-typesChris Chinchilla2019-01-102-409/+410
|\ \ \ | | | | | | | | [DOCS] Split Reference types doc into new file
| * | | Split Reference types doc into new fileChris Ward2019-01-093-410/+411
| |/ /
* | | Merge pull request #5768 from ethereum/docs-split-value-typesChris Chinchilla2019-01-103-709/+710
|\ \ \ | |_|/ |/| | [DOCS] Split Value Types docs
| * | Split Value Types docsChris Ward2019-01-093-709/+710
| |/
* | Merge pull request #5764 from ethereum/moreTuningchriseth2019-01-091-42/+91
|\ \ | |/ |/| More code for optimizer tuning.
| * More code for optimizer tuning.chriseth2019-01-091-42/+91
|/
* Merge pull request #5761 from ethereum/useFlattenerchriseth2019-01-095-232/+206
|\ | | | | Use flattener
| * Use the block flattener.chriseth2019-01-085-232/+206
|/
* Merge pull request #5759 from ethereum/anotherBigTestchriseth2019-01-081-0/+1136
|\ | | | | Another ABI test case for the optimizer.
| * Another ABI test case for the optimizer.chriseth2019-01-081-0/+1136
| |
* | Merge pull request #5760 from ethereum/grouperIdempotentchriseth2019-01-085-7/+59
|\ \ | |/ |/| Make function grouper idempotent.
| * Make function grouper idempotent.chriseth2019-01-085-7/+59
|/
* Merge pull request #5716 from ethereum/fixDataSizeOffsetchriseth2019-01-0817-17/+133
|\ | | | | Fix data size offset and properly provide builtins.
| * Changelog entry.chriseth2019-01-081-0/+1
| |
| * Tests.chriseth2019-01-083-0/+74
| |
| * Take special functions that require literals into account.chriseth2019-01-0813-17/+58
| |
* | Merge pull request #5744 from ethereum/docs-split-func-modchriseth2019-01-082-111/+112
|\ \ | | | | | | [DOCS] Split Function modifiers doc into smaller file
| * | Split Function modifiers doc into smaller fileChris Ward2019-01-082-111/+112
| | |
* | | Merge pull request #5756 from ethereum/docs-split-librarieschriseth2019-01-082-230/+231
|\ \ \ | | | | | | | | [DOCS] Split libraries into new doc
| * | | Split libraries into new docChris Ward2019-01-082-230/+231
| |/ /
* | | Merge pull request #5753 from ethereum/docs-split-interfaceschriseth2019-01-082-37/+37
|\ \ \ | | | | | | | | [DOCS] Split interfaces into new file
| * | | Split interfaces into new fileChris Ward2019-01-082-37/+37
| | | |
* | | | Merge pull request #5755 from ethereum/docs-split-using-forchriseth2019-01-082-119/+120
|\ \ \ \ | |/ / / |/| | | [DOCS] Split using for into new file
| * | | Split using for into new fileChris Ward2019-01-082-119/+120
| |/ /
* | | Merge pull request #5749 from ethereum/docs-split-abstractchriseth2019-01-082-44/+44
|\ \ \ | | | | | | | | [DOCS] Split Abstract Contracts docs to new file
| * | | Split Abstract Contracts docs to new fileChris Ward2019-01-082-44/+44
| |/ /
* | | Merge pull request #5748 from ethereum/docs-split-inheritancechriseth2019-01-082-299/+300
|\ \ \ | | | | | | | | [DOCS] Split inheritance into new doc
| * | | Split inheritance into new docChris Ward2019-01-082-299/+300
| |/ /
* | | Merge pull request #5747 from ethereum/docs-split-eventschriseth2019-01-082-161/+162
|\ \ \ | |/ / |/| | [DOCS] Split events docs into file
| * | Split events docs into fileChris Ward2019-01-082-161/+162
|/ /
* | Merge pull request #5742 from ethereum/docs-split-vis-and-getchriseth2019-01-082-198/+199
|\ \ | | | | | | [DOCS] Split Visibility and Getters section
| * | Exclude included filesChris Ward2019-01-071-1/+1
| | |
| * | Split Visibility and Getters docChris Ward2019-01-072-198/+199
| | |
* | | Merge pull request #5739 from ethereum/docs-split-create-contractschriseth2019-01-083-118/+119
|\ \ \ | | | | | | | | [DOCS] Split creating contracts
| * | | Do not compile the contracts subdirectory.chriseth2019-01-081-1/+1
| | | |
| * | | Split creating contractsChris Ward2019-01-082-117/+118
|/ / /
* | | Merge pull request #5713 from ethereum/addAztekchriseth2019-01-081-0/+416
|\ \ \ | |_|/ |/| | [Yul] Add AZTEK code as test.
| * | Add AZTEK code as test.chriseth2019-01-071-0/+416
| | |
* | | Merge pull request #5752 from ethereum/addDialectchriseth2019-01-0829-116/+198
|\ \ \ | | | | | | | | [Yul] Refactor: Make the dialect available everywhere.
| * | | Make the dialect available everywhere.chriseth2019-01-0729-116/+198
| |/ /
* | | Merge pull request #5685 from androlo/developchriseth2019-01-07101-45/+40
|\ \ \ | |/ / |/| | Update command-line tests
| * | Move actual test files.androlo2019-01-07100-23/+23
| | |
| * | Unify json and non-json commandline tests.chriseth2019-01-071-18/+14
| | |
| * | Use directories for tests.androlo2019-01-071-17/+16
| | |
* | | Merge pull request #5732 from ethereum/pragma-updatechriseth2019-01-078-24/+24
|\ \ \ | | | | | | | | [DOCS] Update non-existent pragma 0.4.99 to 0.5.0
| * | | Update non-existant pragma 0.4.99 to 0.5.0Chris Ward2019-01-078-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use correct syntax for pragma Change pragma syntax One more change to pragma syntax
* | | | Merge pull request #5745 from ethereum/docs-split-conschriseth2019-01-072-35/+36
|\ \ \ \ | |_|/ / |/| | | [DOCS] Split Constant State Variables doc
| * | | Split Constant State Variables docChris Ward2019-01-072-35/+36
| |/ /
* | | Merge pull request #5710 from ethereum/moveTestschriseth2019-01-071-39/+47
|\ \ \ | | | | | | | | [REF][cmdlinetests] Move functions to the top
| * | | Move functions to the top.androlo2018-12-211-39/+47
| | | |
* | | | Merge pull request #5711 from ethereum/printCommandOnErrorchriseth2019-01-071-0/+4
|\ \ \ \ | | | | | | | | | | [cmdline tests] Print command on error.
| * | | | Print command.chriseth2018-12-201-0/+4
| | | | |
* | | | | Merge pull request #5741 from ethereum/fix-5730-SourceLocationchriseth2019-01-074-1/+23
|\ \ \ \ \ | | | | | | | | | | | | Fixes SourceLocation extraction on multiline locations with a too long first line
| * | | | | Adds new test for SourceReferenceExtractor to extract multiline location ↵Christian Parpart2019-01-073-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | with a too long first line.
| * | | | | Fixes SourceLocation extraction on multiline locations with a too long first ↵Christian Parpart2019-01-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | line.
* | | | | | Merge pull request #5738 from ethereum/emscriptenBoost168chriseth2019-01-074-14/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update to boost 1.68 for emscripten builds.
| * | | | | | Update to boost 1.68 for emscripten builds.Daniel Kirchner2019-01-074-14/+14
| |/ / / / /
* | | | | | Merge pull request #5620 from ethereum/rematOnlyOnechriseth2019-01-0723-127/+261
|\ \ \ \ \ \ | | | | | | | | | | | | | | [Yul] Use rematerializer if variable is only referenced once or value is "cheap".
| * | | | | | Use rematerializer if variable is unreferenced or value is "cheap".chriseth2019-01-0723-127/+261
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #5743 from ethereum/srcTarballchriseth2019-01-071-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Change uid and gid for source tarball to 0:0.
| * | | | | Change uid and gid for source tarball to 0:0.Daniel Kirchner2019-01-071-1/+1
|/ / / / /
* | | | | Merge pull request #5703 from ethereum/srcTarballAlex Beregszaszi2019-01-071-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove real username from source tarballs.
| * | | | | Remove real username from source tarballs.chriseth2018-12-201-1/+1
| | | | | |
* | | | | | Merge pull request #5734 from ItsNickBarry/deprecation-noticeschriseth2019-01-071-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | clarify antecedents in deprecation notices
| * | | | | | clarify antecedents in deprecation noticesNick Barry2019-01-031-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #5720 from ethereum/docs_type_conversionchriseth2019-01-071-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | [DOCS] Fix examples in type conversion docs
| * | | | | | Fix examples in type conversion docsLeonardo Alt2018-12-241-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #5731 from poiresel/docs_spelling_fixeschriseth2019-01-075-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | resolve spelling issues in the docs folder
| * | | | | | resolve spelling issues in the docs folderpoiresel2018-12-215-5/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #5727 from spmvg/developchriseth2019-01-071-3/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | [DOCS] fix typo in docs/contracts.rst
| * | | | | fix typo in docsspmvg2018-12-311-3/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #5698 from ethereum/chriseth-patch-2chriseth2019-01-071-6/+14
|\ \ \ \ \ | | | | | | | | | | | | [DOC] More details about packed encoding.
| * | | | | [DOC] More details about packed encoding.chriseth2018-12-201-6/+14
| | |/ / / | |/| | |
* | | | | Merge pull request #5729 from chankruze/developchriseth2019-01-071-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | copyright year updated
| * | | | copyright year updatedchandan kumar mandal2019-01-021-1/+1
| | |/ / | |/| | | | | | | | | | Happy New Year !! 🎇 Copyright year udated to 2019.
* | | | Merge pull request #5733 from HaoXuan40404/patch-2Alex Beregszaszi2019-01-031-1/+1
|\ \ \ \ | |/ / / |/| | | Update install_deps.sh
| * | | Update install_deps.shAsher2019-01-031-1/+1
|/ / / | | | | | | | | | In install_deps.sh, line 59 (sed -n -e 's/^NAME="?([^"])"?$/\1/p' /etc/os-release) will get CentOS Linux instead of CentOS, so it cant match CentOS. I suggest that in line 355, can modified " CentOS)" to " CentOS*)"
* | | Merge pull request #5709 from ethereum/onlyDirectorieschriseth2018-12-211-44/+54
|\ \ \ | |/ / |/| | [cmdline tests] Select only directories to skip the readme
| * | Only select directories to skip the README.androlo2018-12-201-8/+5
| | |
| * | Formatting.chriseth2018-12-201-48/+61
|/ /
* | Merge pull request #5699 from ethereum/cmake-no-c-dependencychriseth2018-12-203-4/+2
|\ \ | | | | | | cmake: Do not depend on a C compiler to be present
| * | cmake: Do not depend on a C compiler to be present by explicitly stating ↵Christian Parpart2018-12-203-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that this is a C++ project. CMake defaults to C *and* C++ toolchain, in case nothing has been specified. This means that cmake always checks for both, which is more than needed. This PR cuts off C toolchain requirement from /CMakeLists.txt and ensures that we don't pass along any `..._C_...` variables in EthCompilerSettings.cake nor jsoncpp.cmake.
* | | Merge pull request #2836 from ethereum/cmake-toolchainschriseth2018-12-206-9/+18
|\ \ \ | | | | | | | | CMake: Use toolchain files
| * | | CMake: Use toolchain filesPaweł Bylica2018-12-196-9/+18
| | | |
* | | | Merge pull request #5707 from ethereum/updateReleaseChecklistchriseth2018-12-201-2/+4
|\ \ \ \ | | | | | | | | | | Update release checklist.
| * | | | Update release checklist.chriseth2018-12-201-2/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | - create contributor list earlier - fix name of bytecode comparison directory - add instructions to upload the source tarball
* | | | Merge pull request #5701 from ethereum/faq-structchriseth2018-12-201-5/+0
|\ \ \ \ | | | | | | | | | | DOCS: Remove Structs item from FAQ
| * | | | Remove Structs item from FAQChris Ward2018-12-191-5/+0
| | | | |
* | | | | Merge pull request #5700 from ethereum/wip/docs-comments-faqchriseth2018-12-201-6/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | DOCS: Remove comments FAQ item
| * | | | Remove comments FAQ itemChris Ward2018-12-201-6/+0
| | |_|/ | |/| |
* | | | Merge pull request #5705 from ethereum/releasechriseth2018-12-200-0/+0
|\ \ \ \ | | | | | | | | | | Merge release back into develop.
| * | | | Merge pull request #5697 from ethereum/developchriseth2018-12-20512-2689/+7656
| |\| | | | | | | | | | | | | Merge develop into release for 0.5.2
* | | | | Merge pull request #5704 from ethereum/bumpVersionchriseth2018-12-202-1/+15
|\ \ \ \ \ | |_|/ / / |/| | | | Set version to 0.5.3
| * | | | Set version to 0.5.3chriseth2018-12-202-1/+15
|/ / / /
* | | | Merge pull request #5696 from ethereum/updateChangelogchriseth2018-12-202-4/+10
|\ \ \ \ | | | | | | | | | | Update changelog for release.
| * | | | Update buglist.chriseth2018-12-201-0/+4
| | | | |
| * | | | Update changelog for release.chriseth2018-12-201-4/+6
|/ / / /
* | | | Merge pull request #5681 from ethereum/limitOutputchriseth2018-12-2012-23/+160
|\ \ \ \ | |_|/ / |/| | | Do not compile unless requested.
| * | | Changelog entry.chriseth2018-12-191-0/+1
| | | |
| * | | Do not include empty JSON objects in output.chriseth2018-12-195-10/+16
| | | |
| * | | Tests.chriseth2018-12-196-0/+54
| | | |
| * | | Only fully compile if binaries requested.chriseth2018-12-191-9/+40
| | | |
| * | | Some more compiler state tests.chriseth2018-12-191-5/+50
| | |/ | |/|
* | | Merge pull request #5693 from ethereum/assemblyitemchriseth2018-12-191-3/+5
|\ \ \ | | | | | | | | Use explicit break and do not coerce 0 into bool in AssemblyItem
| * | | Use explicit break and do not coerce 0 into bool in AssemblyItemAlex Beregszaszi2018-12-191-3/+5
| |/ /
* | | Merge pull request #5635 from ethereum/cpp-default-ctorschriseth2018-12-1933-96/+78
|\ \ \ | |/ / |/| | [RFC] C++ `=default` ctors/dtors and the use of non-static member initializer syntax.
| * | make use of C++ `= default` constructor declarations as well as more ↵Christian Parpart2018-12-1927-65/+51
| | | | | | | | | | | | non-static member initialization syntax.
| * | liblangutil: SourceLocation to default initialize data members (w/o the use ↵Christian Parpart2018-12-197-31/+27
| | | | | | | | | | | | | | | | | | of ctor) See: http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c45-dont-define-a-default-constructor-that-only-initializes-data-members-use-in-class-member-initializers-instead
* | | Merge pull request #5683 from Zacharius/5673-doc_enum_fixchriseth2018-12-191-1/+1
|\ \ \ | |/ / |/| | 5673 doc enum fix
| * | changed interface code example to illustrate working solidity versionZacharius2018-12-191-1/+1
|/ /
* | Merge pull request #5686 from ethereum/someStylechriseth2018-12-191-4/+6
|\ \ | | | | | | Formatting.
| * | Formatting.chriseth2018-12-191-4/+6
| | |
* | | Merge pull request #5684 from ethereum/doc-fix-trivialchriseth2018-12-191-1/+1
|\ \ \ | | | | | | | | Doc: Fix typo "a messy" -> "a mess"
| * | | Doc: Fix typo "a messy" -> "a mess"Mathias Baumann2018-12-191-1/+1
|/ / /
* | | Merge pull request #5680 from ethereum/doc-fix-trivialchriseth2018-12-191-3/+3
|\ \ \ | | | | | | | | [Trivial] Format "and" as instruction op code
| * | | Rephrase opcode result returning descriptionMathias Baumann2018-12-191-2/+2
| | | | | | | | | | | | | | | | | | | | It was a bit between the lines that "pushing on the stack" is their means of returning a result.
| * | | Format "and" as instruction op codeMathias Baumann2018-12-191-1/+1
| | | |
* | | | Merge pull request #5637 from ethereum/better-json-error-reportingchriseth2018-12-1947-13/+330
|\ \ \ \ | | | | | | | | | | Json: Provide better error message when 'settings' is not an object
| * | | | Json: Provide better error messages for wrong typesMathias Baumann2018-12-1947-13/+330
| |/ / /
* | | | Merge pull request #5678 from ethereum/buildReleasechriseth2018-12-194-6/+6
|\ \ \ \ | |_|/ / |/| | | Build in release mode.
| * | | Build in release mode.chriseth2018-12-184-6/+6
| | | |
* | | | Merge pull request #5679 from ethereum/hashCachechriseth2018-12-192-8/+25
|\ \ \ \ | | | | | | | | | | Cache hash computations.
| * | | | Cache hash computations.chriseth2018-12-182-8/+25
| |/ / /
* | | | Merge pull request #5677 from ethereum/someOptschriseth2018-12-193-12/+21
|\ \ \ \ | | | | | | | | | | Some optimisations.
| * | | | Optimize some instruction comparisons.chriseth2018-12-192-5/+3
| | | | |
| * | | | Provide comparison shortcut.chriseth2018-12-181-0/+7
| | | | |
| * | | | Use the move.chriseth2018-12-181-7/+11
| |/ / /
* | | | Merge pull request #5664 from ethereum/cmakeUpdateschriseth2018-12-197-10/+31
|\ \ \ \ | | | | | | | | | | Use imported CMake targets.
| * | | | Use imported CMake targets.Daniel Kirchner2018-12-177-10/+31
| | | | |
* | | | | Merge pull request #5674 from ethereum/parser-pragmaversionchriseth2018-12-186-14/+45
|\ \ \ \ \ | |_|/ / / |/| | | | Add version pragma parsing to Parser
| * | | | Move unsatisfied_version test from SolidityNameAndTypeResolution to ↵Alex Beregszaszi2018-12-182-12/+8
| | | | | | | | | | | | | | | | | | | | SolidityParser
| * | | | Fail if parsing failed in AnalysisFrameworkAlex Beregszaszi2018-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | Otherwise Compilerstack::analyze will throw an exception.
| * | | | Add version pragma parsing to ParserAlex Beregszaszi2018-12-184-1/+36
| | | | |
* | | | | Merge pull request #5676 from ethereum/someOptsAlex Beregszaszi2018-12-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Make swappable instructions static.
| * | | | Make swappable instructions static.chriseth2018-12-181-1/+1
| | |/ / | |/| |
* | | | Merge pull request #5246 from ethereum/abi-type-arraychriseth2018-12-181-25/+37
|\ \ \ \ | |/ / / |/| | | Updates arrays section to improve order and clarify concepts
| * | | Updates arrays section to improve order and clarify conceptsChris Ward2018-12-181-25/+37
|/ / /
* | | Merge pull request #5625 from ethereum/single-checkchriseth2018-12-184-15/+90
|\ \ \ | | | | | | | | Do check for callvalue only once if no payable functions
| * | | Only generate sort/search code when interface functions existMathias Baumann2018-12-184-15/+90
| | | |
* | | | Merge pull request #5671 from ethereum/sort_includes_interfacechriseth2018-12-1814-45/+49
|\ \ \ \ | | | | | | | | | | Sort includes in libsolidity/interface
| * | | | Sort includes in libsolidity/interfaceLeonardo Alt2018-12-1814-45/+49
| | | | |
* | | | | Merge pull request #5672 from ethereum/sort_includes_parsingchriseth2018-12-183-6/+23
|\ \ \ \ \ | | | | | | | | | | | | Sort includes in libsolidity/parsing
| * | | | | Sort includes in libsolidity/parsingLeonardo Alt2018-12-183-6/+23
| |/ / / /
* | | | | Merge pull request #5669 from ethereum/retire2015chriseth2018-12-183-11/+6
|\ \ \ \ \ | |/ / / / |/| | | | Remove support for Visual Studio 2015.
| * | | | Remove support for Visual Studio 2015.chriseth2018-12-183-11/+6
|/ / / /
* | | | Merge pull request #5668 from ethereum/sort_includes_formalchriseth2018-12-1814-36/+11
|\ \ \ \ | |/ / / |/| | | Sort includes in libsolidity/formal
| * | | Sort includes in libsolidity/formalLeonardo Alt2018-12-1814-36/+11
|/ / /
* | | Merge pull request #5665 from ethereum/cmakeHeaderschriseth2018-12-187-4/+160
|\ \ \ | | | | | | | | Add headers to targets in CMakeLists.txt.
| * | | Add headers to targets in CMakeLists.txt.Daniel Kirchner2018-12-177-4/+160
| |/ /
* | | Merge pull request #5667 from ethereum/sort_includes_codegenchriseth2018-12-1816-54/+52
|\ \ \ | | | | | | | | Sort includes in libsolidity/codegen
| * | | Sort includes in libsolidity/codegenLeonardo Alt2018-12-1816-54/+52
| | | |
* | | | Merge pull request #5666 from ethereum/sort_includes_astchriseth2018-12-1811-31/+29
|\ \ \ \ | | | | | | | | | | Sort includes in libsolidity/ast
| * | | | Sort includes in libsolidity/astLeonardo Alt2018-12-1711-31/+29
| |/ / /
* | | | Merge pull request #4859 from ethereum/input-outputchriseth2018-12-181-9/+16
|\ \ \ \ | |/ / / |/| | | Create section that covers input and output function types
| * | | Clean input and output function typesChris Ward2018-12-181-9/+16
|/ / / | | | | | | | | | Updates from review
* | | Merge pull request #5388 from ethereum/smt_mappingchriseth2018-12-1723-16/+396
|\ \ \ | | | | | | | | [SMTChecker] Support for mapping
| * | | Clear all mapping knowledge after array variable assignmentLeonardo Alt2018-12-143-5/+42
| | | |
| * | | [SMTChecker] Support to mappingLeonardo Alt2018-12-1423-15/+358
| |/ /
* | | Merge pull request #5613 from ethereum/yulStringLiteralschriseth2018-12-178-13/+18
|\ \ \ | | | | | | | | [Yul] Use C++ user-defined literals for creating YulString constants.
| * | | Use C++ user-defined literals for creating YulString constants.Daniel Kirchner2018-12-138-13/+18
| | | |
* | | | Merge pull request #5639 from ethereum/docs-array-deletechriseth2018-12-171-1/+8
|\ \ \ \ | | | | | | | | | | DOCS: Add array item deletion idiosyncrasy
| * | | | Add array item deletion idiosyncracyChris Ward2018-12-171-1/+8
|/ / / /
* | | | Merge pull request #5662 from ethereum/sort_includeschriseth2018-12-1722-41/+44
|\ \ \ \ | | | | | | | | | | Sort includes in libsolidity/analysis
| * | | | Sort includes in libsolidity/analysisLeonardo Alt2018-12-1722-41/+44
| | |/ / | |/| |
* | | | Merge pull request #5658 from ethereum/chriseth-patch-1chriseth2018-12-172-18/+5
|\ \ \ \ | | | | | | | | | | Add gnosis safe as external test.
| * | | | Add gnosis safe as external test.chriseth2018-12-151-0/+3
| | | | |
| * | | | Do not use nvm.chriseth2018-12-151-18/+2
| |/ / /
* | | | Merge pull request #5663 from ethereum/docs-formatting-issuechriseth2018-12-171-1/+1
|\ \ \ \ | |/ / / |/| | | DOCS: Fix italics formatting issue
| * | | Fix italics formatting issueChris Ward2018-12-171-1/+1
|/ / /
* | | Merge pull request #5655 from ethereum/removeUnassignedVarDefschriseth2018-12-1437-349/+249
|\ \ \ | | | | | | | | Add variable declaration initializer.
| * | | Remove VarDeclPropagator.chriseth2018-12-1314-302/+3
| | | |
| * | | Do not create unassigned variables.chriseth2018-12-1316-47/+50
| | | |
| * | | Add variable declaration initializer.chriseth2018-12-1310-0/+196
|/ / /
* | | Merge pull request #5649 from ethereum/returnsAreZerochriseth2018-12-136-36/+79
|\ \ \ | | | | | | | | [Yul] Consider return variables to be zero initially.
| * | | Consider return variables to be zero initially.chriseth2018-12-136-36/+79
|/ / /
* | | Merge pull request #5648 from ethereum/useMemoryDBchriseth2018-12-132-3/+3
|\ \ \ | | | | | | | | Update to use memorydb for aleth.
| * | | Update to use memorydb for aleth.chriseth2018-12-132-3/+3
| | | |
* | | | Merge pull request #5644 from ethereum/noInlineIntoLargechriseth2018-12-138-161/+277
|\ \ \ \ | | | | | | | | | | [Yul] Do not inline into already big functions.
| * | | | Do not inline into already big functions.chriseth2018-12-138-161/+277
| |/ / /
* | | | Merge pull request #5636 from ethereum/faq-array-literalchriseth2018-12-131-25/+0
|\ \ \ \ | | | | | | | | | | DOCS: Remove FAQ item that covers array literals
| * | | | Remove FAQ item that covers array literalsChris Ward2018-12-121-25/+0
| | | | |
* | | | | Merge pull request #5651 from ethereum/cmdlineJsonTestschriseth2018-12-132-3/+8
|\ \ \ \ \ | | | | | | | | | | | | Remove pre-release warning from standard json cmdline tests.
| * | | | | Remove pre-release warning from standard json cmdline tests.Daniel Kirchner2018-12-132-3/+8
| | | | | |
* | | | | | Merge pull request #5650 from ethereum/printerConstchriseth2018-12-132-30/+30
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | AsmPrinter functions should be const.
| * | | | | AsmPrinter functions should be const.chriseth2018-12-132-30/+30
|/ / / / /
* | | | | Merge pull request #5641 from ethereum/supportUnassignedchriseth2018-12-1310-13/+65
|\ \ \ \ \ | |/ / / / |/| | | | [Yul] Support unassigned variables in the SSA value tracker and the data flow analyzer.
| * | | | Support unassigned variables in the SSA value tracker and the data flow ↵chriseth2018-12-1310-13/+65
| | | | | | | | | | | | | | | | | | | | analyzer.
* | | | | Merge pull request #5624 from ethereum/standard_json_unknown_keyschriseth2018-12-1324-9/+224
|\ \ \ \ \ | | | | | | | | | | | | Disallow unknown JSON keys in standard-json
| * | | | | Disallow unknown JSON keys in standard-jsonLeonardo Alt2018-12-1324-9/+224
| | | | | |
* | | | | | Merge pull request #5643 from ethereum/releaseChecklistchriseth2018-12-131-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Clarify the need to wait for the static PPA build to finish in the release checklist.
| * | | | | Clarify the need to wait for the static PPA build to finish in the release ↵Daniel Kirchner2018-12-131-1/+1
|/ / / / / | | | | | | | | | | | | | | | checklist.
* | | | | Merge pull request #5634 from ethereum/staticPPAchriseth2018-12-133-15/+32
|\ \ \ \ \ | | | | | | | | | | | | Replace trusty PPA build by static PPA build.
| * | | | | Update changelog and release checklist.Daniel Kirchner2018-12-132-0/+4
| | | | | |
| * | | | | Replace trusty PPA build by static PPA build.Daniel Kirchner2018-12-131-15/+28
| | |_|/ / | |/| | |
* | | | | Merge pull request #5638 from ethereum/header-guardchriseth2018-12-134-0/+7
|\ \ \ \ \ | | | | | | | | | | | | Add missing header guards
| * | | | | Add missing header guardsAlex Beregszaszi2018-12-124-0/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #4951 from ethereum/alethUpdateschriseth2018-12-137-60/+20
|\ \ \ \ \ | |_|_|/ / |/| | | | Use current aleth release for testing.
| * | | | Add tolerance to gas meter tests.Daniel Kirchner2018-12-131-5/+7
| | | | |
| * | | | Test updates for recent versions of aleth.Daniel Kirchner2018-12-116-55/+13
| | | | |
* | | | | Merge pull request #5633 from ethereum/faq-killchriseth2018-12-131-23/+0
|\ \ \ \ \ | | | | | | | | | | | | DOCS: Remove FAQ item on killing contracts
| * | | | | Remove FAQ item on killing contractsChris Ward2018-12-131-23/+0
|/ / / / /
* | | | | Merge pull request #5630 from ethereum/warn_functions_empty_bodychriseth2018-12-1338-89/+16
|\ \ \ \ \ | | | | | | | | | | | | Supress unused var and state mut warnings for functions with empty body
| * | | | | Changelog entryLeonardo Alt2018-12-121-0/+1
| | | | | |
| * | | | | Disable state mutability warning for functions with empty bodyLeonardo Alt2018-12-1232-45/+1
| | | | | |
| * | | | | Disable unused var warning for functions with empty bodyLeonardo Alt2018-12-1216-44/+14
| | |_|/ / | |/| | |
* | | | | Merge pull request #2271 from 3esmit/patch-1chriseth2018-12-122-1/+62
|\ \ \ \ \ | |_|_|/ / |/| | | | Add NatSpec to Style-Guide
| * | | | Add NatSpec to Style-GuideRicardo Guilherme Schmidt2018-12-122-1/+62
|/ / / / | | | | | | | | | | | | related to #2270
* | | | Merge pull request #5632 from ethereum/faq-payloadchriseth2018-12-121-6/+0
|\ \ \ \ | | | | | | | | | | DOCS: Remove payload FAQ item
| * | | | Remove payload FAQ itemChris Ward2018-12-121-6/+0
| |/ / /
* | | | Merge pull request #5617 from ethereum/controlFlowReworkchriseth2018-12-1229-372/+471
|\ \ \ \ | |/ / / |/| | | Rework of ControlFlowGraph and analysis.
| * | | Refactoring of the ControlFlowGraph and use for detecting all uninitialized ↵Daniel Kirchner2018-12-1229-372/+471
| | | | | | | | | | | | | | | | storage accesses.
* | | | Merge pull request #5628 from ethereum/structuralSimplifierCompilationFixDaniel Kirchner2018-12-121-1/+1
|\ \ \ \ | |/ / / |/| | | [Yul] Fix compilation for certain combinations of boost and gcc.