aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use emscripten 1.38.8 on both travis and circle.Daniel Kirchner2019-01-187-7/+16
* Merge pull request #5809 from ethereum/emscripten-strictchriseth2019-01-181-1/+2
|\
| * Remove obsolete ETH_EMSCRIPTEN optionAlex Beregszaszi2019-01-171-1/+0
| * Set emscripten to strict mode (wrt deprecated compiler options).Daniel Kirchner2019-01-171-0/+2
|/
* Merge pull request #5805 from ethereum/yulSwitchChangelogFixchriseth2019-01-171-0/+2
|\
| * Add missing Changelog entries for Yul switch changes.Daniel Kirchner2019-01-171-0/+2
|/
* Merge pull request #5800 from ethereum/wip/faq-callChris Chinchilla2019-01-172-12/+4
|\
| * Update docs/units-and-global-variables.rstErik Kundt2019-01-171-1/+1
| * Add call warning into main docs and remove FAQ itemChris Ward2019-01-162-12/+4
* | Merge pull request #5801 from ethereum/idio-contractChris Chinchilla2019-01-171-1/+2
|\ \
| * | Mention that there is no Cron in EthereumChris Ward2019-01-161-1/+2
| |/
* | Merge pull request #5798 from ethereum/faq-conversionChris Chinchilla2019-01-171-10/+0
|\ \
| * | Remove FAQ ItemChris Ward2019-01-161-10/+0
| |/
* | Merge pull request #5694 from ethereum/yul-ast-unique_ptrchriseth2019-01-1711-50/+68
|\ \ | |/ |/|
| * libyul: changing some AST members from shared_ptr<> to unique_ptr<>Christian Parpart2019-01-1611-50/+68
|/
* Merge pull request #5776 from ethereum/equivalentFunctionCombinerchriseth2019-01-1620-163/+759
|\
| * 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 Circle...Christian Parpart2019-01-145-9/+14
* | Merge pull request #5793 from ethereum/switchLiteralSameValuechriseth2019-01-1516-30/+166
|\ \
| * | Disallow mismatching types in switch cases and detect duplicates by value for...Daniel Kirchner2019-01-1516-30/+166
|/ /
* | Merge pull request #5786 from ethereum/docs-split-micropaymentchriseth2019-01-152-429/+430
|\ \
| * | 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
|\ \
| * | 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
|\ \
| * | 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
|\ \
| * | Split functions docsChris Ward2019-01-142-399/+399
|/ /
* | Merge pull request #5790 from ethereum/faq-explicit-conversionchriseth2019-01-141-10/+0
|\ \
| * | 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
|\ \
| * | Remove random FAQ itemChris Ward2019-01-141-9/+0
| |/
* | Merge pull request #5789 from ethereum/waq-multid-arraychriseth2019-01-141-17/+0
|\ \
| * | 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
|\ \
| * | 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
|\ \ | |/ |/|
| * 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
|\
| * Split voting example into seperate fileChris Ward2019-01-143-192/+193
|/
* Merge pull request #5777 from ethereum/windowsCodeSizeFixChristian Parpart2019-01-111-1/+1
|\
| * 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
|\
| * 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.Daniel Kirchner2019-01-1027-12/+258
* | Merge pull request #5774 from ethereum/variablesAreFreechriseth2019-01-1010-164/+322
|\ \
| * | 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
|\ \
| * | 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
|\ \ \
| * | | 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
|\ \ \ | |_|/ |/| |
| * | 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.chriseth2019-01-091-42/+91
|/
* Merge pull request #5761 from ethereum/useFlattenerchriseth2019-01-095-232/+206
|\
| * 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.chriseth2019-01-081-0/+1136
* | Merge pull request #5760 from ethereum/grouperIdempotentchriseth2019-01-085-7/+59
|\ \ | |/ |/|
| * Make function grouper idempotent.chriseth2019-01-085-7/+59
|/
* Merge pull request #5716 from ethereum/fixDataSizeOffsetchriseth2019-01-0817-17/+133
|\
| * 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
|\ \
| * | 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
|\ \ \
| * | | Split libraries into new docChris Ward2019-01-082-230/+231
| |/ /
* | | Merge pull request #5753 from ethereum/docs-split-interfaceschriseth2019-01-082-37/+37
|\ \ \
| * | | Split interfaces into new fileChris Ward2019-01-082-37/+37
* | | | Merge pull request #5755 from ethereum/docs-split-using-forchriseth2019-01-082-119/+120
|\ \ \ \ | |/ / / |/| | |
| * | | Split using for into new fileChris Ward2019-01-082-119/+120
| |/ /
* | | Merge pull request #5749 from ethereum/docs-split-abstractchriseth2019-01-082-44/+44
|\ \ \
| * | | 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
|\ \ \
| * | | Split inheritance into new docChris Ward2019-01-082-299/+300
| |/ /
* | | Merge pull request #5747 from ethereum/docs-split-eventschriseth2019-01-082-161/+162
|\ \ \ | |/ / |/| |
| * | 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
|\ \
| * | 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
|\ \ \
| * | | 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
|\ \ \ | |_|/ |/| |
| * | Add AZTEK code as test.chriseth2019-01-071-0/+416
* | | Merge pull request #5752 from ethereum/addDialectchriseth2019-01-0829-116/+198
|\ \ \
| * | | Make the dialect available everywhere.chriseth2019-01-0729-116/+198
| |/ /
* | | Merge pull request #5685 from androlo/developchriseth2019-01-07101-45/+40
|\ \ \ | |/ / |/| |
| * | 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
|\ \ \
| * | | Update non-existant pragma 0.4.99 to 0.5.0Chris Ward2019-01-078-24/+24
* | | | Merge pull request #5745 from ethereum/docs-split-conschriseth2019-01-072-35/+36
|\ \ \ \ | |_|/ / |/| | |
| * | | Split Constant State Variables docChris Ward2019-01-072-35/+36
| |/ /
* | | Merge pull request #5710 from ethereum/moveTestschriseth2019-01-071-39/+47
|\ \ \
| * | | Move functions to the top.androlo2018-12-211-39/+47
* | | | Merge pull request #5711 from ethereum/printCommandOnErrorchriseth2019-01-071-0/+4
|\ \ \ \
| * | | | Print command.chriseth2018-12-201-0/+4
* | | | | Merge pull request #5741 from ethereum/fix-5730-SourceLocationchriseth2019-01-074-1/+23
|\ \ \ \ \
| * | | | | Adds new test for SourceReferenceExtractor to extract multiline location with...Christian Parpart2019-01-073-0/+20
| * | | | | Fixes SourceLocation extraction on multiline locations with a too long first ...Christian Parpart2019-01-071-1/+3
* | | | | | Merge pull request #5738 from ethereum/emscriptenBoost168chriseth2019-01-074-14/+14
|\ \ \ \ \ \
| * | | | | | 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
|\ \ \ \ \ \
| * | | | | | 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.Daniel Kirchner2019-01-071-1/+1
|/ / / / /
* | | | | Merge pull request #5703 from ethereum/srcTarballAlex Beregszaszi2019-01-071-1/+1
|\ \ \ \ \
| * | | | | 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 noticesNick Barry2019-01-031-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #5720 from ethereum/docs_type_conversionchriseth2019-01-071-2/+2
|\ \ \ \ \ \
| * | | | | | 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 folderpoiresel2018-12-215-5/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #5727 from spmvg/developchriseth2019-01-071-3/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | 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.chriseth2018-12-201-6/+14
| | |/ / / | |/| | |
* | | | | Merge pull request #5729 from chankruze/developchriseth2019-01-071-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | copyright year updatedchandan kumar mandal2019-01-021-1/+1
| | |/ / | |/| |
* | | | Merge pull request #5733 from HaoXuan40404/patch-2Alex Beregszaszi2019-01-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update install_deps.shAsher2019-01-031-1/+1
|/ / /
* | | Merge pull request #5709 from ethereum/onlyDirectorieschriseth2018-12-211-44/+54
|\ \ \ | |/ / |/| |
| * | 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 by explicitly stating that...Christian Parpart2018-12-203-4/+2
* | | Merge pull request #2836 from ethereum/cmake-toolchainschriseth2018-12-206-9/+18
|\ \ \
| * | | CMake: Use toolchain filesPaweł Bylica2018-12-196-9/+18
* | | | Merge pull request #5707 from ethereum/updateReleaseChecklistchriseth2018-12-201-2/+4
|\ \ \ \
| * | | | Update release checklist.chriseth2018-12-201-2/+4
|/ / / /
* | | | Merge pull request #5701 from ethereum/faq-structchriseth2018-12-201-5/+0
|\ \ \ \
| * | | | Remove Structs item from FAQChris Ward2018-12-191-5/+0
* | | | | Merge pull request #5700 from ethereum/wip/docs-comments-faqchriseth2018-12-201-6/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove comments FAQ itemChris Ward2018-12-201-6/+0
| | |_|/ | |/| |
* | | | Merge pull request #5705 from ethereum/releasechriseth2018-12-200-0/+0
|\ \ \ \
| * | | | Merge pull request #5697 from ethereum/developchriseth2018-12-20512-2689/+7656
| |\| | |
* | | | | Merge pull request #5704 from ethereum/bumpVersionchriseth2018-12-202-1/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Set version to 0.5.3chriseth2018-12-202-1/+15
|/ / / /
* | | | Merge pull request #5696 from ethereum/updateChangelogchriseth2018-12-202-4/+10
|\ \ \ \
| * | | | 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
|\ \ \ \ | |_|/ / |/| | |
| * | | 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 AssemblyItemAlex Beregszaszi2018-12-191-3/+5
| |/ /
* | | Merge pull request #5635 from ethereum/cpp-default-ctorschriseth2018-12-1933-96/+78
|\ \ \ | |/ / |/| |
| * | make use of C++ `= default` constructor declarations as well as more non-stat...Christian Parpart2018-12-1927-65/+51
| * | liblangutil: SourceLocation to default initialize data members (w/o the use o...Christian Parpart2018-12-197-31/+27
* | | Merge pull request #5683 from Zacharius/5673-doc_enum_fixchriseth2018-12-191-1/+1
|\ \ \ | |/ / |/| |
| * | 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.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"Mathias Baumann2018-12-191-1/+1
|/ / /
* | | Merge pull request #5680 from ethereum/doc-fix-trivialchriseth2018-12-191-3/+3
|\ \ \
| * | | Rephrase opcode result returning descriptionMathias Baumann2018-12-191-2/+2
| * | | 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 messages for wrong typesMathias Baumann2018-12-1947-13/+330
| |/ / /
* | | | Merge pull request #5678 from ethereum/buildReleasechriseth2018-12-194-6/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Build in release mode.chriseth2018-12-184-6/+6
* | | | Merge pull request #5679 from ethereum/hashCachechriseth2018-12-192-8/+25
|\ \ \ \
| * | | | Cache hash computations.chriseth2018-12-182-8/+25
| |/ / /
* | | | Merge pull request #5677 from ethereum/someOptschriseth2018-12-193-12/+21
|\ \ \ \
| * | | | 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.Daniel Kirchner2018-12-177-10/+31
* | | | | Merge pull request #5674 from ethereum/parser-pragmaversionchriseth2018-12-186-14/+45
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Move unsatisfied_version test from SolidityNameAndTypeResolution to SolidityP...Alex Beregszaszi2018-12-182-12/+8
| * | | | Fail if parsing failed in AnalysisFrameworkAlex Beregszaszi2018-12-181-1/+1
| * | | | 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.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 conceptsChris Ward2018-12-181-25/+37
|/ / /
* | | Merge pull request #5625 from ethereum/single-checkchriseth2018-12-184-15/+90
|\ \ \
| * | | 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/interfaceLeonardo Alt2018-12-1814-45/+49
* | | | | Merge pull request #5672 from ethereum/sort_includes_parsingchriseth2018-12-183-6/+23
|\ \ \ \ \
| * | | | | 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.chriseth2018-12-183-11/+6
|/ / / /
* | | | Merge pull request #5668 from ethereum/sort_includes_formalchriseth2018-12-1814-36/+11
|\ \ \ \ | |/ / / |/| | |
| * | | 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.Daniel Kirchner2018-12-177-4/+160
| |/ /
* | | Merge pull request #5667 from ethereum/sort_includes_codegenchriseth2018-12-1816-54/+52
|\ \ \
| * | | 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/astLeonardo Alt2018-12-1711-31/+29
| |/ / /
* | | | Merge pull request #4859 from ethereum/input-outputchriseth2018-12-181-9/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Clean input and output function typesChris Ward2018-12-181-9/+16
|/ / /
* | | Merge pull request #5388 from ethereum/smt_mappingchriseth2018-12-1723-16/+396
|\ \ \
| * | | 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
|\ \ \
| * | | 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
|\ \ \ \
| * | | | 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/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.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
|\ \ \ \ | |/ / / |/| | |
| * | | Fix italics formatting issueChris Ward2018-12-171-1/+1
|/ / /
* | | Merge pull request #5655 from ethereum/removeUnassignedVarDefschriseth2018-12-1437-349/+249
|\ \ \
| * | | 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
|\ \ \
| * | | 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.chriseth2018-12-132-3/+3
* | | | Merge pull request #5644 from ethereum/noInlineIntoLargechriseth2018-12-138-161/+277
|\ \ \ \
| * | | | 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
|\ \ \ \
| * | | | 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.Daniel Kirchner2018-12-132-3/+8
* | | | | | Merge pull request #5650 from ethereum/printerConstchriseth2018-12-132-30/+30
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | AsmPrinter functions should be const.chriseth2018-12-132-30/+30
|/ / / / /
* | | | | Merge pull request #5641 from ethereum/supportUnassignedchriseth2018-12-1310-13/+65
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Support unassigned variables in the SSA value tracker and the data flow analy...chriseth2018-12-1310-13/+65
* | | | | Merge pull request #5624 from ethereum/standard_json_unknown_keyschriseth2018-12-1324-9/+224
|\ \ \ \ \
| * | | | | 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 ch...Daniel Kirchner2018-12-131-1/+1
|/ / / / /
* | | | | Merge pull request #5634 from ethereum/staticPPAchriseth2018-12-133-15/+32
|\ \ \ \ \
| * | | | | 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 guardsAlex Beregszaszi2018-12-124-0/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #4951 from ethereum/alethUpdateschriseth2018-12-137-60/+20
|\ \ \ \ \ | |_|_|/ / |/| | | |