/mail/evolution/files/

ry'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)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
* Modify for releaseJimmy Hu2019-04-132-5/+6
* Merge pull request #5836 from ethereum/developchriseth2019-01-22388-5733/+10085
|\
| * Merge pull request #5828 from ethereum/faq-trunc-checkchriseth2019-01-223-15/+9
| |\
| | * Move FAQ item about truncation checksChris Ward2019-01-223-15/+9
| |/
| * Merge pull request #5833 from ethereum/use050externalchriseth2019-01-222-4/+4
| |\
| | * 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.chriseth2019-01-222-1/+5
| |/ /
| * | Merge pull request #5832 from ethereum/introduceEncodingOptionschriseth2019-01-222-49/+87
| |\ \ | | |/ | |/|
| | * 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 ver...chriseth2019-01-211-0/+2
| | |/
| * | Merge pull request #5718 from ethereum/smt_external_functionschriseth2019-01-227-12/+93
| |\ \ | | |/ | |/|
| | * [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
| |\ \
| | * | Merge payable FAQ itemChris Ward2019-01-212-9/+2
| * | | Merge pull request #5822 from ethereum/emscripten-1.38.22chriseth2019-01-213-4/+14
| |\ \ \
| | * | | 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
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | 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 typecastLeonardo Alt2019-01-1614-4/+181
| * | | | | Merge pull request #5806 from ethereum/calldataStructschriseth2019-01-216-5/+44
| |\ \ \ \ \
| | * | | | | Disallow calldata structs.Daniel Kirchner2019-01-216-5/+44
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #5797 from ethereum/faq-array-passChris Chinchilla2019-01-212-30/+25
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | 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 vectorEvan Saulpaugh2019-01-181-6/+6
| * | | | Merge pull request #5824 from ethereum/boost-cleanupDaniel Kirchner2019-01-196-562/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | 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 prevent issues in browsers with the ...Daniel Kirchner2019-01-192-12/+91
| |/ / /
| * | | Merge pull request #5817 from ethereum/refactoringAlex Beregszaszi2019-01-184-20/+28
| |\ \ \ | | |/ / | |/| |
| | * | 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
| |\ \ \
| | * | | 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
| |\ \ \ \
| | * | | | 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
| |\ \ \ \
| | * | | | 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
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Remove unnecessary wordTomek Kopczynski2019-01-181-1/+1
| |/ / / /
| * | | | Merge pull request #4441 from ethereum/emscriptenBoostTestAlex Beregszaszi2019-01-187-7/+16
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | 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-07