Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix time constantsHEADv0.5.3releasedevelop | Hsuan Lee | 2019-04-13 | 1 | -6/+8 |
| | |||||
* | cherry-pick fix for boost | Jimmy Hu | 2019-04-13 | 1 | -1/+1 |
| | |||||
* | Update CI settings | Wei-Ning Huang | 2019-04-13 | 7 | -16/+15 |
| | |||||
* | Update READEME.md to reflect fork | Wei-Ning Huang | 2019-04-13 | 1 | -2/+3 |
| | |||||
* | Add opcode RAND support | Wei-Ning Huang | 2019-04-13 | 6 | -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 release | Jimmy Hu | 2019-04-13 | 2 | -5/+6 |
| | |||||
* | Merge pull request #5836 from ethereum/develop | chriseth | 2019-01-22 | 388 | -5733/+10085 |
|\ | | | | | Merge develop into release for 0.5.3. | ||||
| * | Merge pull request #5828 from ethereum/faq-trunc-check | chriseth | 2019-01-22 | 3 | -15/+9 |
| |\ | | | | | | | [DOCS] Move FAQ item about truncation checks | ||||
| | * | Move FAQ item about truncation checks | Chris Ward | 2019-01-22 | 3 | -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/use050external | chriseth | 2019-01-22 | 2 | -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. | chriseth | 2019-01-22 | 2 | -4/+4 |
| | | | |||||
| * | | Merge pull request #5834 from ethereum/prepareRelease | chriseth | 2019-01-22 | 2 | -1/+5 |
| |\ \ | | | | | | | | | Update changelog for release. | ||||
| | * | | Update changelog for release. | chriseth | 2019-01-22 | 2 | -1/+5 |
| |/ / | |||||
| * | | Merge pull request #5832 from ethereum/introduceEncodingOptions | chriseth | 2019-01-22 | 2 | -49/+87 |
| |\ \ | | |/ | |/| | [REF] Provide ABI encoding options as single struct parameter. | ||||
| | * | Provide ABI encoding options as single struct parameter. | chriseth | 2019-01-21 | 2 | -49/+87 |
| | | | |||||
| * | | Merge pull request #5831 from ethereum/soljsonPatchBackwardsCompatible | chriseth | 2019-01-22 | 1 | -0/+2 |
| |\ \ | | | | | | | | | Patch soljson.js to provide backwards compatibility with older emscripten versions. | ||||
| | * | | Patch soljson.js to provide backwards compatibility with older emscripten ↵ | chriseth | 2019-01-21 | 1 | -0/+2 |
| | |/ | | | | | | | | | | versions. | ||||
| * | | Merge pull request #5718 from ethereum/smt_external_functions | chriseth | 2019-01-22 | 7 | -12/+93 |
| |\ \ | | |/ | |/| | [SMTChecker] Clear state knowledge after external function calls | ||||
| | * | [SMTChecker] Clear state knowledge after external function calls | Leonardo Alt | 2019-01-21 | 7 | -12/+93 |
| | | | |||||
| * | | Merge pull request #5796 from ethereum/faq-send-payable | chriseth | 2019-01-21 | 2 | -9/+2 |
| |\ \ | | | | | | | | | [DOCS] Merge payable FAQ item | ||||
| | * | | Merge payable FAQ item | Chris Ward | 2019-01-21 | 2 | -9/+2 |
| | | | | |||||
| * | | | Merge pull request #5822 from ethereum/emscripten-1.38.22 | chriseth | 2019-01-21 | 3 | -4/+14 |
| |\ \ \ | | | | | | | | | | | Update to emscripten 1.38.22 | ||||
| | * | | | Travis: make cache dependent on emscripten version | Alex Beregszaszi | 2019-01-19 | 1 | -0/+10 |
| | | | | | |||||
| | * | | | CircleCI: always rebuilt boost cache after emscripten udpate | Alex Beregszaszi | 2019-01-19 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Update to emscripten 1.38.22 | Alex Beregszaszi | 2019-01-19 | 3 | -3/+3 |
| | | | | | |||||
| * | | | | Merge pull request #5827 from ethereum/idio-memory-array | Alex Beregszaszi | 2019-01-21 | 1 | -1/+1 |
| |\ \ \ \ | | |_|_|/ | |/| | | | [DOCS] Further clarify in-memory arrays | ||||
| | * | | | Further clarify in-memory arrays | Chris Ward | 2019-01-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #5717 from ethereum/smt_typecast | chriseth | 2019-01-21 | 14 | -4/+181 |
| |\ \ \ \ | | | | | | | | | | | | | [SMTChecker] Support basic typecast without truncation | ||||
| | * | | | | [SMTChecker] Support basic typecast | Leonardo Alt | 2019-01-16 | 14 | -4/+181 |
| | | | | | | |||||
| * | | | | | Merge pull request #5806 from ethereum/calldataStructs | chriseth | 2019-01-21 | 6 | -5/+44 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Disallow calldata structs. | ||||
| | * | | | | | Disallow calldata structs. | Daniel Kirchner | 2019-01-21 | 6 | -5/+44 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge pull request #5797 from ethereum/faq-array-pass | Chris Chinchilla | 2019-01-21 | 2 | -30/+25 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | [DOCS] Remove copy between contracts FAQ item | ||||
| | * | | | | Readd example | Chris Ward | 2019-01-21 | 1 | -0/+25 |
| | | | | | | |||||
| | * | | | | Remove FAQ item | Chris Ward | 2019-01-16 | 1 | -30/+0 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge pull request #5816 from esaulpaugh/develop | chriseth | 2019-01-21 | 1 | -6/+6 |
| |\ \ \ \ | | |_|/ / | |/| | | | improve packed encoding test vector | ||||
| | * | | | improve packed encoding test vector | Evan Saulpaugh | 2019-01-18 | 1 | -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-cleanup | Daniel Kirchner | 2019-01-19 | 6 | -562/+4 |
| |\ \ \ \ | | |_|_|/ | |/| | | | Remove boost workarounds | ||||
| | * | | | Add error condition if compiling with Boost <1.65 | Alex Beregszaszi | 2019-01-19 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | Remove boost_multiprecision_number_compare_bug_workaround for Boost <=1.58 | Alex Beregszaszi | 2019-01-19 | 3 | -539/+0 |
| | | | | | |||||
| | * | | | Remove boost::filesystem::weakly_canonical workaround | Alex Beregszaszi | 2019-01-19 | 3 | -25/+1 |
| |/ / / | |||||
| * | | | Merge pull request #5818 from ethereum/javascriptRuleListFix | Daniel Kirchner | 2019-01-19 | 2 | -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 Kirchner | 2019-01-19 | 2 | -12/+91 |
| |/ / / | | | | | | | | | | | | | emscripten build. | ||||
| * | | | Merge pull request #5817 from ethereum/refactoring | Alex Beregszaszi | 2019-01-18 | 4 | -20/+28 |
| |\ \ \ | | |/ / | |/| | | Refactoring in TypeChecker and ContractDefinition | ||||
| | * | | Refactor TypeChecker::visit(FunctionDefinition const&). | Daniel Kirchner | 2019-01-18 | 1 | -12/+20 |
| | | | | |||||
| | * | | Add ContractDefinition::isInterface. | Daniel Kirchner | 2019-01-18 | 4 | -8/+8 |
| | | | | |||||
| * | | | Merge pull request #5775 from ethereum/codeAccess | chriseth | 2019-01-18 | 51 | -72/+641 |
| |\ \ \ | | | | | | | | | | | Provide access to code of contract types. | ||||
| | * | | | Changelog entry. | chriseth | 2019-01-18 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Add test for content of creationCode and runtimeCode. | chriseth | 2019-01-18 | 1 | -2/+45 |
| | | | | | |||||
| | * | | | Do not create a copy of the assembly. | chriseth | 2019-01-18 | 6 | -14/+22 |
| | | | | | |||||
| | * | | | Add helper to show if contract can be deployed. | chriseth | 2019-01-18 | 4 | -6/+11 |
| | | | | | |||||
| | * | | | Documentation. | chriseth | 2019-01-18 | 3 | -1/+36 |
| | | | | | |||||
| | * | | | Type is not reserved anymore. | chriseth | 2019-01-18 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Warn if type(..).runtimeCode is used with assembly in the constructor. | chriseth | 2019-01-18 | 3 | -1/+87 |
| | | | | | |||||
| | * | | | Add code access dependency. | chriseth | 2019-01-18 | 1 | -3/+14 |
| | | | | | |||||
| | * | | | Code generation for access to contract code. | chriseth | 2019-01-18 | 14 | -45/+101 |
| | | | | | |||||
| | * | | | Syntax for meta type information. | chriseth | 2019-01-18 | 11 | -14/+116 |
| | | | | | |||||
| | * | | | Tests. | chriseth | 2019-01-18 | 19 | -0/+223 |
| | | | | | |||||
| * | | | | Merge pull request #5794 from ethereum/ssaReverser | chriseth | 2019-01-18 | 28 | -109/+832 |
| |\ \ \ \ | | | | | | | | | | | | | [Yul] Add SSAReverser to optimiser. | ||||
| | * | | | | Stabilize SSAReverser. | Daniel Kirchner | 2019-01-18 | 8 | -11/+55 |
| | | | | | | |||||
| | * | | | | Undo second SSA transformation and add more tests. | Daniel Kirchner | 2019-01-18 | 15 | -75/+366 |
| | | | | | | |||||
| | * | | | | Add SSAReverser to the yul optimiser. | Daniel Kirchner | 2019-01-18 | 16 | -82/+470 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge pull request #5807 from ethereum/fixed_point_encoding | chriseth | 2019-01-18 | 6 | -1/+45 |
| |\ \ \ \ | | | | | | | | | | | | | Return TypeError is fixed point encoding is attempted. | ||||
| | * | | | | Change error message and add tests | Leonardo Alt | 2019-01-17 | 5 | -1/+35 |
| | | | | | | |||||
| | * | | | | Return TypeError is fixed point encoding is attempted. | Leonardo Alt | 2019-01-17 | 2 | -1/+11 |
| | | | | | | |||||
| * | | | | | Merge pull request #5814 from tkopczynski/docs-fix-remove-word | Alex Beregszaszi | 2019-01-18 | 1 | -1/+1 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | [DOCS] Remove unnecessary word | ||||
| | * | | | | Remove unnecessary word | Tomek Kopczynski | 2019-01-18 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #4441 from ethereum/emscriptenBoostTest | Alex Beregszaszi | 2019-01-18 | 7 | -7/+16 |
| |\ \ \ \ | | |_|/ / | |/| | | | Update emscripten version to 1.38.8. | ||||
| | * | | | Use emscripten 1.38.8 on both travis and circle. | Daniel Kirchner | 2019-01-18 | 7 | -7/+16 |
| |/ / / | |||||
| * | | | Merge pull request #5809 from ethereum/emscripten-strict | chriseth | 2019-01-18 | 1 | -1/+2 |
| |\ \ \ | | |/ / | |/| | | Set emscripten strict mode and remove obsolete option | ||||
| | * | | Remove obsolete ETH_EMSCRIPTEN option | Alex Beregszaszi | 2019-01-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | This was made obsolete by using toolchain files (#2836) | ||||
| | * | | Set emscripten to strict mode (wrt deprecated compiler options). | Daniel Kirchner | 2019-01-17 | 1 | -0/+2 |
| |/ / | |||||
| * | | Merge pull request #5805 from ethereum/yulSwitchChangelogFix | chriseth | 2019-01-17 | 1 | -0/+2 |
| |\ \ | | | | | | | | | Add missing Changelog entries for Yul switch changes. | ||||
| | * | | Add missing Changelog entries for Yul switch changes. | Daniel Kirchner | 2019-01-17 | 1 | -0/+2 |
| |/ / | |||||
| * | | Merge pull request #5800 from ethereum/wip/faq-call | Chris Chinchilla | 2019-01-17 | 2 | -12/+4 |
| |\ \ | | | | | | | | | [DOCS] Add call warning into main docs and remove FAQ item | ||||
| | * | | Update docs/units-and-global-variables.rst | Erik Kundt | 2019-01-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com> | ||||
| | * | | Add call warning into main docs and remove FAQ item | Chris Ward | 2019-01-16 | 2 | -12/+4 |
| | |/ | |||||
| * | | Merge pull request #5801 from ethereum/idio-contract | Chris Chinchilla | 2019-01-17 | 1 | -1/+2 |
| |\ \ | | | | | | | | | [DOCS] Mention that there is no Cron in Ethereum | ||||
| | * | | Mention that there is no Cron in Ethereum | Chris Ward | 2019-01-16 | 1 | -1/+2 |
| | |/ | |||||
| * | | Merge pull request #5798 from ethereum/faq-conversion | Chris Chinchilla | 2019-01-17 | 1 | -10/+0 |
| |\ \ | | | | | | | | | [DOCS] Remove conversion FAQ Item | ||||
| | * | | Remove FAQ Item | Chris Ward | 2019-01-16 | 1 | -10/+0 |
| | |/ | |||||
| * | | Merge pull request #5694 from ethereum/yul-ast-unique_ptr | chriseth | 2019-01-17 | 11 | -50/+68 |
| |\ \ | | |/ | |/| | [libyul] use unique_ptr in AST over shared_ptr | ||||
| | * | libyul: changing some AST members from shared_ptr<> to unique_ptr<> | Christian Parpart | 2019-01-16 | 11 | -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/equivalentFunctionCombiner | chriseth | 2019-01-16 | 20 | -163/+759 |
| |\ | | | | | | | [Yul] Equivalent function combiner. | ||||
| | * | Add equivalent function combiner as Yul optimizer step. | Daniel Kirchner | 2019-01-16 | 20 | -163/+759 |
| | | | |||||
| * | | Merge pull request #5787 from ethereum/boost-upgrade-and-circleci | Christian Parpart | 2019-01-16 | 5 | -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 Parpart | 2019-01-14 | 5 | -9/+14 |
| | | | | | | | | | | | | CircleCI accordingly. | ||||
| * | | Merge pull request #5793 from ethereum/switchLiteralSameValue | chriseth | 2019-01-15 | 16 | -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 Kirchner | 2019-01-15 | 16 | -30/+166 |
| |/ / | | | | | | | | | | for number literals. | ||||
| * | | Merge pull request #5786 from ethereum/docs-split-micropayment | chriseth | 2019-01-15 | 2 | -429/+430 |
| |\ \ | | | | | | | | | [DOCS] Split micropayments example into seperate file | ||||
| | * | | Split micropayments example into seperate file | Chris Ward | 2019-01-15 | 2 | -429/+430 |
| |/ / | |||||
| * | | Merge pull request #5785 from ethereum/docs-split-safe-remote | chriseth | 2019-01-15 | 2 | -107/+108 |
| |\ \ | | | | | | | | | [DOCS] Split safe remote example into new file | ||||
| | * | | Split safe remote example into new file | Chris Ward | 2019-01-14 | 2 | -107/+108 |
| | |/ | |||||
| * | | Merge pull request #5784 from ethereum/docs-split-blind-auction | chriseth | 2019-01-15 | 2 | -341/+340 |
| |\ \ | | | | | | | | | [DOCS] Split blind auction example into seperate doc | ||||
| | * | | Split blind auction example into seperate doc | Chris Ward | 2019-01-14 | 2 | -341/+340 |
| | |/ | |||||
| * | | Merge pull request #5746 from ethereum/docs-split-functions | chriseth | 2019-01-14 | 2 | -399/+399 |
| |\ \ | | | | | | | | | [DOCS] Split functions docs | ||||
| | * | | Split functions docs | Chris Ward | 2019-01-14 | 2 | -399/+399 |
| |/ / | |||||
| * | | Merge pull request #5790 from ethereum/faq-explicit-conversion | chriseth | 2019-01-14 | 1 | -10/+0 |
| |\ \ | | | | | | | | | [DOCS] Remove explicit conversion FAQ item, covered elsewhere | ||||
| | * | | Remove explicit conversion FAQ item, covered elsewhere | Chris Ward | 2019-01-14 | 1 | -10/+0 |
| | |/ | |||||
| * | | Merge pull request #5788 from ethereum/remove-rnd-faq | chriseth | 2019-01-14 | 1 | -9/+0 |
| |\ \ | | | | | | | | | [DOCS] Remove FAQ item on random number generation | ||||
| | * | | Remove random FAQ item | Chris Ward | 2019-01-14 | 1 | -9/+0 |
| | |/ | |||||
| * | | Merge pull request #5789 from ethereum/waq-multid-array | chriseth | 2019-01-14 | 1 | -17/+0 |
| |\ \ | | | | | | | | | [DOCS] Remove Multi-dimensional array FAQ | ||||
| | * | | Remove Multi-dimensional array FAQ | Chris Ward | 2019-01-14 | 1 | -17/+0 |
| | |/ | |||||
| * | | Merge pull request #5770 from ethereum/docs-split-mapping-types | Chris Chinchilla | 2019-01-14 | 2 | -58/+59 |
| |\ \ | | | | | | | | | [DOCS] Split mapping types into new file | ||||
| | * | | Split mapping types into new file | Chris Ward | 2019-01-14 | 2 | -58/+59 |
| | |/ | |||||
| * | | Merge pull request #5772 from ethereum/docs-split-conversion | Chris Chinchilla | 2019-01-14 | 2 | -127/+128 |
| |\ \ | | |/ | |/| | [DOCS] Split conversion sections into new doc | ||||
| | * | Split conversion sections into new doc | Chris Ward | 2019-01-14 | 2 | -127/+128 |
| |/ | |||||
| * | Merge pull request #5783 from ethereum/docs-split-ex-vote | Chris Chinchilla | 2019-01-14 | 3 | -192/+193 |
| |\ | | | | | | | [DOCS] Split voting example into seperate file | ||||
| | * | Split voting example into seperate file | Chris Ward | 2019-01-14 | 3 | -192/+193 |
| |/ | |||||
| * | Merge pull request #5777 from ethereum/windowsCodeSizeFix | Christian Parpart | 2019-01-11 | 1 | -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 Kirchner | 2019-01-11 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #5757 from fulldecent/feature-latest-version | chriseth | 2019-01-10 | 3 | -5/+9 |
| |\ | | | | | | | Recommend to use latest version | ||||
| | * | Use latest version in code snippets. | William Entriken | 2019-01-10 | 3 | -5/+9 |
| |/ | |||||
| * | Merge pull request #5765 from ethereum/unreachableCode | chriseth | 2019-01-10 | 27 | -12/+258 |
| |\ | | | | | | | Warn about unreachable code. | ||||
| | * | Warn about unreachable code. | Daniel Kirchner | 2019-01-10 | 27 | -12/+258 |
| | | | |||||
| * | | Merge pull request #5774 from ethereum/variablesAreFree | chriseth | 2019-01-10 | 10 | -164/+322 |
| |\ \ | | | | | | | | | [Yul] Variables are free with regards to code size. | ||||
| | * | | Update tests. | chriseth | 2019-01-09 | 5 | -155/+174 |
| | | | | |||||
| | * | | Adjust inlining thresholds. | chriseth | 2019-01-09 | 2 | -6/+10 |
| | | | | |||||
| | * | | Variables are free with regards to code size. | chriseth | 2019-01-09 | 3 | -3/+138 |
| | |/ | |||||
| * | | Merge pull request #5771 from ethereum/docs-split-operators | Chris Chinchilla | 2019-01-10 | 2 | -47/+48 |
| |\ \ | | | | | | | | | [DOCS] Split operators involving LValues into new doc | ||||
| | * | | Split operators involving LValues into new doc | Chris Ward | 2019-01-09 | 3 | -48/+49 |
| | | | | |||||
| * | | | Merge pull request #5769 from ethereum/docs-split-reference-types | Chris Chinchilla | 2019-01-10 | 2 | -409/+410 |
| |\ \ \ | | | | | | | | | | | [DOCS] Split Reference types doc into new file | ||||
| | * | | | Split Reference types doc into new file | Chris Ward | 2019-01-09 | 3 | -410/+411 |
| | |/ / | |||||
| * | | | Merge pull request #5768 from ethereum/docs-split-value-types | Chris Chinchilla | 2019-01-10 | 3 | -709/+710 |
| |\ \ \ | | |_|/ | |/| | | [DOCS] Split Value Types docs | ||||
| | * | | Split Value Types docs | Chris Ward | 2019-01-09 | 3 | -709/+710 |
| | |/ | |||||
| * | | Merge pull request #5764 from ethereum/moreTuning | chriseth | 2019-01-09 | 1 | -42/+91 |
| |\ \ | | |/ | |/| | More code for optimizer tuning. | ||||
| | * | More code for optimizer tuning. | chriseth | 2019-01-09 | 1 | -42/+91 |
| |/ | |||||
| * | Merge pull request #5761 from ethereum/useFlattener | chriseth | 2019-01-09 | 5 | -232/+206 |
| |\ | | | | | | | Use flattener | ||||
| | * | Use the block flattener. | chriseth | 2019-01-08 | 5 | -232/+206 |
| |/ | |||||
| * | Merge pull request #5759 from ethereum/anotherBigTest | chriseth | 2019-01-08 | 1 | -0/+1136 |
| |\ | | | | | | | Another ABI test case for the optimizer. | ||||
| | * | Another ABI test case for the optimizer. | chriseth | 2019-01-08 | 1 | -0/+1136 |
| | | | |||||
| * | | Merge pull request #5760 from ethereum/grouperIdempotent | chriseth | 2019-01-08 | 5 | -7/+59 |
| |\ \ | | |/ | |/| | Make function grouper idempotent. | ||||
| | * | Make function grouper idempotent. | chriseth | 2019-01-08 | 5 | -7/+59 |
| |/ | |||||
| * | Merge pull request #5716 from ethereum/fixDataSizeOffset | chriseth | 2019-01-08 | 17 | -17/+133 |
| |\ | | | | | | | Fix data size offset and properly provide builtins. | ||||
| | * | Changelog entry. | chriseth | 2019-01-08 | 1 | -0/+1 |
| | | | |||||
| | * | Tests. | chriseth | 2019-01-08 | 3 | -0/+74 |
| | | | |||||
| | * | Take special functions that require literals into account. | chriseth | 2019-01-08 | 13 | -17/+58 |
| | | | |||||
| * | | Merge pull request #5744 from ethereum/docs-split-func-mod | chriseth | 2019-01-08 | 2 | -111/+112 |
| |\ \ | | | | | | | | | [DOCS] Split Function modifiers doc into smaller file | ||||
| | * | | Split Function modifiers doc into smaller file | Chris Ward | 2019-01-08 | 2 | -111/+112 |
| | | | | |||||
| * | | | Merge pull request #5756 from ethereum/docs-split-libraries | chriseth | 2019-01-08 | 2 | -230/+231 |
| |\ \ \ | | | | | | | | | | | [DOCS] Split libraries into new doc | ||||
| | * | | | Split libraries into new doc | Chris Ward | 2019-01-08 | 2 | -230/+231 |
| | |/ / | |||||
| * | | | Merge pull request #5753 from ethereum/docs-split-interfaces | chriseth | 2019-01-08 | 2 | -37/+37 |
| |\ \ \ | | | | | | | | | | | [DOCS] Split interfaces into new file | ||||
| | * | | | Split interfaces into new file | Chris Ward | 2019-01-08 | 2 | -37/+37 |
| | | | | | |||||
| * | | | | Merge pull request #5755 from ethereum/docs-split-using-for | chriseth | 2019-01-08 | 2 | -119/+120 |
| |\ \ \ \ | | |/ / / | |/| | | | [DOCS] Split using for into new file | ||||
| | * | | | Split using for into new file | Chris Ward | 2019-01-08 | 2 | -119/+120 |
| | |/ / | |||||
| * | | | Merge pull request #5749 from ethereum/docs-split-abstract | chriseth | 2019-01-08 | 2 | -44/+44 |
| |\ \ \ | | | | | | | | | | | [DOCS] Split Abstract Contracts docs to new file | ||||
| | * | | | Split Abstract Contracts docs to new file | Chris Ward | 2019-01-08 | 2 | -44/+44 |
| | |/ / | |||||
| * | | | Merge pull request #5748 from ethereum/docs-split-inheritance | chriseth | 2019-01-08 | 2 | -299/+300 |
| |\ \ \ | | | | | | | | | | | [DOCS] Split inheritance into new doc | ||||
| | * | | | Split inheritance into new doc | Chris Ward | 2019-01-08 | 2 | -299/+300 |
| | |/ / | |||||
| * | | | Merge pull request #5747 from ethereum/docs-split-events | chriseth | 2019-01-08 | 2 | -161/+162 |
| |\ \ \ | | |/ / | |/| | | [DOCS] Split events docs into file | ||||
| | * | | Split events docs into file | Chris Ward | 2019-01-08 | 2 | -161/+162 |
| |/ / | |||||
| * | | Merge pull request #5742 from ethereum/docs-split-vis-and-get | chriseth | 2019-01-08 | 2 | -198/+199 |
| |\ \ | | | | | | | | | [DOCS] Split Visibility and Getters section | ||||
| | * | | Exclude included files | Chris Ward | 2019-01-07 | 1 | -1/+1 |
| | | | | |||||
| | * | | Split Visibility and Getters doc | Chris Ward | 2019-01-07 | 2 | -198/+199 |
| | | | | |||||
| * | | | Merge pull request #5739 from ethereum/docs-split-create-contracts | chriseth | 2019-01-08 | 3 | -118/+119 |
| |\ \ \ | | | | | | | | | | | [DOCS] Split creating contracts | ||||
| | * | | | Do not compile the contracts subdirectory. | chriseth | 2019-01-08 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Split creating contracts | Chris Ward | 2019-01-08 | 2 | -117/+118 |
| |/ / / | |||||
| * | | | Merge pull request #5713 from ethereum/addAztek | chriseth | 2019-01-08 | 1 | -0/+416 |
| |\ \ \ | | |_|/ | |/| | | [Yul] Add AZTEK code as test. | ||||
| | * | | Add AZTEK code as test. | chriseth | 2019-01-07 | 1 | -0/+416 |
| | | | | |||||
| * | | | Merge pull request #5752 from ethereum/addDialect | chriseth | 2019-01-08 | 29 | -116/+198 |
| |\ \ \ | | | | | | | | | | | [Yul] Refactor: Make the dialect available everywhere. | ||||
| | * | | | Make the dialect available everywhere. | chriseth | 2019-01-07 | 29 | -116/+198 |
| | |/ / | |||||
| * | | | Merge pull request #5685 from androlo/develop | chriseth | 2019-01-07 | 101 | -45/+40 |
| |\ \ \ | | |/ / | |/| | | Update command-line tests | ||||
| | * | | Move actual test files. | androlo | 2019-01-07 | 100 | -23/+23 |
| | | | | |||||
| | * | | Unify json and non-json commandline tests. | chriseth | 2019-01-07 | 1 | -18/+14 |
| | | | | |||||
| | * | | Use directories for tests. | androlo | 2019-01-07 | 1 | -17/+16 |
| | | | | |||||
| * | | | Merge pull request #5732 from ethereum/pragma-update | chriseth | 2019-01-07 | 8 | -24/+24 |
| |\ \ \ | | | | | | | | | | | [DOCS] Update non-existent pragma 0.4.99 to 0.5.0 | ||||
| | * | | | Update non-existant pragma 0.4.99 to 0.5.0 | Chris Ward | 2019-01-07 | 8 | -24/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use correct syntax for pragma Change pragma syntax One more change to pragma syntax | ||||
| * | | | | Merge pull request #5745 from ethereum/docs-split-cons | chriseth | 2019-01-07 | 2 | -35/+36 |
| |\ \ \ \ | | |_|/ / | |/| | | | [DOCS] Split Constant State Variables doc | ||||
| | * | | | Split Constant State Variables doc | Chris Ward | 2019-01-07 | 2 | -35/+36 |
| | |/ / | |||||
| * | | | Merge pull request #5710 from ethereum/moveTests | chriseth | 2019-01-07 | 1 | -39/+47 |
| |\ \ \ | | | | | | | | | | | [REF][cmdlinetests] Move functions to the top | ||||
| | * | | | Move functions to the top. | androlo | 2018-12-21 | 1 | -39/+47 |
| | | | | | |||||
| * | | | | Merge pull request #5711 from ethereum/printCommandOnError | chriseth | 2019-01-07 | 1 | -0/+4 |
| |\ \ \ \ | | | | | | | | | | | | | [cmdline tests] Print command on error. | ||||
| | * | | | | Print command. | chriseth | 2018-12-20 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Merge pull request #5741 from ethereum/fix-5730-SourceLocation | chriseth | 2019-01-07 | 4 | -1/+23 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fixes SourceLocation extraction on multiline locations with a too long first line | ||||
| | * | | | | | Adds new test for SourceReferenceExtractor to extract multiline location ↵ | Christian Parpart | 2019-01-07 | 3 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | with a too long first line. | ||||
| | * | | | | | Fixes SourceLocation extraction on multiline locations with a too long first ↵ | Christian Parpart | 2019-01-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | line. | ||||
| * | | | | | | Merge pull request #5738 from ethereum/emscriptenBoost168 | chriseth | 2019-01-07 | 4 | -14/+14 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update to boost 1.68 for emscripten builds. | ||||
| | * | | | | | | Update to boost 1.68 for emscripten builds. | Daniel Kirchner | 2019-01-07 | 4 | -14/+14 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #5620 from ethereum/rematOnlyOne | chriseth | 2019-01-07 | 23 | -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". | chriseth | 2019-01-07 | 23 | -127/+261 |
| | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Merge pull request #5743 from ethereum/srcTarball | chriseth | 2019-01-07 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | Change uid and gid for source tarball to 0:0. | ||||
| | * | | | | | Change uid and gid for source tarball to 0:0. | Daniel Kirchner | 2019-01-07 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #5703 from ethereum/srcTarball | Alex Beregszaszi | 2019-01-07 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Remove real username from source tarballs. | ||||
| | * | | | | | Remove real username from source tarballs. | chriseth | 2018-12-20 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #5734 from ItsNickBarry/deprecation-notices | chriseth | 2019-01-07 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | clarify antecedents in deprecation notices | ||||
| | * | | | | | | clarify antecedents in deprecation notices | Nick Barry | 2019-01-03 | 1 | -2/+2 |
| | | |/ / / / | | |/| | | | | |||||
| * | | | | | | Merge pull request #5720 from ethereum/docs_type_conversion | chriseth | 2019-01-07 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | [DOCS] Fix examples in type conversion docs | ||||
| | * | | | | | | Fix examples in type conversion docs | Leonardo Alt | 2018-12-24 | 1 | -2/+2 |
| | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Merge pull request #5731 from poiresel/docs_spelling_fixes | chriseth | 2019-01-07 | 5 | -5/+5 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | resolve spelling issues in the docs folder | ||||
| | * | | | | | | resolve spelling issues in the docs folder | poiresel | 2018-12-21 | 5 | -5/+5 |
| | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Merge pull request #5727 from spmvg/develop | chriseth | 2019-01-07 | 1 | -3/+2 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | [DOCS] fix typo in docs/contracts.rst | ||||
| | * | | | | | fix typo in docs | spmvg | 2018-12-31 | 1 | -3/+2 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge pull request #5698 from ethereum/chriseth-patch-2 | chriseth | 2019-01-07 | 1 | -6/+14 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | [DOC] More details about packed encoding. | ||||
| | * | | | | | [DOC] More details about packed encoding. | chriseth | 2018-12-20 | 1 | -6/+14 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge pull request #5729 from chankruze/develop | chriseth | 2019-01-07 | 1 | -1/+1 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | copyright year updated | ||||
| | * | | | | copyright year updated | chandan kumar mandal | 2019-01-02 | 1 | -1/+1 |
| | | |/ / | | |/| | | | | | | | | | | | | Happy New Year !! 🎇 Copyright year udated to 2019. | ||||
| * | | | | Merge pull request #5733 from HaoXuan40404/patch-2 | Alex Beregszaszi | 2019-01-03 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | Update install_deps.sh | ||||
| | * | | | Update install_deps.sh | Asher | 2019-01-03 | 1 | -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/onlyDirectories | chriseth | 2018-12-21 | 1 | -44/+54 |
| |\ \ \ | | |/ / | |/| | | [cmdline tests] Select only directories to skip the readme | ||||
| | * | | Only select directories to skip the README. | androlo | 2018-12-20 | 1 | -8/+5 |
| | | | | |||||
| | * | | Formatting. | chriseth | 2018-12-20 | 1 | -48/+61 |
| |/ / | |||||
| * | | Merge pull request #5699 from ethereum/cmake-no-c-dependency | chriseth | 2018-12-20 | 3 | -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 Parpart | 2018-12-20 | 3 | -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-toolchains | chriseth | 2018-12-20 | 6 | -9/+18 |
| |\ \ \ | | | | | | | | | | | CMake: Use toolchain files | ||||
| | * | | | CMake: Use toolchain files | Paweł Bylica | 2018-12-19 | 6 | -9/+18 |
| | | | | | |||||
| * | | | | Merge pull request #5707 from ethereum/updateReleaseChecklist | chriseth | 2018-12-20 | 1 | -2/+4 |
| |\ \ \ \ | | | | | | | | | | | | | Update release checklist. | ||||
| | * | | | | Update release checklist. | chriseth | 2018-12-20 | 1 | -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-struct | chriseth | 2018-12-20 | 1 | -5/+0 |
| |\ \ \ \ | | | | | | | | | | | | | DOCS: Remove Structs item from FAQ | ||||
| | * | | | | Remove Structs item from FAQ | Chris Ward | 2018-12-19 | 1 | -5/+0 |
| | | | | | | |||||
| * | | | | | Merge pull request #5700 from ethereum/wip/docs-comments-faq | chriseth | 2018-12-20 | 1 | -6/+0 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | DOCS: Remove comments FAQ item | ||||
| | * | | | | Remove comments FAQ item | Chris Ward | 2018-12-20 | 1 | -6/+0 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge pull request #5705 from ethereum/release | chriseth | 2018-12-20 | 0 | -0/+0 |
| |\ \ \ \ | |/ / / / |/| | | | | Merge release back into develop. | ||||
* | | | | | Merge pull request #5697 from ethereum/develop | chriseth | 2018-12-20 | 512 | -2689/+7656 |
|\ \ \ \ \ | | |/ / / | |/| | | | Merge develop into release for 0.5.2 | ||||
| | * | | | Merge pull request #5704 from ethereum/bumpVersion | chriseth | 2018-12-20 | 2 | -1/+15 |
| |/| | | | | | | | | | | | | | Set version to 0.5.3 | ||||
| | * | | | Set version to 0.5.3 | chriseth | 2018-12-20 | 2 | -1/+15 |
| |/ / / | |||||
| * | | | Merge pull request #5696 from ethereum/updateChangelog | chriseth | 2018-12-20 | 2 | -4/+10 |
| |\ \ \ | | | | | | | | | | | Update changelog for release. | ||||
| | * | | | Update buglist. | chriseth | 2018-12-20 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Update changelog for release. | chriseth | 2018-12-20 | 1 | -4/+6 |
| |/ / / | |||||
| * | | | Merge pull request #5681 from ethereum/limitOutput | chriseth | 2018-12-20 | 12 | -23/+160 |
| |\ \ \ | | |/ / | |/| | | Do not compile unless requested. | ||||
| | * | | Changelog entry. | chriseth | 2018-12-19 | 1 | -0/+1 |
| | | | | |||||
| | * | | Do not include empty JSON objects in output. | chriseth | 2018-12-19 | 5 | -10/+16 |
| | | | | |||||
| | * | | Tests. | chriseth | 2018-12-19 | 6 | -0/+54 |
| | | | | |||||
| | * | | Only fully compile if binaries requested. | chriseth | 2018-12-19 | 1 | -9/+40 |
| | | | | |||||
| | * | | Some more compiler state tests. | chriseth | 2018-12-19 | 1 | -5/+50 |
| | |/ | |||||
| * | | Merge pull request #5693 from ethereum/assemblyitem | chriseth | 2018-12-19 | 1 | -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 AssemblyItem | Alex Beregszaszi | 2018-12-19 | 1 | -3/+5 |
| | |/ | |||||
| * | | Merge pull request #5635 from ethereum/cpp-default-ctors | chriseth | 2018-12-19 | 33 | -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 Parpart | 2018-12-19 | 27 | -65/+51 |
| | | | | | | | | | | | | non-static member initialization syntax. | ||||
| | * | liblangutil: SourceLocation to default initialize data members (w/o the use ↵ | Christian Parpart | 2018-12-19 | 7 | -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_fix | chriseth | 2018-12-19 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | 5673 doc enum fix | ||||
| | * | changed interface code example to illustrate working solidity version | Zacharius | 2018-12-19 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #5686 from ethereum/someStyle | chriseth | 2018-12-19 | 1 | -4/+6 |
| |\ | | | | | | | Formatting. | ||||
| | * | Formatting. | chriseth | 2018-12-19 | 1 | -4/+6 |
| | | | |||||
| * | | Merge pull request #5684 from ethereum/doc-fix-trivial | chriseth | 2018-12-19 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Doc: Fix typo "a messy" -> "a mess" | ||||
| | * | | Doc: Fix typo "a messy" -> "a mess" | Mathias Baumann | 2018-12-19 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #5680 from ethereum/doc-fix-trivial | chriseth | 2018-12-19 | 1 | -3/+3 |
| |\ \ | | | | | | | | | [Trivial] Format "and" as instruction op code | ||||
| | * | | Rephrase opcode result returning description | Mathias Baumann | 2018-12-19 | 1 | -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 code | Mathias Baumann | 2018-12-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #5637 from ethereum/better-json-error-reporting | chriseth | 2018-12-19 | 47 | -13/+330 |
| |\ \ \ | | | | | | | | | | | Json: Provide better error message when 'settings' is not an object | ||||
| | * | | | Json: Provide better error messages for wrong types | Mathias Baumann | 2018-12-19 | 47 | -13/+330 |
| | |/ / | |||||
| * | | | Merge pull request #5678 from ethereum/buildRelease | chriseth | 2018-12-19 | 4 | -6/+6 |
| |\ \ \ | | |_|/ | |/| | | Build in release mode. | ||||
| | * | | Build in release mode. | chriseth | 2018-12-18 | 4 | -6/+6 |
| | | | | |||||
| * | | | Merge pull request #5679 from ethereum/hashCache | chriseth | 2018-12-19 | 2 | -8/+25 |
| |\ \ \ | | | | | | | | | | | Cache hash computations. | ||||
| | * | | | Cache hash computations. | chriseth | 2018-12-18 | 2 | -8/+25 |
| | |/ / | |||||
| * | | | Merge pull request #5677 from ethereum/someOpts | chriseth | 2018-12-19 | 3 | -12/+21 |
| |\ \ \ | | | | | | | | | | | Some optimisations. | ||||
| | * | | | Optimize some instruction comparisons. | chriseth | 2018-12-19 | 2 | -5/+3 |
| | | | | | |||||
| | * | | | Provide comparison shortcut. | chriseth | 2018-12-18 | 1 | -0/+7 |
| | | | | | |||||
| | * | | | Use the move. | chriseth | 2018-12-18 | 1 | -7/+11 |
| | |/ / | |||||
| * | | | Merge pull request #5664 from ethereum/cmakeUpdates | chriseth | 2018-12-19 | 7 | -10/+31 |
| |\ \ \ | | | | | | | | | | | Use imported CMake targets. | ||||
| | * | | | Use imported CMake targets. | Daniel Kirchner | 2018-12-17 | 7 | -10/+31 |
| | | | | | |||||
| * | | | | Merge pull request #5674 from ethereum/parser-pragmaversion | chriseth | 2018-12-18 | 6 | -14/+45 |
| |\ \ \ \ | | |_|/ / | |/| | | | Add version pragma parsing to Parser |