Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2639 from ethereum/grammar | Alex Beregszaszi | 2017-07-27 | 1 | -1/+1 |
|\ | | | | | Fix grammar | ||||
| * | 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 if shadowing built-ins | ||||
| * | 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 | ||||
| * | | 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 |
|\ \ | | | | | | | Cleanup compilerstack (remove old methods and clean compile) | ||||
| * | | 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 | ||||
| * | | Change Mapping example to valid (executable) code | Antonio Tenorio-Fornés | 2017-07-25 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | Current example will not compile and would need to be compiled in separate files, unlike how it is shown (see https://github.com/ethereum/solidity/pull/2618). The proposed changes provide both a source code that compiles and a easier to understand Contract creation (using new instead of a contract address). | ||||
* | | | Merge pull request #2603 from ethereum/test-jsoncompiler | chriseth | 2017-07-26 | 1 | -2/+95 |
|\ \ \ | |_|/ |/| | | Comprehensive tests for jsonCompiler | ||||
| * | | 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 |
|\ \ \ | | | | | | | | | Prepare the version of the snap package for the release tags | ||||
| * | | | 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 |
|\ \ \ \ | |_|_|/ |/| | | | Added links for the getter function. | ||||
| * | | | 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 | ||||
| * | | | | 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 | ||||
| * | | | | 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. | ||||
| * | | | | 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. | ||||
| * | | | | 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 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed point type resolution | ||||
| * | | | | | 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 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | | | | | Merge pull request #2334 from ethereum/printMultiError | Alex Beregszaszi | 2017-07-20 | 1 | -1/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Print information about types of errors. | ||||
| * | | | | | Print information about types of errors. | chriseth | 2017-07-19 | 1 | -1/+8 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #2605 from roadriverrail/this-in-constructor | Alex Beregszaszi | 2017-07-20 | 4 | -1/+31 |
|\ \ \ \ \ | | | | | | | | | | | | | This in constructor | ||||
| * | | | | | Migrate over to ErrorReporter | Rhett Aultman | 2017-07-19 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Add test and changelog | Alex Beregszaszi | 2017-07-19 | 2 | -1/+16 |
| | | | | | | |||||
| * | | | | | Warn if this is used in constructor | Alex Beregszaszi | 2017-07-19 | 2 | -0/+15 |
|/ / / / / | |||||
* | | | | | Merge pull request #2602 from ethereum/emscripten-shrink | Yoichi Hirai | 2017-07-19 | 1 | -2/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove LINKABLE from Emscripten | ||||
| * | | | | Remove LINKABLE from Emscripten | Alex Beregszaszi | 2017-07-19 | 1 | -2/+0 |
|/ / / / | |||||
* | | | | Merge pull request #2596 from ethereum/lll-test-optimiser | Yoichi Hirai | 2017-07-19 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Run LLL contract tests with optimiser too | ||||
| * | | | | Run LLL contract tests with optimiser too | Alex Beregszaszi | 2017-07-19 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #2592 from ethereum/lll-simplify | Yoichi Hirai | 2017-07-19 | 1 | -5/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | LLL: remove useless code | ||||
| * | | | | | LLL: remove useless code | Alex Beregszaszi | 2017-07-19 | 1 | -5/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #2591 from ethereum/lll-no-optim | Yoichi Hirai | 2017-07-19 | 1 | -2/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | LLL: disable optimiser entirely if requested | ||||
| * | | | | | LLL: disable optimiser entirely if requested | Alex Beregszaszi | 2017-07-19 | 1 | -2/+8 |
| |/ / / / | |||||
* | | | | | Merge pull request #2589 from ethereum/rename-onchainmetadata | Yoichi Hirai | 2017-07-19 | 6 | -17/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | Rename onChainMetadata to metadata | ||||
| * | | | | | Rename onChainMetadata to metadata | Alex Beregszaszi | 2017-07-19 | 6 | -17/+17 |
| |/ / / / | |||||
* | | | | | Merge pull request #2598 from ethereum/example-test-fixes | Yoichi Hirai | 2017-07-19 | 6 | -28/+46 |
|\ \ \ \ \ | | | | | | | | | | | | | Enable more examples in the documentation for testing | ||||
| * | | | | | Enable more examples in the documentation for testing | Alex Beregszaszi | 2017-07-19 | 6 | -28/+46 |
| |/ / / / | |||||
* | | | | | Merge pull request #2597 from ethereum/modifier-internal | Yoichi Hirai | 2017-07-19 | 3 | -1/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | Mark modifiers as internal | ||||
| * | | | | | Mark modifiers as internal | Alex Beregszaszi | 2017-07-19 | 3 | -1/+16 |
| |/ / / / | |||||
* | | | | | Merge pull request #2593 from ethereum/parser-error-text | Yoichi Hirai | 2017-07-19 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Update parser error for pragma/import/contract | ||||
| * | | | | | Update parser error for pragma/import/contract | Alex Beregszaszi | 2017-07-19 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #2594 from ethereum/emscripten | Yoichi Hirai | 2017-07-19 | 1 | -4/+20 |
|\ \ \ \ \ | | | | | | | | | | | | | Add comments to Emscripten flags | ||||
| * | | | | | Add comments to Emscripten flags | Alex Beregszaszi | 2017-07-19 | 1 | -4/+20 |
| |/ / / / | |||||
* | | | | | Merge pull request #2590 from ethereum/natspec-cleanup | Yoichi Hirai | 2017-07-19 | 3 | -31/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove unneccesary interface from Natspec | ||||
| * | | | | | Remove unneccesary interface from Natspec | Alex Beregszaszi | 2017-07-19 | 3 | -31/+6 |
| |/ / / / | |||||
* | | | | | Merge pull request #2588 from ethereum/test-optimiser | Yoichi Hirai | 2017-07-19 | 2 | -4/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Run metadata and gas meter tests when optimiser is on too | ||||
| * | | | | Run metadata and gas meter tests when optimiser is on too | Alex Beregszaszi | 2017-07-19 | 2 | -4/+2 |
|/ / / / | |||||
* | | | | Merge pull request #2585 from ethereum/tests-compilerstack | Alex Beregszaszi | 2017-07-18 | 4 | -4/+12 |
|\ \ \ \ | | | | | | | | | | | Do not use obscure CompilerStack methods in tests | ||||
| * | | | | Do not use obscure CompilerStack methods in tests | Alex Beregszaszi | 2017-07-18 | 4 | -4/+12 |
|/ / / / | |||||
* | | | | Merge pull request #2583 from ethereum/soljson-license | Alex Beregszaszi | 2017-07-18 | 3 | -1/+17 |
|\ \ \ \ | |_|_|/ |/| | | | Export license in jsonCompiler and add tests | ||||
| * | | | Test for version/license in jsonCompiler | Alex Beregszaszi | 2017-07-18 | 1 | -0/+15 |
| | | | | |||||
| * | | | Properly export the license() method in Emscripten | Alex Beregszaszi | 2017-07-18 | 2 | -1/+2 |
|/ / / | |||||
* | | | Merge pull request #2584 from ethereum/standardcompiler-cleanup | Alex Beregszaszi | 2017-07-18 | 1 | -13/+13 |
|\ \ \ | | | | | | | | | Readability fixes in StandardCompiler | ||||
| * | | | Mark const variables | Alex Beregszaszi | 2017-07-18 | 1 | -4/+4 |
| | | | | |||||
| * | | | Reorder code for readability | Alex Beregszaszi | 2017-07-18 | 1 | -9/+9 |
|/ / / | |||||
* | | | Merge pull request #2582 from jooray/patch-1 | Alex Beregszaszi | 2017-07-18 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Keep the terminology about the exceptions the same | ||||
| * | | | Keep the terminology about the exceptions the same | Juraj Bednar | 2017-07-18 | 1 | -1/+1 |
|/ / / | | | | | | | Don't call exception revert-style when the rest of the document uses require-style | ||||
* | | | Merge pull request #2570 from benjaminion/lll-contract-test-ens | Alex Beregszaszi | 2017-07-18 | 2 | -0/+507 |
|\ \ \ | | | | | | | | | LLL: whole contract tests for the ENS Registry. | ||||
| * | | | LLL: whole contract tests for the ENS Registry. | benjaminion | 2017-07-18 | 2 | -0/+507 |
| |/ / | |||||
* | | | Merge pull request #2574 from ltfschoen/patch-4 | Alex Beregszaszi | 2017-07-18 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Update solidity-by-example.rst. Fixes accepted bids | ||||
| * | | Update solidity-by-example.rst. Fixes accepted bids | Luke Schoen | 2017-07-17 | 1 | -2/+2 |
|/ / | | | | | Only accept bid values higher than highest bid. Since returns early from `placeBid` function if `value <= highestBid` | ||||
* | | Merge pull request #2565 from ethereum/literal-string-error | chriseth | 2017-07-14 | 3 | -1/+46 |
|\ \ | | | | | | | Include types in explicit conversion error message | ||||
| * | | Add test for explicit type conversion literal string | Alex Beregszaszi | 2017-07-14 | 1 | -0/+37 |
| | | | |||||
| * | | Include types in explicit conversion error message | Alex Beregszaszi | 2017-07-14 | 2 | -1/+9 |
| | | | |||||
* | | | Merge pull request #2559 from benjaminion/lll-contract-test-erc20 | Alex Beregszaszi | 2017-07-14 | 2 | -0/+652 |
|\ \ \ | |/ / |/| | | LLL: whole contract tests for ERC20 token. | ||||
| * | | LLL: whole contract tests for ERC20 token. | benjaminion | 2017-07-14 | 2 | -0/+652 |
| | | | |||||
* | | | Merge pull request #2564 from ethereum/large-arrays-calldata | Alex Beregszaszi | 2017-07-14 | 5 | -2/+54 |
|\ \ \ | | | | | | | | | Add type error for arrays too large for calldata | ||||
| * | | | Disable large arrays for memory location too | Alex Beregszaszi | 2017-07-14 | 2 | -2/+6 |
| | | | | |||||
| * | | | Add tests for large calldata arrays | Alex Beregszaszi | 2017-07-14 | 1 | -0/+25 |
| | | | | |||||
| * | | | Issue error properly for oversized arrays for calldata | Alex Beregszaszi | 2017-07-14 | 4 | -2/+25 |
|/ / / | |||||
* | | | Merge pull request #2553 from ethereum/extract-docs-tests | chriseth | 2017-07-14 | 10 | -42/+176 |
|\ \ \ | | | | | | | | | Extract examples from documentation and run tests on it | ||||
| * | | | Refactor compilation tests. | chriseth | 2017-07-14 | 2 | -36/+51 |
| | | | | |||||
| * | | | Ignore the docs build directory. | chriseth | 2017-07-14 | 1 | -1/+3 |
| | | | | |||||
| * | | | Fix bugs in example contracts | Alex Beregszaszi | 2017-07-14 | 4 | -11/+42 |
| | | | | |||||
| * | | | Add version pragma to docs examples | Alex Beregszaszi | 2017-07-13 | 4 | -0/+16 |
| | | | | |||||
| * | | | Run tests on source code from docs | Alex Beregszaszi | 2017-07-13 | 1 | -0/+25 |
| | | | | |||||
| * | | | Upgrade isolate_tests.py to support extracting code from docs | Alex Beregszaszi | 2017-07-13 | 1 | -3/+48 |
|/ / / | |||||
* | | | Merge pull request #2504 from ethereum/inlineasm-decl-empty | Alex Beregszaszi | 2017-07-13 | 9 | -16/+68 |
|\ \ \ | | | | | | | | | Support variable declarations without an assignment in assembly | ||||
| * | | | Rename expectedItems to numVariables | Alex Beregszaszi | 2017-07-13 | 2 | -6/+6 |
| | | | | |||||
| * | | | Add end-to-end test | Alex Beregszaszi | 2017-07-13 | 2 | -1/+19 |
| | | | | |||||
| * | | | Add changelog and documentation | Alex Beregszaszi | 2017-07-13 | 2 | -1/+2 |
| | | | | |||||
| * | | | Support variable declarations without an assignment in EVM | Alex Beregszaszi | 2017-07-13 | 1 | -3/+12 |
| | | | | |||||
| * | | | Support parsing let statements without a value | Alex Beregszaszi | 2017-07-13 | 5 | -11/+35 |
| | | | | |||||
* | | | | Merge pull request #2567 from ethereum/refactorExceptions | chriseth | 2017-07-13 | 9 | -44/+83 |
|\ \ \ \ | | | | | | | | | | | Refactor exceptions and provide comment function. | ||||
| * | | | | Refactor exceptions and provide comment function. | chriseth | 2017-07-13 | 9 | -44/+83 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #2569 from ethereum/transferToTransfer | Alex Beregszaszi | 2017-07-13 | 1 | -0/+18 |
|\ \ \ \ | |_|/ / |/| | | | Add another transfer testcase. | ||||
| * | | | Add another transfer testcase. | chriseth | 2017-07-13 | 1 | -0/+18 |
|/ / / | |||||
* | | | Merge pull request #2544 from federicobond/error-value-transfer-non-payable | chriseth | 2017-07-13 | 6 | -1/+101 |
|\ \ \ | |/ / |/| | | Add type error when attempting to transfer value to a non-payable contract | ||||
| * | | Fix error message formatting | Federico Bond | 2017-07-13 | 1 | -1/+1 |
| | | | |||||
| * | | Add type error when attempting value transfer to a non-payable contract | Federico Bond | 2017-07-13 | 5 | -0/+100 |
|/ / | |||||
* | | Merge pull request #2562 from ethereum/addGnosisTestContracts | Alex Beregszaszi | 2017-07-13 | 33 | -0/+3303 |
|\ \ | | | | | | | Gnosis compilation contracts. | ||||
| * | | Gnosis compilation contracts. | chriseth | 2017-07-12 | 33 | -0/+3303 |
|/ / | |||||
* | | Merge pull request #2560 from ethereum/abi-spec-nitpick | chriseth | 2017-07-12 | 1 | -9/+6 |
|\ \ | | | | | | | Nitpicking abi-spec.rst | ||||
| * | | Borrow a sentence from @axic | Yoichi Hirai | 2017-07-12 | 1 | -2/+2 |
| | | | | | | | | | | | | and edit the phrase "following its type", which sounded like the data follows the type in the call data. | ||||
| * | | Nitpicking abi-spec.rst | Yoichi Hirai | 2017-07-12 | 1 | -8/+5 |
| | | | |||||
* | | | Merge pull request #2501 from ethereum/undef-macros | chriseth | 2017-07-12 | 5 | -5/+3 |
|\ \ \ | | | | | | | | | Move UndefMacros from libdevcore to libsolidity/parsing | ||||
| * | | | Move UndefMacros from libdevcore to libsolidity/parsing | Alex Beregszaszi | 2017-07-02 | 5 | -5/+3 |
| | | | | |||||
* | | | | Merge pull request #2522 from ethereum/testCode | chriseth | 2017-07-12 | 71 | -3/+10063 |
|\ \ \ \ | | | | | | | | | | | Added various contracts for testing. | ||||
| * | | | | Added various contracts for testing. | chriseth | 2017-07-05 | 71 | -3/+10063 |
| | | | | | |||||
* | | | | | Merge pull request #2556 from ethereum/inlineasm-calldata | chriseth | 2017-07-12 | 3 | -1/+19 |
|\ \ \ \ \ | | | | | | | | | | | | | Issue proper warning trying to access calldata variables in inline assembly | ||||
| * | | | | | Issue proper warning trying to access calldata variables in inline assembly | Alex Beregszaszi | 2017-07-12 | 3 | -1/+19 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #1477 from ethereum/doc-remove-fixed | chriseth | 2017-07-12 | 1 | -16/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | [WIP] docs: ``var x = 1/4`` is not working, so remove description about it | ||||
| * | | | | docs: ``var x = 1/4`` is not working, so remove description about it | Yoichi Hirai | 2016-12-02 | 1 | -16/+2 |
| | | | | | |||||
* | | | | | Merge pull request #2545 from benjaminion/lll-alloc-updated | Alex Beregszaszi | 2017-07-12 | 3 | -6/+79 |
|\ \ \ \ \ | | | | | | | | | | | | | LLL: alloc issues round-up | ||||
| * | | | | | LLL: rewrite alloc to avoid issues with edge cases. | benjaminion | 2017-07-12 | 3 | -6/+79 |
| | | | | | | |||||
* | | | | | | Merge pull request #2557 from ethereum/appveyor | chriseth | 2017-07-12 | 1 | -0/+12 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add failing implicit conversion test | ||||
| * | | | | | Add failing implicit conversion test | Alex Beregszaszi | 2017-07-11 | 1 | -0/+12 |
|/ / / / / | |||||
* | | | | | Merge pull request #2554 from ethereum/minMaxValue | Alex Beregszaszi | 2017-07-11 | 4 | -0/+40 |
|\ \ \ \ \ | | | | | | | | | | | | | Some helper functions. | ||||
| * | | | | | Helper functions. | chriseth | 2017-07-11 | 4 | -0/+40 |
|/ / / / / | |||||
* | | | | | Merge pull request #2551 from ethereum/fixStructMemberWarning | Alex Beregszaszi | 2017-07-11 | 3 | -2/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix invalid "explicit storage keyword" warning for reference members of structs. | ||||
| * | | | | | Fix invalid "explicit storage keyword" warning for reference members of structs. | chriseth | 2017-07-11 | 3 | -2/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #2536 from ethereum/releaseChecklist | Alex Beregszaszi | 2017-07-09 | 1 | -0/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | Release checklist | ||||
| * | | | | | Release checklist | chriseth | 2017-07-09 | 1 | -0/+18 |
|/ / / / / | |||||
* | | | | | Merge pull request #2539 from hh3755/patch-1 | Alex Beregszaszi | 2017-07-09 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | typo of bitween for between | ||||
| * | | | | | typo of bitween for between | hh3755 | 2017-07-08 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #2540 from benjaminion/lll-for-test | Alex Beregszaszi | 2017-07-09 | 1 | -0/+31 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | LLL: Test cases for for and while loops. | ||||
| * | | | | | Test cases for for and while loops. | benjaminion | 2017-07-09 | 1 | -0/+31 |
|/ / / / / | |||||
* | | | | | Merge pull request #2535 from ethereum/release | chriseth | 2017-07-06 | 0 | -0/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Merge release back into develop. | ||||
| * \ \ \ \ | Merge pull request #2532 from ethereum/develop | chriseth | 2017-07-06 | 15 | -22/+179 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Merge develop to release for 0.4.13. | ||||
* | \ \ \ \ \ | Merge pull request #2534 from ethereum/chriseth-patch-1 | chriseth | 2017-07-06 | 2 | -1/+8 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Bump version. | ||||
| * | | | | | | Update changelog. | chriseth | 2017-07-06 | 1 | -0/+7 |
| | | | | | | | |||||
| * | | | | | | Bump version. | chriseth | 2017-07-06 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #2531 from ethereum/release0413 | chriseth | 2017-07-06 | 2 | -1/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Release date for 0.4.13 | ||||
| * | | | | | | Release date for 0.4.13 | chriseth | 2017-07-06 | 2 | -1/+5 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #2529 from ethereum/warnThrow | Alex Beregszaszi | 2017-07-06 | 4 | -1/+27 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Deprecate throw. | ||||
| * | | | | | | Deprecate throw. | chriseth | 2017-07-06 | 4 | -1/+27 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #2528 from ethereum/warnNoStorage | chriseth | 2017-07-06 | 4 | -7/+51 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Warn if local storage reference variable does not use "storage" explicitly. | ||||
| * | | | | | | Warn if local storage reference variable does not use "storage" explicitly. | chriseth | 2017-07-06 | 4 | -7/+51 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #2527 from ethereum/onlyASTIfAnalysisSuccessful | chriseth | 2017-07-06 | 2 | -2/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Only output AST if the analysis was successful. | ||||
| * | | | | | | Only output AST if the analysis was successful. | chriseth | 2017-07-06 | 2 | -2/+3 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #2514 from ethereum/chriseth-patch-1 | chriseth | 2017-07-06 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Run docker deployment on actual releases. | ||||
| * | | | | | | Run docker deployment on actual releases. | chriseth | 2017-07-04 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #2524 from ethereum/doNotOmitErrorType | chriseth | 2017-07-06 | 2 | -4/+5 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Do not omit error type. | ||||
| * | | | | | | | Do not omit error type. | chriseth | 2017-07-06 | 2 | -4/+5 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #2475 from elopio/snapcraft | chriseth | 2017-07-06 | 1 | -0/+29 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Add the packaging metadata to build the solidity snap | ||||
| * | | | | | | Add the packaging metadata to build the solidity snap | Leo Arias | 2017-06-28 | 1 | -0/+29 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #2518 from ethereum/fixInternalVariableAlreadyPresent | Alex Beregszaszi | 2017-07-05 | 3 | -0/+33 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix internal variable already present error. | ||||
| * | | | | | | | Changelog entry. | chriseth | 2017-07-05 | 1 | -0/+3 |
| | | | | | | | | |||||
| * | | | | | | | Fix internal "variable already present" error. | chriseth | 2017-07-05 | 1 | -0/+3 |
| | | | | | | | | |||||
| * | | | | | | | Test for internal "variable already present" error. | chriseth | 2017-07-05 | 1 | -0/+27 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #2521 from PWKad/patch-2 | Alex Beregszaszi | 2017-07-05 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update contributing.rst | ||||
| * | | | | | | | | Update contributing.rst | Patrick Walters | 2017-07-05 | 1 | -4/+4 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #2515 from ethereum/ubuntuRelease | chriseth | 2017-07-05 | 1 | -4/+20 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Some fixes for the PPA release scripts. | ||||
| * | | | | | | | Some fixes for the PPA release scripts. | chriseth | 2017-07-04 | 1 | -4/+20 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #2516 from ethereum/release | chriseth | 2017-07-04 | 4 | -4/+7 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | | | Merge release back into develop. | ||||
| * | | | | | | Merge pull request #2513 from ethereum/onlyPushIfSomethingToPush | chriseth | 2017-07-04 | 1 | -2/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Only push to bytecode repository if there is something to push. | ||||
| | * | | | | | | Only push to bytecode repository if there is something to push. | chriseth | 2017-07-04 | 1 | -2/+1 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #2510 from ethereum/develop | chriseth | 2017-07-03 | 177 | -4407/+8549 |
| |\| | | | | | | | | | | | | | | | | | | | Version 0.4.12 | ||||
| * | | | | | | Merge pull request #2235 from ethereum/releasetarball | chriseth | 2017-05-17 | 1 | -0/+4 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Also put prerelease.txt into release tarball. | ||||
| | * | | | | | | Also put prerelease.txt into release tarball. | chriseth | 2017-05-17 | 1 | -0/+4 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #2236 from ethereum/shouldworkontags | Alex Beregszaszi | 2017-05-06 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Also create empty prerelease.txt for tags. | ||||
| | * | | | | | | Also create empty prerelease.txt for tags. | chriseth | 2017-05-05 | 1 | -1/+1 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #2232 from ethereum/appveyor_prerelease_release | chriseth | 2017-05-05 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Appveyor prerelease release - PR to release branch | ||||
| | * | | | | | | Try another way to truncate prerelease.txt | chriseth | 2017-05-04 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Set prerelease.txt to be empty on the release branch. | chriseth | 2017-05-04 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #2512 from ethereum/updateVersion | chriseth | 2017-07-04 | 2 | -1/+3 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Bump version. | ||||
| * | | | | | | Bump version. | chriseth | 2017-07-03 | 2 | -1/+3 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #2509 from ethereum/version | chriseth | 2017-07-03 | 2 | -2/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Version | ||||
| * | | | | | | Set release date. | chriseth | 2017-07-03 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Set release date. | chriseth | 2017-07-03 | 1 | -2/+2 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #2497 from ethereum/changelog | chriseth | 2017-07-03 | 1 | -16/+16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update changelog | ||||
| * | | | | | | Add component to the changelog entries | Alex Beregszaszi | 2017-07-03 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Remove extra UTF-8 entry | Alex Beregszaszi | 2017-07-03 | 1 | -1/+0 |
| | | | | | | | |||||
| * | | | | | | Add instruction shadows solidity variables | Alex Beregszaszi | 2017-07-03 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Reorder changelog for alphabetical order | Alex Beregszaszi | 2017-07-03 | 1 | -16/+16 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #2507 from ethereum/jsonio-safe | chriseth | 2017-07-03 | 2 | -14/+17 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Handle parsing errors in StandardCompiler | ||||
| * | | | | | | Use more refined states in StandardCompiler | Alex Beregszaszi | 2017-07-03 | 1 | -6/+7 |
| | | | | | | | |||||
| * | | | | | | Export CompilerStack state | Alex Beregszaszi | 2017-07-03 | 1 | -8/+10 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #2503 from ethereum/julia-analyzer | chriseth | 2017-07-03 | 4 | -5/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add Julia-mode to AsmAnalyzer/CodeGen | ||||
| * | | | | | | Add Julia mode as an option to EVMCodeTransform | Alex Beregszaszi | 2017-07-03 | 4 | -4/+8 |
| | | | | | | | |||||
| * | | | | | | Run analyzer in Julia mode if requested in AssemblyStack | Alex Beregszaszi | 2017-07-02 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #2499 from ethereum/shift-helper | chriseth | 2017-07-03 | 4 | -19/+39 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add shift helper to CompilerUtils | ||||
| * | | | | | Add assert to shift helper | Alex Beregszaszi | 2017-07-03 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Use shift helper in LValue | Alex Beregszaszi | 2017-07-03 | 1 | -4/+2 |
| | | | | | | |||||
| * | | | | | More uses of shift helper | Alex Beregszaszi | 2017-07-03 | 1 | -6/+10 |
| | | | | | | |||||
| * | | | | | Change shiftNumberOnStack to bits | Alex Beregszaszi | 2017-07-03 | 3 | -13/+13 |
| | | | | | | |||||
| * | | | | | Use shift helper | Alex Beregszaszi | 2017-07-03 | 2 | -8/+8 |
| | | | | | | |||||
| * | | | | | Add shift helper to CompilerUtils | Alex Beregszaszi | 2017-07-03 | 2 | -0/+16 |
|/ / / / / | |||||
* | | | | | Merge pull request #2493 from ethereum/moreLicenses | Alex Beregszaszi | 2017-07-02 | 3 | -2/+73 |
|\ \ \ \ \ | | | | | | | | | | | | | Add other licenses. | ||||
| * | | | | | Add other licenses. | chriseth | 2017-07-02 | 3 | -2/+73 |
|/ / / / / | |||||
* | | | | | Merge pull request #2481 from ethereum/mload-optim | chriseth | 2017-07-01 | 3 | -54/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | MLOAD has side-effects, treat it like that in the optimiser | ||||
| * | | | | | Changelog entry. | chriseth | 2017-07-01 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Removed useless test. | chriseth | 2017-07-01 | 1 | -53/+0 |
| | | | | | | |||||
| * | | | | | MLOAD has side-effects, treat it like that in the optimiser | Alex Beregszaszi | 2017-07-01 | 2 | -1/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #2496 from jamesray1/patch-24 | chriseth | 2017-07-01 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added ref for Getter functions | ||||
| * | | | | | | Added ref for Getter functions | James Ray | 2017-07-01 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #2488 from ethereum/solcjs | Alex Beregszaszi | 2017-07-01 | 5 | -20/+38 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Simplify version retrieval in scripts | ||||
| * | | | | | | Add script to retrieve version | Alex Beregszaszi | 2017-07-01 | 5 | -7/+38 |
| | | | | | | | |||||
| * | | | | | | Read version from CMakeLists in test_emscripten | Alex Beregszaszi | 2017-07-01 | 1 | -14/+1 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #2494 from ethereum/remove-why3 | chriseth | 2017-07-01 | 8 | -45/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove last remains of Why3 | ||||
| * | | | | | | Remove parsing of why3 doc strings | Alex Beregszaszi | 2017-07-01 | 3 | -14/+2 |
| | | | | | | | |||||
| * | | | | | | Remove Why3 error class | Alex Beregszaszi | 2017-07-01 | 5 | -31/+0 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #2498 from ethereum/enum_conversion | chriseth | 2017-07-01 | 1 | -0/+44 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [WIP] Disallow storing invalid booleans | ||||
| * | | | | | test: add a test passing an invalid boolean value as an event argument | Yoichi Hirai | 2017-07-01 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1381 | ||||
| * | | | | | test: add an assertion about storing an invalid boolean into the memory | Yoichi Hirai | 2017-07-01 | 1 | -0/+8 |
| | | | | | | |||||
| * | | | | | test: add a test about storing an invalid boolean | Yoichi Hirai | 2017-07-01 | 1 | -0/+21 |
|/ / / / / | |||||
* | | | | | Merge pull request #2445 from ethereum/inlineasm-warn-jump | Alex Beregszaszi | 2017-07-01 | 4 | -27/+45 |
|\ \ \ \ \ | | | | | | | | | | | | | Warn on JUMP/JUMPI in inline assembly | ||||
| * | | | | | Correctly check for jump warnings | Alex Beregszaszi | 2017-07-01 | 1 | -27/+29 |
| | | | | | | |||||
| * | | | | | Warn on JUMP/JUMPI in inline assembly | Alex Beregszaszi | 2017-07-01 | 4 | -4/+20 |
|/ / / / / | |||||
* | | | | | Merge pull request #2491 from ethereum/warnAboutCallcode | Alex Beregszaszi | 2017-07-01 | 3 | -1/+35 |
|\ \ \ \ \ | | | | | | | | | | | | | Warn about callcode. | ||||
| * | | | | | Warn about callcode. | chriseth | 2017-06-30 | 3 | -1/+35 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #2490 from ethereum/smallJumpOptimization | Alex Beregszaszi | 2017-07-01 | 2 | -3/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Abort early if there is nothing to encode or decode. | ||||
| * | | | | | Abort early if there is nothing to encode or decode. | chriseth | 2017-06-30 | 2 | -3/+9 |
| |/ / / / | |||||
* | | | | | Merge pull request #2492 from 0x5e5e/patch-1 | chriseth | 2017-06-30 | 1 | -8/+8 |
|\ \ \ \ \ | |/ / / / |/| | | | | Update types.srt | ||||
| * | | | | Update types.srt | Ben Che | 2017-06-30 | 1 | -8/+8 |
|/ / / / | | | | | | | | | Fix minor grammatical/spelling errors. | ||||
* | | | | Silence implicit fallthrough warning for gcc > 7 | Lefteris Karapetsas | 2017-06-29 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In my system I have gcc 7.1.1 and there I get a lot of warnings which fail the build due to implicit fallthroughs in switch statements. Some examples can be seen here: https://gist.github.com/LefterisJP/388c3ba5ad356f92a3b44e7efed89f9f This PR proposes a simple solution, which is to ignore the warning for both gcc and clang. | ||||
* | | | | Merge pull request #2472 from ethereum/emscripten-solcjs | chriseth | 2017-06-29 | 3 | -1/+68 |
|\ \ \ \ | | | | | | | | | | | Run solc-js tests on emscripten build | ||||
| * | | | | Use BuildInfo.h to retrieve version | Alex Beregszaszi | 2017-06-29 | 1 | -1/+14 |
| | | | | | |||||
| * | | | | Run solc-js tests on emscripten build | Alex Beregszaszi | 2017-06-29 | 3 | -1/+55 |
| | | | | | |||||
* | | | | | Merge pull request #2418 from benjaminion/lll-macro-tests | chriseth | 2017-06-29 | 1 | -2/+196 |
|\ \ \ \ \ | | | | | | | | | | | | | LLL: Full set of test cases for the built-in compiler macros. | ||||
| * | | | | | LLL: Full set of test cases for the built-in compiler macros. | benjaminion | 2017-06-28 | 1 | -2/+196 |
| |/ / / / | |||||
* | | | | | Merge pull request #2457 from ethereum/fixNegativeStackHeight | Alex Beregszaszi | 2017-06-29 | 5 | -1/+41 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix negative stack height | ||||
| * | | | | | Document appendFunctionSelector | Alex Beregszaszi | 2017-06-29 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Stack adjustment and code generation for fallback function. | chriseth | 2017-06-29 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | This assumes that the fallback function does not have return parameters. | ||||
| * | | | | | Fix negative stack size checks. | chriseth | 2017-06-28 | 4 | -0/+13 |
| | | | | | | |||||
| * | | | | | Test for negative stack height. | chriseth | 2017-06-28 | 1 | -0/+21 |
| |/ / / / | |||||
* | | | | | Merge pull request #2471 from ethereum/ast-literal | chriseth | 2017-06-29 | 3 | -7/+16 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add hasHexPrefix() to AST::Literal | ||||
| * | | | | Use boost::starts_with | Alex Beregszaszi | 2017-06-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Rename to isHexNumber() | Alex Beregszaszi | 2017-06-29 | 3 | -5/+5 |
| | | | | | |||||
| * | | | | Add hasHexPrefix() to AST::Literal | Alex Beregszaszi | 2017-06-28 | 3 | -7/+16 |
|/ / / / | |||||
* | | | | Merge pull request #2462 from ethereum/lll-fix-def | chriseth | 2017-06-28 | 2 | -12/+31 |
|\ \ \ \ | | | | | | | | | | | LLL: fix redefinitions on some compilers | ||||
| * | | | | LLL: fix redefinitions on some compilers | Alex Beregszaszi | 2017-06-24 | 2 | -12/+31 |
| | | | | | |||||
* | | | | | Merge pull request #2451 from ethereum/warnVarInLoop | chriseth | 2017-06-28 | 4 | -12/+100 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Warn var in loop | ||||
| * | | | | Verbose error message test failure. | chriseth | 2017-06-28 | 1 | -1/+10 |
| | | | | | |||||
| * | | | | Give min and max values in warning message. | chriseth | 2017-06-28 | 2 | -3/+29 |
| | | | | | |||||
| * | | | | Changelog entry. | chriseth | 2017-06-28 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Adjust other tests. | chriseth | 2017-06-28 | 1 | -8/+8 |
| | | | | | |||||
| * | | | | Fix test error reporting if we ignore warnings. | chriseth | 2017-06-28 | 1 | -3/+9 |
| | | | | | |||||
| * | | | | Update tests themselves | chriseth | 2017-06-28 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Warn if using var x = 0 | chriseth | 2017-06-28 | 1 | -0/+24 |
| | | | | | |||||
| * | | | | Test for var i = 0; | chriseth | 2017-06-28 | 1 | -0/+22 |
|/ / / / | |||||
* | | | | Merge pull request #2464 from federicobond/deprecate-function-type-names | chriseth | 2017-06-27 | 4 | -2/+36 |
|\ \ \ \ | | | | | | | | | | | Warn deprecated usage of parameter names in function types | ||||
| * | | | | Warn deprecated usage of parameter names in function types | Federico Bond | 2017-06-27 | 4 | -2/+36 |
| | | | | | |||||
* | | | | | Merge pull request #2413 from ethereum/utf8-strict-parser | chriseth | 2017-06-27 | 3 | -11/+291 |
|\ \ \ \ \ | | | | | | | | | | | | | Implement strict UTF-8 validation |