Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Specify address as string on events documentation | Isaac Ibiapina | 2017-08-16 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #2659 from jamesray1/patch-25 | chriseth | 2017-08-15 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | Link: members-of-addresses | James Ray | 2017-07-28 | 1 | -0/+2 | |
* | | | Merge pull request #2664 from joshuahannan/develop | chriseth | 2017-08-15 | 1 | -0/+14 | |
|\ \ \ | ||||||
| * | | | Wording. | chriseth | 2017-07-31 | 1 | -3/+2 | |
| * | | | added while loop description | Joshua Hannan | 2017-07-30 | 1 | -0/+15 | |
| |/ / | ||||||
* | | | Merge pull request #2660 from jamesray1/patch-26 | chriseth | 2017-08-15 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Constructor is not a solidity keyword | James Ray | 2017-07-28 | 1 | -1/+1 | |
| * | | | Constructor index | James Ray | 2017-07-28 | 1 | -2/+2 | |
| |/ / | ||||||
* | | | Merge pull request #2732 from ethereum/statemutability-abi | chriseth | 2017-08-15 | 4 | -1/+60 | |
|\ \ \ | ||||||
| * | | | Add test for payable constructor in ABI | Alex Beregszaszi | 2017-08-15 | 1 | -0/+31 | |
| * | | | Add statemutability field to the ABI | Alex Beregszaszi | 2017-08-15 | 4 | -1/+29 | |
* | | | | Merge pull request #2744 from feliam/patch-2 | chriseth | 2017-08-15 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Update installing-solidity.rst | feliam | 2017-08-15 | 1 | -1/+1 | |
* | | | | Merge pull request #2743 from ethereum/preventStackOverflow | Alex Beregszaszi | 2017-08-15 | 4 | -0/+119 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Prevent too deep recursion in parser. | chriseth | 2017-08-15 | 4 | -0/+95 | |
| * | | | Tests for recursion exploit in parser. | chriseth | 2017-08-15 | 1 | -0/+24 | |
* | | | | Merge pull request #2735 from stuwest/fix/typo-in-intro-doc | chriseth | 2017-08-15 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | docs typo: remove duplicate period and unnecessary spaces in intro | Stu West | 2017-08-13 | 1 | -1/+1 | |
* | | | | Merge pull request #2704 from ethereum/newEncoder | chriseth | 2017-08-14 | 13 | -72/+1530 | |
|\ \ \ \ | ||||||
| * | | | | Test both encoders. | chriseth | 2017-08-14 | 1 | -77/+137 | |
| * | | | | Experimental feature switch for ABI encoder. | chriseth | 2017-08-14 | 4 | -4/+16 | |
| * | | | | Remove unused magic global feature. | chriseth | 2017-08-14 | 2 | -10/+2 | |
| * | | | | ABI encoder tests. | chriseth | 2017-08-14 | 2 | -2/+105 | |
| * | | | | Interface for new ABI encoder. | chriseth | 2017-08-14 | 2 | -0/+40 | |
| * | | | | New ABI encoder. | chriseth | 2017-08-14 | 2 | -0/+1246 | |
| * | | | | Helpers. | chriseth | 2017-08-14 | 2 | -1/+8 | |
| * | | | | Allow multi-dimensional arrays in interfaces. | chriseth | 2017-08-14 | 1 | -2/+0 | |
* | | | | | Merge pull request #2722 from ethereum/statemutability | Alex Beregszaszi | 2017-08-14 | 12 | -105/+141 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Remove constant/payable in all function types | Alex Beregszaszi | 2017-08-14 | 3 | -31/+16 | |
| * | | | | Remove useless payable & constant typecheck | Alex Beregszaszi | 2017-08-14 | 2 | -11/+0 | |
| * | | | | Update parser tests | Alex Beregszaszi | 2017-08-14 | 1 | -8/+9 | |
| * | | | | Replace constant/payable with StateMutability in AST | Alex Beregszaszi | 2017-08-14 | 8 | -68/+129 | |
|/ / / / | ||||||
* | | | | Merge pull request #2703 from ethereum/warnAboutLargeStorageArrays | chriseth | 2017-08-14 | 4 | -0/+97 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Warn about large storage structures. | chriseth | 2017-08-12 | 4 | -0/+97 | |
* | | | | Merge pull request #2581 from federicobond/improve-override-error | Alex Beregszaszi | 2017-08-12 | 7 | -23/+70 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Avoid duplicate errors due to function overrides | Federico Bond | 2017-08-12 | 1 | -5/+5 | |
| * | | | Use a secondary location for function override errors | Federico Bond | 2017-08-12 | 3 | -26/+18 | |
| * | | | Refactor function override check to remove duplicate logic | Federico Bond | 2017-08-12 | 2 | -47/+50 | |
| * | | | Improve and add missing tests | Federico Bond | 2017-08-12 | 1 | -6/+15 | |
| * | | | Use fully qualified name of super in message | Federico Bond | 2017-08-12 | 3 | -4/+13 | |
| * | | | Improve override changes signature error message | Federico Bond | 2017-08-12 | 3 | -1/+35 | |
|/ / / | ||||||
* | | | Merge pull request #2714 from federicobond/enforce-tuple-commas | Alex Beregszaszi | 2017-08-12 | 3 | -2/+16 | |
|\ \ \ | ||||||
| * | | | Enforce commas in tuple syntax | Federico Bond | 2017-08-12 | 3 | -2/+16 | |
|/ / / | ||||||
* | | | Merge pull request #2486 from jamesray1/patch-22 | chriseth | 2017-08-12 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | :ref:`getter function<getter-functions>` | James Ray | 2017-07-31 | 1 | -1/+1 | |
| * | | | ref getter-functions | James Ray | 2017-07-28 | 1 | -1/+1 | |
| * | | | Updated reference to getter-functions | James Ray | 2017-07-28 | 1 | -1/+1 | |
| * | | | Fixed reference to getter function | James Ray | 2017-07-07 | 1 | -1/+1 | |
| * | | | Ref to getter function | James Ray | 2017-06-30 | 1 | -1/+1 | |
* | | | | Merge pull request #2485 from jamesray1/patch-21 | chriseth | 2017-08-12 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | :ref:`getter function<getter-functions>` | James Ray | 2017-07-31 | 1 | -1/+1 | |
| * | | | | :ref:`getter-functions` | James Ray | 2017-07-28 | 1 | -1/+1 | |
| * | | | | Fixed reference to getter function | James Ray | 2017-07-07 | 1 | -1/+1 | |
| * | | | | Getter function ref | James Ray | 2017-06-30 | 1 | -1/+1 | |
| * | | | | Update frequently-asked-questions.rst | James Ray | 2017-06-30 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #2487 from jamesray1/patch-23 | chriseth | 2017-08-12 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | :ref:`getter function<getter-functions>` | James Ray | 2017-07-31 | 1 | -1/+1 | |
| * | | | | Updated getter-functions ref | James Ray | 2017-07-29 | 1 | -1/+1 | |
| * | | | | Fixed reference to getter function | James Ray | 2017-07-07 | 1 | -1/+1 | |
| * | | | | Ref to getter function | James Ray | 2017-06-30 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #2730 from ethereum/indented-writer | chriseth | 2017-08-12 | 3 | -0/+207 | |
|\ \ \ \ | ||||||
| * | | | | Introduce IndentedWriter | Alex Beregszaszi | 2017-08-11 | 3 | -0/+207 | |
* | | | | | Merge pull request #2712 from ethereum/experimental-metadata | Alex Beregszaszi | 2017-08-12 | 5 | -14/+81 | |
|\ \ \ \ \ | ||||||
| * | | | | | Output experimental flag in metadata only for risky features | Alex Beregszaszi | 2017-08-11 | 2 | -9/+28 | |
| * | | | | | Store experimental flag in metadata CBOR | Alex Beregszaszi | 2017-08-11 | 3 | -0/+37 | |
| * | | | | | Add analysis-only experimental features | Alex Beregszaszi | 2017-08-11 | 1 | -2/+9 | |
| * | | | | | Add __test experimental mode for testing | Alex Beregszaszi | 2017-08-11 | 2 | -9/+13 | |
* | | | | | | Merge pull request #2624 from izgzhen/amend-test-msg | Alex Beregszaszi | 2017-08-12 | 1 | -168/+168 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Amend expected test messages for SolidityNameAndTypeResolution | Zhen Zhang | 2017-08-11 | 1 | -168/+168 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #2634 from ethereum/chriseth-patch-1 | Alex Beregszaszi | 2017-08-11 | 1 | -2/+3 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Clarify internal function types | chriseth | 2017-07-26 | 1 | -2/+3 | |
* | | | | | | Merge pull request #2727 from ethereum/simplify-types | chriseth | 2017-08-11 | 1 | -16/+29 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Simplify if/else statements in Types | Alex Beregszaszi | 2017-08-11 | 1 | -16/+29 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #2653 from ethereum/docs-asm | chriseth | 2017-08-11 | 1 | -0/+25 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use temporary variable for sum example | Alex Beregszaszi | 2017-08-11 | 1 | -8/+10 | |
| * | | | | | | Move init/cond into the for loop | Alex Beregszaszi | 2017-08-11 | 1 | -5/+5 | |
| * | | | | | | Add pure assembly example for summing | Alex Beregszaszi | 2017-08-11 | 1 | -0/+23 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #2724 from ethereum/function-type-payable | chriseth | 2017-08-11 | 1 | -17/+23 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | FunctionType operator== boolean refactor | gubatron | 2017-08-11 | 1 | -17/+12 | |
| * | | | | | Check for payable when comparing function types | Alex Beregszaszi | 2017-08-11 | 1 | -4/+15 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2700 from ethereum/abiTests | Alex Beregszaszi | 2017-08-10 | 3 | -0/+354 | |
|\ \ \ \ \ | ||||||
| * | | | | | Some more ABI tests. | chriseth | 2017-08-10 | 3 | -0/+354 | |
* | | | | | | Merge pull request #2690 from ethereum/experimental-pragma | chriseth | 2017-08-10 | 5 | -4/+116 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add tests for experimental pragma | Alex Beregszaszi | 2017-08-10 | 1 | -0/+37 | |
| * | | | | | | Introduce ExperimentalFeatures header | Alex Beregszaszi | 2017-08-10 | 3 | -8/+42 | |
| * | | | | | | Reject wildcard and multiple experimental pragmas | Alex Beregszaszi | 2017-08-10 | 1 | -13/+16 | |
| * | | | | | | Reject unsupported experimental feature names | Alex Beregszaszi | 2017-08-10 | 1 | -0/+5 | |
| * | | | | | | Warn if using experimental pragma | Alex Beregszaszi | 2017-08-10 | 1 | -0/+5 | |
| * | | | | | | Support experimental feature pragma | Alex Beregszaszi | 2017-08-10 | 3 | -4/+32 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #2701 from ethereum/determineDynamicEncoding | Alex Beregszaszi | 2017-08-10 | 2 | -1/+16 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Add isDynamicallyEncoded member function to types. | chriseth | 2017-08-10 | 2 | -1/+16 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2720 from ethereum/visibility-parser | chriseth | 2017-08-09 | 7 | -26/+41 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make toString(visibility) a helper | Alex Beregszaszi | 2017-08-09 | 4 | -43/+25 | |
| * | | | | | Show previous visibility specifier in parser error | Alex Beregszaszi | 2017-08-09 | 4 | -4/+32 | |
| * | | | | | Add test for multiple visibilites on functions | Alex Beregszaszi | 2017-08-09 | 2 | -2/+7 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2719 from ethereum/constant | chriseth | 2017-08-09 | 2 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Rename Token::Const to Token::Constant | Alex Beregszaszi | 2017-08-09 | 2 | -3/+3 | |
* | | | | | | Merge pull request #2718 from ethereum/globals | chriseth | 2017-08-09 | 2 | -1/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove some global symbols | Alex Beregszaszi | 2017-08-09 | 2 | -1/+6 | |
* | | | | | | | Merge pull request #2717 from vladislav-ankudinov/patch-1 | Alex Beregszaszi | 2017-08-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | fix typo 'onte' -> 'onto' | vladislav-ankudinov | 2017-08-09 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #2716 from ethereum/versionIncrement | Alex Beregszaszi | 2017-08-09 | 2 | -1/+7 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Set version to 0.4.16. | chriseth | 2017-08-09 | 2 | -1/+7 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2715 from ethereum/release | chriseth | 2017-08-09 | 0 | -0/+0 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Merge pull request #2710 from ethereum/develop | chriseth | 2017-08-08 | 22 | -116/+421 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #2709 from ethereum/updateChangelog | chriseth | 2017-08-08 | 2 | -1/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update changelog. | chriseth | 2017-08-08 | 2 | -1/+5 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2697 from ethereum/unimplemented-inlined-library | chriseth | 2017-08-08 | 3 | -1/+26 | |
|\ \ \ \ \ | ||||||
| * | | | | | Disable unimplemented library functions instead | Alex Beregszaszi | 2017-08-08 | 3 | -29/+14 | |
| * | | | | | Raise error when using unimplemented internal library functions. | Alex Beregszaszi | 2017-08-08 | 3 | -0/+40 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2702 from SaadSurya/patch-1 | Alex Beregszaszi | 2017-08-08 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update installing-solidity.rst | SaadSurya | 2017-08-07 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2698 from ethereum/unimplemented-constructor | chriseth | 2017-08-07 | 4 | -47/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | Constructors must be implemented if declared. | Alex Beregszaszi | 2017-08-05 | 4 | -47/+15 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2687 from ethereum/show-unimplemented-funcs | Alex Beregszaszi | 2017-08-05 | 8 | -24/+46 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove duplicated check for unimplemented functions | Alex Beregszaszi | 2017-08-04 | 1 | -2/+0 | |
| * | | | | | Fix tests to use unimplementedFunctions | Alex Beregszaszi | 2017-08-04 | 1 | -8/+8 | |
| * | | | | | Show unimplemented function if trying to instantiate an abstract class | Alex Beregszaszi | 2017-08-04 | 4 | -1/+25 | |
| * | | | | | Replace isFullyImplemented with unimplementedFunctions in ASTAnnotations | Alex Beregszaszi | 2017-08-04 | 4 | -14/+14 | |
* | | | | | | Merge pull request #2692 from ethereum/shadowing-overload | chriseth | 2017-08-05 | 5 | -7/+48 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Three more tests for shadowing. | chriseth | 2017-08-05 | 1 | -0/+30 | |
| * | | | | | Search for shadowee starting from parent scope. | chriseth | 2017-08-05 | 2 | -24/+4 | |
| * | | | | | Do not mark overloaded functions as shadowing | Alex Beregszaszi | 2017-08-05 | 4 | -1/+32 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2685 from elopio/patch-1 | chriseth | 2017-08-04 | 1 | -1/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add the tag for the command | Leo Arias | 2017-08-02 | 1 | -0/+4 | |
| * | | | | | Add the command to install the stable solc snap | Leo Arias | 2017-08-02 | 1 | -1/+5 | |
* | | | | | | Merge pull request #2673 from ethereum/builtin-gas | chriseth | 2017-08-04 | 4 | -18/+25 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Disallow gas modifier on sha255/ripemd160/ecrecover | Alex Beregszaszi | 2017-08-02 | 4 | -18/+25 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #2696 from AdrianClv/patch-1 | chriseth | 2017-08-04 | 1 | -3/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Removes reference to stack depth attack | Adrián Calvo | 2017-08-04 | 1 | -3/+3 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #2679 from ethereum/delegatecall | chriseth | 2017-08-02 | 6 | -4/+97 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add warning that low-level call/callcode/delegatecall don't check for existence | Alex Beregszaszi | 2017-08-02 | 1 | -0/+3 | |
| * | | | | | | Add test for call/callcode/delegatecall to invalid address | Alex Beregszaszi | 2017-08-02 | 1 | -0/+22 | |
| * | | | | | | Add bug.json entry for delegatecall | Alex Beregszaszi | 2017-08-02 | 2 | -3/+34 | |
| * | | | | | | .delegatecall() should always return a boolean of execution status | Alex Beregszaszi | 2017-08-02 | 3 | -1/+38 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #2688 from ethereum/sourceformatter | chriseth | 2017-08-02 | 1 | -2/+3 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Consistent format for secondary location in sourceformatter | Alex Beregszaszi | 2017-08-02 | 1 | -2/+1 | |
| * | | | | | Consistent new line in sourceformatter | Alex Beregszaszi | 2017-08-02 | 1 | -0/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2682 from ethereum/delegatecall-newaccount | chriseth | 2017-08-01 | 2 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Provide new account gas for low-level callcode/delegatecall | Alex Beregszaszi | 2017-08-01 | 2 | -1/+2 | |
* | | | | | | Merge pull request #2674 from ethereum/builtin-tests | chriseth | 2017-08-01 | 2 | -1/+130 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Add test for tight packing keccak256/sha256/ripemd160 | Alex Beregszaszi | 2017-08-01 | 1 | -0/+81 | |
| * | | | | | Add test for disallowed gas/value modifiers on builtins | Alex Beregszaszi | 2017-08-01 | 1 | -1/+49 | |
* | | | | | | Merge pull request #2677 from ethereum/barecall | Alex Beregszaszi | 2017-08-01 | 4 | -12/+12 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Rename Bare to Barecall | Alex Beregszaszi | 2017-08-01 | 4 | -12/+12 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2670 from ethereum/release | chriseth | 2017-07-31 | 0 | -0/+0 | |
|\| | | | | ||||||
| * | | | | Merge pull request #2667 from ethereum/develop | chriseth | 2017-07-31 | 194 | -1581/+17492 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge pull request #2669 from ethereum/versionIncrement | chriseth | 2017-07-31 | 2 | -1/+7 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Increment version to 0.4.15 | chriseth | 2017-07-31 | 2 | -1/+7 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2668 from ethereum/fixImportRelease | chriseth | 2017-07-31 | 1 | -4/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix import error check for release version. | chriseth | 2017-07-31 | 1 | -4/+5 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2666 from ethereum/releaseVersion | chriseth | 2017-07-31 | 2 | -1/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Release date for version 0.4.14. | chriseth | 2017-07-31 | 2 | -1/+5 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2658 from jamesray1/patch-8 | chriseth | 2017-07-31 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Updated link for getter-functions | James Ray | 2017-07-28 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge pull request #2662 from ethereum/fixEcrecover2 | Alex Beregszaszi | 2017-07-28 | 5 | -4/+93 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use keccak256 instead of sha3 | chriseth | 2017-07-28 | 1 | -1/+1 | |
| * | | | | | Changelog and bug list entry. | chriseth | 2017-07-28 | 3 | -3/+45 | |
| * | | | | | Fix for invalid clearing of memory in ecrecover. | chriseth | 2017-07-28 | 1 | -1/+1 | |
| * | | | | | Test case for invalid ecrecover call. | chriseth | 2017-07-28 | 1 | -0/+47 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2478 from ethereum/fallback-dispatcher | chriseth | 2017-07-28 | 7 | -14/+15 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Remove the need of jumping out of the fallback | Alex Beregszaszi | 2017-07-28 | 2 | -8/+5 | |
| * | | | | Disallow externalSignature for fallback functions | Alex Beregszaszi | 2017-07-28 | 1 | -0/+1 | |
| * | | | | Add isFallback() helper | Alex Beregszaszi | 2017-07-28 | 4 | -6/+9 | |
|/ / / / | ||||||
* | | | | Merge pull request #2635 from ethereum/fixCrashOnAssignmentToNonLValue | Alex Beregszaszi | 2017-07-27 | 3 | -1/+18 | |
|\ \ \ \ | ||||||
| * | | | | Changelog entry. | chriseth | 2017-07-27 | 1 | -0/+1 | |
| * | | | | Fix crash on assignment to non-lvalue. | chriseth | 2017-07-26 | 1 | -1/+3 | |
| * | | | | Test for assigning to non-lvalue. | chriseth | 2017-07-26 | 1 | -0/+14 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #2652 from ethereum/fixMultiModifier | chriseth | 2017-07-27 | 6 | -9/+41 | |
|\ \ \ \ | ||||||
| * | | | | Re-allow multiple modifiers per function. | chriseth | 2017-07-27 | 6 | -9/+41 | |
* | | | | | Merge pull request #2651 from ethereum/asm-optimiser | chriseth | 2017-07-27 | 2 | -17/+60 | |
|\ \ \ \ \ | ||||||
| * | | | | | Introduce fine-grained optimiser settings in libevmasm | Alex Beregszaszi | 2017-07-27 | 2 | -17/+60 | |
* | | | | | | Merge pull request #2641 from elopio/patch-1 | chriseth | 2017-07-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | update the snap metadata to allow stable releases | Leo Arias | 2017-07-27 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #2640 from elopio/patch-2 | chriseth | 2017-07-27 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add the install instructions from the edge snap | Leo Arias | 2017-07-27 | 1 | -0/+4 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #2629 from hcaw/patch-1 | chriseth | 2017-07-27 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Moved Ethereum Studio to Discontinued section as suggested | Harry Wright | 2017-07-25 | 1 | -0/+2 | |
| * | | | | | | Link to Ethereum Studio removed - project has been discontinued | Harry Wright | 2017-07-25 | 1 | -3/+0 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #2645 from ethereum/asserts | Alex Beregszaszi | 2017-07-27 | 7 | -51/+36 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Use solAssert instead of boost throw where possible | Alex Beregszaszi | 2017-07-27 | 7 | -51/+36 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #2649 from nathanph/patch-1 | chriseth | 2017-07-27 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix typo in contracts.rst | Nathan Hernandez | 2017-07-27 | 1 | -1/+1 | |
* | | | | | | Merge pull request #2650 from ethereum/metadata-test-fix | chriseth | 2017-07-27 | 1 | -2/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix metadata tests | Alex Beregszaszi | 2017-07-27 | 1 | -2/+4 | |
* | | | | | | | Merge pull request #2636 from ethereum/docs-random | Yoichi Hirai | 2017-07-27 | 5 | -21/+29 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Closing parenthesis | chriseth | 2017-07-27 | 1 | -1/+1 | |
| * | | | | | | | Avoid using .send in the examples | Alex Beregszaszi | 2017-07-27 | 1 | -7/+2 | |
| * | | | | | | | Use the storage keyword in examples | Alex Beregszaszi | 2017-07-27 | 2 | -4/+4 | |
| * | | | | | | | Avoid using var if not required | Alex Beregszaszi | 2017-07-27 | 1 | -2/+2 | |
| * | | | | | | | Mention all global aliases | Alex Beregszaszi | 2017-07-27 | 2 | -4/+10 | |
| * | | | | | | | Mention that callcode is deprecated | Alex Beregszaszi | 2017-07-27 | 2 | -1/+9 | |
| * | | | | | | | Remove interface keyword from reserved list | Alex Beregszaszi | 2017-07-27 | 1 | -1/+1 | |
| * | | | | | | | Remove reference to Why3 | Alex Beregszaszi | 2017-07-27 | 1 | -2/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #2642 from ethereum/test-split-asm | Yoichi Hirai | 2017-07-27 | 2 | -821/+873 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Split off libevmasm specific optimiser tests | Alex Beregszaszi | 2017-07-27 | 2 | -821/+873 | |
* | | | | | | | | Merge pull request #2643 from ethereum/compilerstack | Yoichi Hirai | 2017-07-27 | 2 | -39/+55 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Reorder CompilerStack to be in logical order | Alex Beregszaszi | 2017-07-27 | 2 | -39/+55 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #2644 from ethereum/toodeep | Yoichi Hirai | 2017-07-27 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Report location on stack too deep if possible | Alex Beregszaszi | 2017-07-27 | 2 | -1/+7 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #2646 from ethereum/standardcompiler | Yoichi Hirai | 2017-07-27 | 1 | -18/+23 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | DocstringParsingError is not thrown anymore in StandardCompiler | Alex Beregszaszi | 2017-07-27 | 1 | -16/+8 | |
| * | | | | | | | Catch FatalError in StandardCompiler | Alex Beregszaszi | 2017-07-27 | 1 | -3/+16 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #2566 from ethereum/metadata-only-relevant | chriseth | 2017-07-27 | 6 | -2/+113 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Add tests for relevant metadata files | Alex Beregszaszi | 2017-07-19 | 1 | -0/+67 | |
| * | | | | | | Add template for merging sets | Alex Beregszaszi | 2017-07-19 | 2 | -4/+7 | |
| * | | | | | | Avoid cyclic imports in referencedSourceUnits | Alex Beregszaszi | 2017-07-19 | 2 | -6/+11 | |
| * | | | | | | Only include files usde in metadata | Alex Beregszaszi | 2017-07-19 | 2 | -0/+10 | |
| * | | | | | | Add option to recurse referencedSourceUnits | Alex Beregszaszi | 2017-07-19 | 2 | -5/+10 | |
| * | | | | | | Add referencedSourceUnits() helper | Alex Beregszaszi | 2017-07-19 | 2 | -0/+13 | |
| * | | | | | | Add sourceUnit() helper to Declaration | Alex Beregszaszi | 2017-07-19 | 2 | -2/+10 | |
* | | | | | | | Merge pull request #2647 from skiral/patch-1 | Alex Beregszaszi | 2017-07-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | fix misspell | Skiral Inc | 2017-07-27 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #2639 from ethereum/grammar | Alex Beregszaszi | 2017-07-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix grammar | Yoichi Hirai | 2017-07-26 | 1 | -1/+1 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #1637 from ethereum/warn-shadowing-globals | chriseth | 2017-07-26 | 7 | -78/+269 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Warn about shadowing variables. | Alex Beregszaszi | 2017-07-25 | 7 | -78/+269 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #2631 from maurelian/maurelian_patch1 | Yoichi Hirai | 2017-07-26 | 1 | -6/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Clarify require and assert usage | maurelian | 2017-07-26 | 1 | -6/+4 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #2599 from ethereum/compilerstack-cleanup | Alex Beregszaszi | 2017-07-26 | 11 | -58/+46 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add CompilerStack::setOptimiserSettings | Alex Beregszaszi | 2017-07-26 | 10 | -16/+27 | |
| * | | | | | Add CompilerStack::setLibraries | Alex Beregszaszi | 2017-07-26 | 5 | -8/+17 | |
| * | | | | | Remove unused interfaces from CompilerStack | Alex Beregszaszi | 2017-07-26 | 3 | -39/+7 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2627 from atfornes/patch-2 | chriseth | 2017-07-26 | 1 | -2/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Change Mapping example to valid (executable) code | Antonio Tenorio-Fornés | 2017-07-25 | 1 | -2/+3 | |
* | | | | | | Merge pull request #2603 from ethereum/test-jsoncompiler | chriseth | 2017-07-26 | 1 | -2/+95 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Add test for compileStandard | Alex Beregszaszi | 2017-07-19 | 1 | -0/+29 | |
| * | | | | | Add test for compileSingle | Alex Beregszaszi | 2017-07-19 | 1 | -0/+51 | |
| * | | | | | Add test for compileJSONCallback | Alex Beregszaszi | 2017-07-19 | 1 | -3/+16 | |
* | | | | | | Merge pull request #2572 from elopio/snap-version | chriseth | 2017-07-25 | 1 | -1/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | use echo -n instead of touch | Leo Arias | 2017-07-18 | 1 | -1/+1 | |
| * | | | | | | Prepare the version of the snap package for the release tags | Leo Arias | 2017-07-18 | 1 | -1/+7 | |
* | | | | | | | Merge pull request #2484 from jamesray1/patch-8 | chriseth | 2017-07-25 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Update types.rst | James Ray | 2017-07-01 | 1 | -2/+2 | |
| * | | | | | | Changed URL for getter to a ref | James Ray | 2017-06-30 | 1 | -1/+1 | |
| * | | | | | | Used a ref for getter instead of a URL. | James Ray | 2017-06-30 | 1 | -1/+1 | |
| * | | | | | | Added links for the getter function. | James Ray | 2017-06-30 | 1 | -2/+2 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #2625 from ethereum/chriseth-patch-1 | Alex Beregszaszi | 2017-07-24 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Mention homebrew in release checklist | chriseth | 2017-07-24 | 1 | -1/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #2615 from NIC619/develop | Alex Beregszaszi | 2017-07-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | minor fix on assembly example | NIC619 | 2017-07-21 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #2616 from benjaminion/lll-nested-conditional-tests | Alex Beregszaszi | 2017-07-21 | 1 | -0/+50 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | LLL: Test cases for nested IF expressions. | benjaminion | 2017-07-21 | 1 | -0/+50 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #2573 from benjaminion/lll-error-report-symbol | Alex Beregszaszi | 2017-07-20 | 1 | -11/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | LLL: Improve error reporting in certain cases. | benjaminion | 2017-07-16 | 1 | -11/+11 | |
* | | | | | | | Merge pull request #1544 from VoR0220/fixedPointTypeResolution | Alex Beregszaszi | 2017-07-20 | 5 | -182/+164 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Cleanup fixed point type changes | chriseth | 2017-07-20 | 4 | -142/+110 | |
| * | | | | | | | Change fixed point types to have digit count | VoR0220 | 2017-07-20 | 5 | -113/+127 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #2334 from ethereum/printMultiError | Alex Beregszaszi | 2017-07-20 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ |