aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix time constantsHEADv0.5.3releasedevelopHsuan Lee2019-04-131-6/+8
|
* cherry-pick fix for boostJimmy Hu2019-04-131-1/+1
|
* Update CI settingsWei-Ning Huang2019-04-137-16/+15
|
* Update READEME.md to reflect forkWei-Ning Huang2019-04-131-2/+3
|
* Add opcode RAND supportWei-Ning Huang2019-04-136-2/+13
| | | | | | DEXON has a built-in on chain random oracle that allow one to retrieve a random variable. Add `rand` solidity variable is introduced to load the random variable onto the stack.
* Modify for releaseJimmy Hu2019-04-132-5/+6
|
* Merge pull request #5836 from ethereum/developchriseth2019-01-22388-5733/+10085
|\ | | | | Merge develop into release for 0.5.3.
| * Merge pull request #5828 from ethereum/faq-trunc-checkchriseth2019-01-223-15/+9
| |\ | | | | | | [DOCS] Move FAQ item about truncation checks
| | * Move FAQ item about truncation checksChris Ward2019-01-223-15/+9
| |/ | | | | | | | | | | | | | | | | | | Move warning Updates from feedback Link to security note and fix link rendering Move solution to security docs and turn warning to a warning
| * Merge pull request #5833 from ethereum/use050externalchriseth2019-01-222-4/+4
| |\ | | | | | | Use v0.5.0 tag of solc-js repository for external tests.
| | * Use v0.5.0 tag of solc-js repository for external tests.chriseth2019-01-222-4/+4
| | |
| * | Merge pull request #5834 from ethereum/prepareReleasechriseth2019-01-222-1/+5
| |\ \ | | | | | | | | Update changelog for release.
| | * | Update changelog for release.chriseth2019-01-222-1/+5
| |/ /
| * | Merge pull request #5832 from ethereum/introduceEncodingOptionschriseth2019-01-222-49/+87
| |\ \ | | |/ | |/| [REF] Provide ABI encoding options as single struct parameter.
| | * Provide ABI encoding options as single struct parameter.chriseth2019-01-212-49/+87
| | |
| * | Merge pull request #5831 from ethereum/soljsonPatchBackwardsCompatiblechriseth2019-01-221-0/+2
| |\ \ | | | | | | | | Patch soljson.js to provide backwards compatibility with older emscripten versions.
| | * | Patch soljson.js to provide backwards compatibility with older emscripten ↵chriseth2019-01-211-0/+2
| | |/ | | | | | | | | | versions.
| * | Merge pull request #5718 from ethereum/smt_external_functionschriseth2019-01-227-12/+93
| |\ \ | | |/ | |/| [SMTChecker] Clear state knowledge after external function calls
| | * [SMTChecker] Clear state knowledge after external function callsLeonardo Alt2019-01-217-12/+93
| | |
| * | Merge pull request #5796 from ethereum/faq-send-payablechriseth2019-01-212-9/+2
| |\ \ | | | | | | | | [DOCS] Merge payable FAQ item
| | * | Merge payable FAQ itemChris Ward2019-01-212-9/+2
| | | |
| * | | Merge pull request #5822 from ethereum/emscripten-1.38.22chriseth2019-01-213-4/+14
| |\ \ \ | | | | | | | | | | Update to emscripten 1.38.22
| | * | | Travis: make cache dependent on emscripten versionAlex Beregszaszi2019-01-191-0/+10
| | | | |
| | * | | CircleCI: always rebuilt boost cache after emscripten udpateAlex Beregszaszi2019-01-191-1/+1
| | | | |
| | * | | Update to emscripten 1.38.22Alex Beregszaszi2019-01-193-3/+3
| | | | |
| * | | | Merge pull request #5827 from ethereum/idio-memory-arrayAlex Beregszaszi2019-01-211-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | | [DOCS] Further clarify in-memory arrays
| | * | | Further clarify in-memory arraysChris Ward2019-01-211-1/+1
| | | | |
| * | | | Merge pull request #5717 from ethereum/smt_typecastchriseth2019-01-2114-4/+181
| |\ \ \ \ | | | | | | | | | | | | [SMTChecker] Support basic typecast without truncation
| | * | | | [SMTChecker] Support basic typecastLeonardo Alt2019-01-1614-4/+181
| | | | | |
| * | | | | Merge pull request #5806 from ethereum/calldataStructschriseth2019-01-216-5/+44
| |\ \ \ \ \ | | | | | | | | | | | | | | Disallow calldata structs.
| | * | | | | Disallow calldata structs.Daniel Kirchner2019-01-216-5/+44
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #5797 from ethereum/faq-array-passChris Chinchilla2019-01-212-30/+25
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | [DOCS] Remove copy between contracts FAQ item
| | * | | | Readd exampleChris Ward2019-01-211-0/+25
| | | | | |
| | * | | | Remove FAQ itemChris Ward2019-01-161-30/+0
| | | |/ / | | |/| |
| * | | | Merge pull request #5816 from esaulpaugh/developchriseth2019-01-211-6/+6
| |\ \ \ \ | | |_|/ / | |/| | | improve packed encoding test vector
| | * | | improve packed encoding test vectorEvan Saulpaugh2019-01-181-6/+6
| | | | | | | | | | | | | | | packed byte length of ints now unambiguously shown to be type-dependent, not value dependent e.g. uint16(0x03) is 0x0003 not 0x03
| * | | | Merge pull request #5824 from ethereum/boost-cleanupDaniel Kirchner2019-01-196-562/+4
| |\ \ \ \ | | |_|_|/ | |/| | | Remove boost workarounds
| | * | | Add error condition if compiling with Boost <1.65Alex Beregszaszi2019-01-191-0/+5
| | | | |
| | * | | Remove boost_multiprecision_number_compare_bug_workaround for Boost <=1.58Alex Beregszaszi2019-01-193-539/+0
| | | | |
| | * | | Remove boost::filesystem::weakly_canonical workaroundAlex Beregszaszi2019-01-193-25/+1
| |/ / /
| * | | Merge pull request #5818 from ethereum/javascriptRuleListFixDaniel Kirchner2019-01-192-12/+91
| |\ \ \ | | | | | | | | | | Split up rule list generation further to fix browser issues.
| | * | | Split up rule list generation further to prevent issues in browsers with the ↵Daniel Kirchner2019-01-192-12/+91
| |/ / / | | | | | | | | | | | | emscripten build.
| * | | Merge pull request #5817 from ethereum/refactoringAlex Beregszaszi2019-01-184-20/+28
| |\ \ \ | | |/ / | |/| | Refactoring in TypeChecker and ContractDefinition
| | * | Refactor TypeChecker::visit(FunctionDefinition const&).Daniel Kirchner2019-01-181-12/+20
| | | |
| | * | Add ContractDefinition::isInterface.Daniel Kirchner2019-01-184-8/+8
| | | |
| * | | Merge pull request #5775 from ethereum/codeAccesschriseth2019-01-1851-72/+641
| |\ \ \ | | | | | | | | | | Provide access to code of contract types.
| | * | | Changelog entry.chriseth2019-01-181-0/+1
| | | | |
| | * | | Add test for content of creationCode and runtimeCode.chriseth2019-01-181-2/+45
| | | | |
| | * | | Do not create a copy of the assembly.chriseth2019-01-186-14/+22
| | | | |
| | * | | Add helper to show if contract can be deployed.chriseth2019-01-184-6/+11
| | | | |
| | * | | Documentation.chriseth2019-01-183-1/+36
| | | | |
| | * | | Type is not reserved anymore.chriseth2019-01-181-1/+0
| | | | |
| | * | | Warn if type(..).runtimeCode is used with assembly in the constructor.chriseth2019-01-183-1/+87
| | | | |
| | * | | Add code access dependency.chriseth2019-01-181-3/+14
| | | | |
| | * | | Code generation for access to contract code.chriseth2019-01-1814-45/+101
| | | | |
| | * | | Syntax for meta type information.chriseth2019-01-1811-14/+116
| | | | |
| | * | | Tests.chriseth2019-01-1819-0/+223
| | | | |
| * | | | Merge pull request #5794 from ethereum/ssaReverserchriseth2019-01-1828-109/+832
| |\ \ \ \ | | | | | | | | | | | | [Yul] Add SSAReverser to optimiser.
| | * | | | Stabilize SSAReverser.Daniel Kirchner2019-01-188-11/+55
| | | | | |
| | * | | | Undo second SSA transformation and add more tests.Daniel Kirchner2019-01-1815-75/+366
| | | | | |
| | * | | | Add SSAReverser to the yul optimiser.Daniel Kirchner2019-01-1816-82/+470
| | | |/ / | | |/| |
| * | | | Merge pull request #5807 from ethereum/fixed_point_encodingchriseth2019-01-186-1/+45
| |\ \ \ \ | | | | | | | | | | | | Return TypeError is fixed point encoding is attempted.
| | * | | | Change error message and add testsLeonardo Alt2019-01-175-1/+35
| | | | | |
| | * | | | Return TypeError is fixed point encoding is attempted.Leonardo Alt2019-01-172-1/+11
| | | | | |
| * | | | | Merge pull request #5814 from tkopczynski/docs-fix-remove-wordAlex Beregszaszi2019-01-181-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | [DOCS] Remove unnecessary word
| | * | | | Remove unnecessary wordTomek Kopczynski2019-01-181-1/+1
| |/ / / /
| * | | | Merge pull request #4441 from ethereum/emscriptenBoostTestAlex Beregszaszi2019-01-187-7/+16
| |\ \ \ \ | | |_|/ / | |/| | | Update emscripten version to 1.38.8.
| | * | | 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
| |\ \ \ | | |/ / | |/| | Set emscripten strict mode and remove obsolete option
| | * | Remove obsolete ETH_EMSCRIPTEN optionAlex Beregszaszi2019-01-171-1/+0
| | | | | | | | | | | | | | | | This was made obsolete by using toolchain files (#2836)
| | * | 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.
| | * | 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
| |\ \ | | | | | | | | [DOCS] Add call warning into main docs and remove FAQ item
| | * | Update docs/units-and-global-variables.rstErik Kundt2019-01-171-1/+1
| | | | | | | | | | | | Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com>
| | * | 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
| |\ \ | | | | | | | | [DOCS] Mention that there is no Cron in Ethereum
| | * | 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
| |\ \ | | | | | | | | [DOCS] Remove conversion FAQ Item
| | * | Remove FAQ ItemChris Ward2019-01-161-10/+0
| | |/
| * | Merge pull request #5694 from ethereum/yul-ast-unique_ptrchriseth2019-01-1711-50/+68
| |\ \ | | |/ | |/| [libyul] use unique_ptr in AST over shared_ptr
| | * libyul: changing some AST members from shared_ptr<> to unique_ptr<>Christian Parpart2019-01-1611-50/+68
| |/ | | | | | | | | * Some spaces look a little more verbose now, but that shouln't be a problem as it also should raise readability, too. * This makes some use of return-value-optimizations also.
| * 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