aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Use double quotes for suggestion about hex literals and denominations.Daniel Kirchner2018-03-071-2/+2
| | | | | | |
* | | | | | | Merge pull request #3527 from ethereum/warnLooseAsmAlex Beregszaszi2018-03-0710-14/+258
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Warn about using loose assembly.
| * | | | | | | Changelog entry.chriseth2018-03-071-0/+1
| | | | | | | |
| * | | | | | | Tests for warnings/errors for loose assembly.chriseth2018-03-071-4/+192
| | | | | | | |
| * | | | | | | Warn about using loose inline assembly features as experimental 0.5.0 feature.chriseth2018-03-078-10/+65
| |/ / / / / /
* | | | | | | Merge pull request #3663 from ethereum/gasleftEmscriptenchriseth2018-03-071-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Add gasleft to FunctionType::richIdentifier().
| * | | | | | Add gasleft to FunctionType::richIdentifier().Daniel Kirchner2018-03-071-0/+1
| | | | | | |
* | | | | | | Merge pull request #2966 from ethereum/useStaticCallAlex Beregszaszi2018-03-075-7/+88
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Use STATICCALL for pure function calls.
| * | | | | | Document STATICCALL usage in experimental 0.5.0.chriseth2018-03-061-0/+19
| | | | | | |
| * | | | | | Test for using staticcall for view and pure functions.chriseth2018-03-061-4/+56
| | | | | | |
| * | | | | | Use STATICCALL for pure function calls if EVM version supports it and 0.5.0 ↵chriseth2018-03-063-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | is activated.
* | | | | | | Merge pull request #3549 from ethereum/fixmultidimAlex Beregszaszi2018-03-064-6/+83
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Properly detect which array and struct types are unsupported by the old ABI encoder.
| * | | | | | Changelog entry.chriseth2018-03-011-0/+1
| | | | | | |
| * | | | | | Fix multi-dimensional arrays in the ABI.chriseth2018-03-012-6/+26
| | | | | | |
| * | | | | | Tests for multi-dimensional arrays.chriseth2018-03-011-0/+56
| | | | | | |
* | | | | | | Merge pull request #3658 from ethereum/newcppEthimageAlex Beregszaszi2018-03-061-5/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use new eth binary for trusty.
| * | | | | | | Use new eth binary for trusty.chriseth2018-03-061-5/+8
| | | | | | | |
* | | | | | | | Merge pull request #3659 from ethereum/increaseCacheSizechriseth2018-03-061-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Increase ccache size.
| * | | | | | | Increase ccache size.chriseth2018-03-061-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #3653 from ethereum/docNegativeSourceIndexchriseth2018-03-061-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Document the meaning of sourceIndex "-1" in source mappings.
| * | | | | | | Document the meaning of sourceIndex "-1" in source mappings.Daniel Kirchner2018-03-061-0/+5
| | | | | | | |
* | | | | | | | Merge pull request #3652 from ethereum/gasleft_v2chriseth2018-03-064-18/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use StaticAnalyzer to deprecate msg.gas instead of conditionally remo…
| * | | | | | | | Use StaticAnalyzer to deprecate msg.gas instead of conditionally removing it ↵Daniel Kirchner2018-03-064-18/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in MagicType.
* | | | | | | | | Merge pull request #3655 from lastperson/patch-3Alex Beregszaszi2018-03-061-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Revert warning update about `view` modifier
| * | | | | | | | Revert warning update about `view` modifierOleksii Matiiasevych2018-03-061-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #3648 from ethereum/circlecachechriseth2018-03-061-5/+17
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | Try new caching keys.
| * | | | | | | Build with four parallel jobs.chriseth2018-03-061-1/+5
| | | | | | | |
| * | | | | | | Restrict ccache cache size.chriseth2018-03-061-0/+6
| | | | | | | |
| * | | | | | | Try new caching keys.chriseth2018-03-061-4/+6
|/ / / / / / /
* | | | | | | Merge pull request #3640 from ↵chriseth2018-03-062-2/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AnthonyBroadCrawford/spanning-multiline-message-fix moved spanning multi lines message to appear on some lane vs new line…
| * | | | | | | Improved messaging when an error spans multiple lines and updated change log ↵Anthony Broad-Crawford2018-03-062-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file.
* | | | | | | | Merge pull request #3599 from ethereum/sendAllGasOnByzantiumchriseth2018-03-062-10/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Send all gas on byzantium
| * | | | | | | | Do not retain any gas in external calls (except if EVM version is set to ↵chriseth2018-03-062-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | homestead).
* | | | | | | | | Merge pull request #3643 from ethereum/gasleftchriseth2018-03-0611-8/+116
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | | Move msg.gas to global function gasleft(). Closes #2971.
| * | | | | | | Improved gasleft tests.Daniel Kirchner2018-03-062-7/+19
| | | | | | | |
| * | | | | | | Style improvements.Daniel Kirchner2018-03-062-4/+7
| | | | | | | |
| * | | | | | | Use msg.value and gasleft() as an example in the docs.Daniel Kirchner2018-03-051-1/+1
| | | | | | | |
| * | | | | | | Add test cases for shadowing gasleft with local functions/variables.Daniel Kirchner2018-03-051-0/+19
| | | | | | | |
| * | | | | | | Remove unstable test case.Daniel Kirchner2018-03-051-19/+0
| | | | | | | |
| * | | | | | | Move msg.gas to global function gasleft(). Closes #2971.Daniel Kirchner2018-03-0511-9/+102
| | | | | | | |
* | | | | | | | Merge pull request #3600 from ethereum/version050IsAnalysisOnlychriseth2018-03-063-6/+5
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Do not warn about 0.5.0 experimental pragma.
| * | | | | | | Do not warn about 0.5.0 experimental pragma.chriseth2018-03-053-6/+5
| | | | | | | |
* | | | | | | | Merge pull request #3642 from leonardoalt/fix_z3-46chriseth2018-03-051-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Add z3 performance option
| * | | | | | | This z3 option is necessary for good solving performanceLeonardo Alt2018-03-041-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3569 from ethereum/evmVersionchriseth2018-03-0565-290/+769
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | EVM version
| * | | | | | | Use EVM version in gas meter and optimizer.chriseth2018-03-0528-201/+328
| | | | | | | |
| * | | | | | | Only warn for shift instructions if not using constantinopleAlex Beregszaszi2018-03-023-12/+13
| | | | | | | |
| * | | | | | | Abort on the first failed end-to-end run.chriseth2018-03-021-3/+0
| | | | | | | |
| * | | | | | | Explain json-io setting.chriseth2018-03-021-0/+1
| | | | | | | |
| * | | | | | | Add constantinople.chriseth2018-03-022-4/+6
| | | | | | | |
| * | | | | | | Simplify error handling in tests.shAlex Beregszaszi2018-03-021-3/+1
| | | | | | | |
| * | | | | | | Add TangerineWhistle.chriseth2018-03-026-25/+40
| | | | | | | |
| * | | | | | | CREATE2 test fix.chriseth2018-03-021-1/+1
| | | | | | | |
| * | | | | | | Returndatasize and staticcall test fixes.chriseth2018-03-022-10/+10
| | | | | | | |
| * | | | | | | Correctly set evm version in testschriseth2018-03-0211-6/+68
| | | | | | | |
| * | | | | | | Activate byzantium for testing.chriseth2018-03-021-1/+9
| | | | | | | |
| * | | | | | | Provide EVM version to assembly analysis.chriseth2018-03-0215-44/+91
| | | | | | | |
| * | | | | | | Use EVM version in type checker.chriseth2018-03-025-8/+23
| | | | | | | |
| * | | | | | | Test both EVM versions.chriseth2018-03-027-21/+58
| | | | | | | |
| * | | | | | | Changelog entrychriseth2018-03-021-0/+1
| | | | | | | |
| * | | | | | | Some tests.chriseth2018-03-022-1/+35
| | | | | | | |
| * | | | | | | Provide target EVM version in CompilerContext.chriseth2018-03-024-9/+19
| | | | | | | |
| * | | | | | | Store EVM version in settings.chriseth2018-03-021-0/+1
| | | | | | | |
| * | | | | | | Add ability to set the target EVM version.chriseth2018-03-025-12/+135
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #3641 from furkanayhan/patch-1chriseth2018-03-051-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Correct warning message in Pure Functions doc
| * | | | | | Correct warning message in Pure Functions docFurkan Ayhan2018-03-041-1/+1
|/ / / / / / | | | | | | | | | | | | wrong commit that caused this: (https://github.com/ethereum/solidity/commit/64eaff64200d166bdd48f81bceefec9bc83db72f#diff-754689a291c0a19b500c31eb6c1d30c7R506)
* | | | | | Merge pull request #3632 from bernardpeh/mydevchriseth2018-03-021-4/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | clarify 2300 gas stipend in fallback function section
| * | | | | change the language so that it doesn't sound like send and transfer is ↵bernard peh2018-03-021-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | providing the stipend
| * | | | | clarify 2300 gas stipend in fallback function sectionbernard peh2018-03-021-9/+2
| |/ / / /
* | | | | Merge pull request #3633 from ethereum/reserved-keywords-testchriseth2018-03-021-0/+30
|\ \ \ \ \ | | | | | | | | | | | | Parser: Add test case for reserved keywords.
| * | | | | Parser: Add test case for reserved keywords.Daniel Kirchner2018-03-021-0/+30
| |/ / / /
* | | | | Merge pull request #3628 from ethereum/literalsHexUnitchriseth2018-03-023-0/+37
|\ \ \ \ \ | |/ / / / |/| | | | Deprecate using unit denominations in combination with hex numbers.
| * | | | Suggest expressions of the form '0x1234 * 1 day' instead of hex numbers with ↵Daniel Kirchner2018-03-021-2/+4
| | | | | | | | | | | | | | | | | | | | unit denominations.
| * | | | Deprecate using unit denominations in combination with hex numbers. Closes ↵Daniel Kirchner2018-03-013-0/+35
| | | | | | | | | | | | | | | | | | | | #3574.
* | | | | Documentation updates for internal constructors and function signature (#3365)Elena Dimitrova2018-03-012-4/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a note explaining return values not included in function signature * Add section on Constructors in documentation * Improve documented definition for abstract contract * Add benefits of abstraction to documentation
* | | | | Update Tips and Tricks on structs initialization. (#3626)Oleksii Matiiasevych2018-03-011-1/+4
| |/ / / |/| | | | | | | | | | | * Update Tips and Tricks on structs initialization.
* | | | Merge pull request #3624 from ethereum/jsonio-libraries-hexAlex Beregszaszi2018-03-013-10/+47
|\ \ \ \ | | | | | | | | | | Ensure that library addresses supplied are of correct length and hex prefixed
| * | | | Ensure that library addresses supplied are of correct length and hex ↵Alex Beregszaszi2018-03-013-10/+47
| |/ / / | | | | | | | | | | | | prefixed in JSONIO
* | | | Merge pull request #3406 from leonardoalt/smt_checkerchriseth2018-03-018-64/+414
|\ \ \ \ | | | | | | | | | | SMTChecker: A little refactoring on SSA vars (preparation for Bool)
| * | | | Fix PR commentsLeonardo Alt2018-03-013-12/+0
| | | | |
| * | | | Fix PR commentsLeonardo Alt2018-03-016-23/+37
| | | | |
| * | | | Supported types listed in SSAVariableLeonardo Alt2018-03-014-3/+20
| | | | |
| * | | | Integer min and max values placed under SymbolicIntVar instead of SMTCheckerLeonardo Alt2018-03-014-19/+9
| | | | |
| * | | | [SMTChecker] A little refactoring on SSA varsLeonardo Alt2018-03-018-54/+395
| |/ / /
* | | | Merge pull request #3587 from OTTTO/developchriseth2018-03-011-1/+47
|\ \ \ \ | |/ / / |/| | | Multiline output parameters and return statements
| * | | Multiline output parameters and return statementsDax Bondye2018-02-271-1/+47
| | | |
* | | | Merge pull request #3607 from izgzhen/complain-unknown-paramschriseth2018-03-013-0/+17
|\ \ \ \ | | | | | | | | | | stop allow_guessing for command line option parser
| * | | | Stop allow_guessing for command line option parserZhen Zhang2018-02-283-0/+17
| | | | |
* | | | | Merge pull request #3617 from ethereum/jsonio-librarieschriseth2018-03-012-3/+152
|\ \ \ \ \ | | | | | | | | | | | | Add more comprehensive tests and checks for libraries in JSONIO
| * | | | | Properly validate invalid hex characters in JSONIO librariesAlex Beregszaszi2018-02-282-2/+37
| | | | | |
| * | | | | Add more comprehensive tests and checks for libraries in JSONIOAlex Beregszaszi2018-02-282-1/+115
| | | | | |
* | | | | | Merge pull request #3615 from ethereum/test-frameworkchriseth2018-02-284-23/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Simplify contract compilation in the test framework
| * | | | | | Use compileContract in contract testsAlex Beregszaszi2018-02-283-21/+6
| | | | | | |
| * | | | | | Split compileContract off compileAndRunWithoutCheck in ↵Alex Beregszaszi2018-02-281-2/+12
| |/ / / / / | | | | | | | | | | | | | | | | | | SolidityExecutionFramework
* | | | | | Merge pull request #3613 from ethereum/require-visibilitychriseth2018-02-284-13/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | Issue error if no visibility is specified (on 0.5.0)
| * | | | | | Issue error if no visibility is specified (on 0.5.0)Alex Beregszaszi2018-02-274-13/+38
| | | | | | |
* | | | | | | Merge pull request #3616 from jbaylina/patch-1chriseth2018-02-281-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | I think this example misses a 1.
| * | | | | | Update miscellaneous.rstJordi Baylina2018-02-281-1/+1
|/ / / / / /
* | | | | | Merge pull request #3476 from ethereum/scopingchriseth2018-02-2814-89/+598
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | C99/C++ scoping rules
| * | | | | Some more scoping tests.chriseth2018-02-272-1/+102
| | | | | |
| * | | | | Documentation about new scoping rules.chriseth2018-02-271-2/+59
| | | | | |
| * | | | | Only active variables at the point of their declaration.chriseth2018-02-278-33/+176
| | | | | |
| * | | | | Enable C99-scoping with the 0.5.0-experimental pragma.chriseth2018-02-276-40/+98
| | | | | |
| * | | | | Changelog entry.chriseth2018-02-271-0/+1
| | | | | |
| * | | | | Tests for new scoping behaviour.chriseth2018-02-271-0/+44
| | | | | |
| * | | | | Adjust tests.chriseth2018-02-273-14/+23
| | | | | |
| * | | | | Blocks and for loops can be scopes.chriseth2018-02-276-6/+78
| | | | | |
| * | | | | Scopes do not have to be declarations.chriseth2018-02-274-24/+47
| | | | | |
| * | | | | Make all lookups recursive by default.chriseth2018-02-272-10/+11
| | | | | |
* | | | | | Merge pull request #3612 from ethereum/debian-lsbchriseth2018-02-271-6/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix install_deps.sh for Debian without lsb_release
| * | | | | Fix install_deps.sh for Debian without lsb_releasePaweł Bylica2018-02-271-6/+7
| | | | | |
* | | | | | Merge pull request #2541 from ethereum/asm-bitshiftAlex Beregszaszi2018-02-275-1/+44
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add bit shifting opcodes (EIP145)
| * | | | | Add basic test for shift opcodesAlex Beregszaszi2018-02-271-0/+14
| | | | | |
| * | | | | Shift operands were swapped in accepted EIP145Alex Beregszaszi2018-02-271-3/+3
| | | | | |
| * | | | | Remove ROL/ROR as they are not part of EIP145 anymoreAlex Beregszaszi2018-02-274-13/+1
| | | | | |
| * | | | | Warn on using shift instructionsAlex Beregszaszi2018-02-271-0/+16
| | | | | |
| * | | | | Document bitwise shift operators in assemblyAlex Beregszaszi2018-02-271-0/+10
| | | | | |
| * | | | | Add bitwise shift operators to libevmasm (EIP145)Alex Beregszaszi2018-02-272-1/+16
| |/ / / /
* | | | | Merge pull request #3601 from ethereum/circleParallelAlex Beregszaszi2018-02-273-49/+83
|\ \ \ \ \ | |/ / / / |/| | | | Parallelize tests on circle.
| * | | | Run tests in parallel on circle.chriseth2018-02-272-45/+57
| | | | |
| * | | | Split circle into build and test for x86.chriseth2018-02-271-4/+26
| | | | |
* | | | | Merge pull request #3604 from ethereum/docs-updatechriseth2018-02-272-239/+242
|\ \ \ \ \ | | | | | | | | | | | | Introduce VM version ('hard fork') column for assembly opcodes
| * | | | | Fix builtin function formatting in juliaAlex Beregszaszi2018-02-271-76/+77
| | | | | |
| * | | | | Introduce VM version ('hard fork') column for assembly opcodesAlex Beregszaszi2018-02-271-161/+163
| | | | | |
| * | | | | Fix some keyword highlighting in docsAlex Beregszaszi2018-02-271-2/+2
|/ / / / /
* | | | | Merge pull request #3603 from ethereum/docs-solcjschriseth2018-02-272-4/+9
|\ \ \ \ \ | | | | | | | | | | | | Fix links and clarify the solc-js section
| * | | | | Fix link to solcjs in the installation sectionAlex Beregszaszi2018-02-271-4/+4
| | | | | |
| * | | | | Mention that solcjs is not compatible with solc in the using-the-compiler ↵Alex Beregszaszi2018-02-272-0/+5
| | |/ / / | |/| | | | | | | | | | | | | section
* | | | | Merge pull request #3605 from ethereum/deprecate-throwchriseth2018-02-273-5/+23
|\ \ \ \ \ | |/ / / / |/| | | | Turn throw into a syntax error for 0.5.0
| * | | | Turn throw into a syntax error for 0.5.0Alex Beregszaszi2018-02-273-5/+23
|/ / / /
* | | | Merge pull request #3335 from nisdas/ballot-contractchriseth2018-02-271-9/+14
|\ \ \ \ | | | | | | | | | | Fixes the errors in the sample ballot contract
| * | | | Fix name shadowing in ballot example contract.chriseth2018-02-271-9/+14
| | | | |
* | | | | Merge pull request #3426 from wbt/patch-1chriseth2018-02-271-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Note deprecation of constant keyword on functions
| * | | | | Note deprecation of constant keyword on functionswbt2018-02-271-1/+1
|/ / / / /
* | | | | Merge pull request #3602 from ethereum/docs-updatesAlex Beregszaszi2018-02-273-39/+11
|\ \ \ \ \ | |/ / / / |/| | | | Random documentation updates (assembly, faq)
| * | | | Random documentation updates (assembly, faq)Alex Beregszaszi2018-02-273-39/+11
| |/ / /
* | | | Merge pull request #3589 from ethereum/identifiersAlex Beregszaszi2018-02-273-42/+78
|\ \ \ \ | |/ / / |/| | | Clean up type identifiers
| * | | Add test for escapeIdentifierAlex Beregszaszi2018-02-271-0/+15
| | | |
| * | | Use new escaping helpers for type identifiersAlex Beregszaszi2018-02-272-20/+9
| | | |
| * | | Rename Types::identifier to Types::richIdentifierAlex Beregszaszi2018-02-272-35/+41
| | | |
| * | | Add helpers escapeIdentifier to TypesAlex Beregszaszi2018-02-272-1/+27
| | | |
* | | | Merge pull request #3588 from ethereum/fixGetterTypechriseth2018-02-272-42/+37
|\ \ \ \ | | | | | | | | | | Fix getter type
| * | | | Fix: Function types for getters should not have storage pointers.chriseth2018-02-261-1/+4
| | | | |
| * | | | Test data location of getter return type.chriseth2018-02-261-0/+20
| | | | |
| * | | | Simplify FunctionType constructors.chriseth2018-02-261-42/+14
|/ / / /
* | | | Merge pull request #3585 from aaroncolaco/developAlex Beregszaszi2018-02-261-9/+24
|\ \ \ \ | |/ / / |/| | | Fix example; closes #3582
| * | | Fix example; closes #3582Aaron Colaço2018-02-241-9/+24
|/ / /
* | | Merge pull request #3499 from ethereum/runEndToEndOnCirclechriseth2018-02-232-14/+28
|\ \ \ | | | | | | | | Run EndToEnd tests on circle, too.
| * | | Run EndToEnd tests on circle, too.chriseth2018-02-232-14/+28
|/ / /
* | | Merge pull request #3578 from etherchina/developchriseth2018-02-231-0/+1
|\ \ \ | | | | | | | | Add the link for Solidity documentation in Simplified Chinese
| * | | add in progressHongbin Zuo2018-02-231-1/+1
| | | |
| * | | Why you made this change:Hongbin Zuo2018-02-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Talked with Chris and Matt, in order to develop stronger ethereum community in China, we decided to initiate the activity to translate Solidity documentation into Simplified Chinese version. We have invited over 10 experienced translators as a team to contribute on this effort. What you did: I finished translation of index.rst into Simplified Chinese and wanted it to be added into main doc index.
* | | | Merge pull request #3579 from ethereum/fuzzer-stdinchriseth2018-02-231-14/+4
|\ \ \ \ | |/ / / |/| | | Use readStandardInput in the fuzzer
| * | | Use readStandardInput in the fuzzerAlex Beregszaszi2018-02-231-14/+4
|/ / /
* | | Merge pull request #3538 from ethereum/emitEventschriseth2018-02-2325-27/+327
|\ \ \ | | | | | | | | emit pseudo-keyword for events.
| * | | Parser test.chriseth2018-02-221-0/+13
| | | |
| * | | Tests for warnings.chriseth2018-02-221-0/+23
| | | |
| * | | Warn about using events without emit.chriseth2018-02-222-1/+13
| | | |
| * | | Documentation about emitting events.chriseth2018-02-226-24/+26
| | | |
| * | | Changelog entry.chriseth2018-02-221-0/+1
| | | |
| * | | Introduce emit statement.chriseth2018-02-2217-3/+252
| | | |
* | | | Merge pull request #3575 from OTTTO/developchriseth2018-02-231-2/+16
|\ \ \ \ | | |/ / | |/| | Recommend to explicitly label the visibility of functions.
| * | | Reccomend to explicitly label the visibility of functions.Dax Bondye2018-02-231-2/+16
| | | |
* | | | Merge pull request #3573 from ethereum/retryTestsAlex Beregszaszi2018-02-231-1/+1
|\ \ \ \ | | | | | | | | | | Try external tests twice.
| * | | | Try external tests twice.chriseth2018-02-221-1/+1
| | | | |
* | | | | Merge pull request #3513 from OTTTO/developchriseth2018-02-221-0/+103
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / Add "Maximum Line Length" section
| * | | Recommend consistent style for wrapping long lines.DYLAN BECKWITH2018-02-221-0/+103
| | | |
* | | | Merge pull request #3552 from ethereum/chriseth-patch-1chriseth2018-02-221-3/+3
|\ \ \ \ | |_|/ / |/| | | ABI: Clarify padding direction.
| * | | Use the term "trailing zero-bytes".chriseth2018-02-221-1/+1
| | | |
| * | | Clarify padding direction.chriseth2018-02-201-3/+3
| | | |
* | | | Merge pull request #3565 from ethereum/doNotWarnAboutAnalysisOnlyExpFeatureschriseth2018-02-223-8/+6
|\ \ \ \ | | | | | | | | | | Do not warn about analysis-only experimental features.
| * | | | Do not warn about analysis-only experimental features.chriseth2018-02-223-8/+6
|/ / / /
* | | | Merge pull request #3571 from ethereum/cppcheckchriseth2018-02-222-6/+6
|\ \ \ \ | | | | | | | | | | Mark functions const
| * | | | Mark functions constAlex Beregszaszi2018-02-222-6/+6
| | | | |
* | | | | Merge pull request #3570 from ethereum/assembly-oversized-literalschriseth2018-02-224-0/+16
|\ \ \ \ \ | |/ / / / |/| | | | Raise error on oversized number literals in assembly
| * | | | Add assertion for boolean literals in Julia-modeAlex Beregszaszi2018-02-221-0/+5
| | | | |
| * | | | Raise error on oversized number literals in assemblyAlex Beregszaszi2018-02-224-0/+11
| | | | |
* | | | | Merge pull request #3566 from mirgj/patch-1chriseth2018-02-221-1/+1
|\| | | | | | | | | | | | | | Update solidity-by-example.rst
| * | | | Update solidity-by-example.rstmirgj2018-02-221-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | highestBidder is the address. it's highestBid that should be != 0 to be considered as pending return. It's that right?
* | | | Merge pull request #3427 from duaraghav8/patch-3chriseth2018-02-221-0/+11
|\ \ \ \ | | | | | | | | | | Abstract Contracts: Add note about function type
| * | | | Fix link.chriseth2018-02-201-5/+3
| | | | |
| * | | | correct terminologyRaghav Dua2018-01-241-2/+2
| | | | |
| * | | | Abstract Contracts: Add note about function typeRaghav Dua2018-01-241-0/+13
| | | | |
* | | | | Merge pull request #3555 from ethereum/libraryTestCallInputchriseth2018-02-221-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Provide proper input for test call.
| * | | | | Provide proper input for test call.chriseth2018-02-211-2/+2
| | | | | |
* | | | | | Merge pull request #3548 from ethereum/documentationOnCirclechriseth2018-02-222-15/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Build documentation on CircleCI.
| * | | | | | Build documentation on CircleCI.chriseth2018-02-212-15/+24
|/ / / / / /
* | | | | | Merge pull request #3559 from ethereum/emscripten-fail-on-undefinedchriseth2018-02-211-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | CMake: abort if linking results in undefined symbols with emscripten
| * | | | | | CMake: abort if linking results in undefined symbols with emscriptenAlex Beregszaszi2018-02-211-0/+3
| | | | | | |
* | | | | | | Merge pull request #3561 from ldct/patch-2chriseth2018-02-211-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Create .gitattributes
| * | | | | | | Create .gitattributesLi Xuanji2018-02-211-0/+1
| |/ / / / / /
* | | | | | | Merge pull request #3554 from ethereum/reuseScannerOrNotchriseth2018-02-219-8/+18
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Expect end of string at end of top-level block for assembly parser.
| * | | | | | Expect end of string at end of top-level block for assembly parser.chriseth2018-02-219-8/+18
| | | | | | |
* | | | | | | Merge pull request #3532 from aarlt/libdevcore_new_json_apiAlex Beregszaszi2018-02-2115-53/+337
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Add new JSON API for better abstraction and for supporting strict JSON parsing
| * | | | | | Add new JSON API for better abstraction and for supporting strict JSON parsingAlexander Arlt2018-02-2115-53/+337
|/ / / / / /
* | | | | | Merge pull request #3553 from ethereum/simpleOptimizerTestFixchriseth2018-02-211-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Provide input for two optimizer tests.
| * | | | | Provide input for two optimizer tests.chriseth2018-02-211-2/+2
|/ / / / /
* | | | | Merge pull request #3535 from ethereum/fixShadowingAlex Beregszaszi2018-02-203-3/+26
|\ \ \ \ \ | |_|/ / / |/| | | | Fix shadowing detection for aliases
| * | | | Changelog entry.chriseth2018-02-201-0/+1
| | | | |
| * | | | Fix shadowing for imports with aliases.chriseth2018-02-201-2/+3
| | | | |
| * | | | Test aliasing in shadowing.chriseth2018-02-201-1/+22
|/ / / /
* | | | Merge pull request #3550 from ethereum/offsetconstantsasmAlex Beregszaszi2018-02-203-6/+22
|\ \ \ \ | | | | | | | | | | Properly warn when using ``_offset`` and ``_slot`` for constants in inline assembly.
| * | | | Changelog entry.chriseth2018-02-201-0/+1
| | | | |
| * | | | Properly warn about the use of constants in inline assembly in connection ↵chriseth2018-02-201-6/+6
| | | | | | | | | | | | | | | | | | | | with ``_offset`` and ``_slot``.
| * | | | Test ``_offset`` for constants in inline assembly.chriseth2018-02-201-0/+15
| | | | |
* | | | | Merge pull request #3543 from ↵chriseth2018-02-201-5/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | medvedev1088/feature/add-gas-details-to-documentation Add gas forwarding details to address related functions in documentation
| * | | | | Add adjustable/no adjustable gas details to address related functions in ↵Evgeny Medvedev2018-02-201-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | units-and-global-variables.rst
| * | | | | Add gas forwarding details to address related functions in ↵Evgeny Medvedev2018-02-191-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | units-and-global-variables.rst
* | | | | | Merge pull request #3551 from fulldecent/patch-7chriseth2018-02-201-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Typo
| * | | | | | TypoWilliam Entriken2018-02-201-1/+1
|/ / / / / /
* | | | | | Merge pull request #3357 from federicobond/improve-asm-grammarchriseth2018-02-201-17/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | docs: Improve assembly grammar definition
| * | | | | | docs: Improve assembly grammar definitionFederico Bond2017-12-241-17/+16
| | | | | | |
* | | | | | | Merge pull request #3448 from fulldecent/patch-8chriseth2018-02-201-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Clarify name documentation for mixedCase
| * | | | | | Clarify name documentation for mixedCaseWilliam Entriken2018-01-301-1/+1
| | | | | | |
* | | | | | | Merge pull request #3135 from federicobond/formatter-instancechriseth2018-02-206-70/+69
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Convert static SourceReferenceFormatter functions to member ones
| * | | | | | | Fix scannerFromSourceName use-after-free.chriseth2018-02-191-3/+3
| | | | | | | |
| * | | | | | | Convert static SourceReferenceFormatter functions to member onesFederico Bond2018-02-196-69/+68
| | | | | | | |
* | | | | | | | Merge pull request #3182 from janat08/patch-2chriseth2018-02-191-2/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update introduction-to-smart-contracts.rst
| * | | | | | | | Update introduction-to-smart-contracts.rstchriseth2018-02-191-3/+5
| | | | | | | | |
| * | | | | | | | Update introduction-to-smart-contracts.rstjanat082017-11-091-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #3540 from ealmansi/fix/add-doc-prop-3537chriseth2018-02-193-1/+26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added JSON property 'documentation' to Function, Event, and Modifier defs.
| * | | | | | | | | Changelog entry.chriseth2018-02-191-0/+1
| | | | | | | | | |
| * | | | | | | | | Fix indentation.Emilio Almansi2018-02-191-3/+3
| | | | | | | | | |
| * | | | | | | | | Added property _documentation_ to Function, Event, and Modifier definition ↵Emilio Almansi2018-02-192-1/+25
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | classes.
* | | | | | | | | Merge pull request #3502 from aarlt/minor_fix_no_input_sources_specifiedchriseth2018-02-193-2/+42
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Minor improvement: Check sources
| * | | | | | | | Minor improvement: check sourcesAlexander Arlt2018-02-173-2/+42
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - returns error, if "sources" is an array, an empty object or not defined - Added new test-cases in test/libsolidity/StandardCompiler.cpp
* | | | | | | | Merge pull request #3536 from leonardoalt/fix_compilation_3530chriseth2018-02-161-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix compilation problem from issue 3530
| * | | | | | | | Fix compilation problem from issue 3530Leonardo Alt2018-02-161-4/+4
|/ / / / / / / /
* | | | | | | | Merge pull request #3523 from ethereum/throwMulmodchriseth2018-02-155-5/+37
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make addmod and mulmod revert if the last argument is zero.
| * | | | | | | | Make addmod and mulmod revert if the last argument is zero.chriseth2018-02-155-5/+37
|/ / / / / / / /
* | | | | | | | Merge pull request #3521 from ethereum/uninitializedStoragePointersAlex Beregszaszi2018-02-153-1/+38
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Disallow uninitialized storage pointers as experimental 0.5.0 feature.
| * | | | | | | Disallow uninitialized storage pointers as experimental 0.5.0 feature.chriseth2018-02-153-1/+38
|/ / / / / / /
* | | | | | | Merge pull request #3510 from ethereum/fixppachriseth2018-02-151-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix PPA script.
| * | | | | | | Fix PPA script.chriseth2018-02-141-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #3509 from ethereum/releasechriseth2018-02-140-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Merge release back into develop.
| * | | | | | Merge pull request #3503 from ethereum/developchriseth2018-02-14165-1164/+7455
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Merge develop into release for v0.4.20.
* | \ \ \ \ \ \ Merge pull request #3508 from abbbe/docs-fix-typo-20180214Alex Beregszaszi2018-02-141-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix a typo
| * | | | | | | | fix a typoAlexandre Bezroutchko2018-02-141-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3505 from ethereum/incVersionchriseth2018-02-142-1/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Increment version number.
| * | | | | | | Increment version number.chriseth2018-02-142-1/+9
|/ / / / / / /
* | | | | | | Update Changelog.mdchriseth2018-02-141-1/+1
| | | | | | |
* | | | | | | Merge pull request #3501 from ethereum/prepareReleaseAlex Beregszaszi2018-02-142-9/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Prepare 0.4.20 release.
| * | | | | | | Prepare 0.4.20 release.chriseth2018-02-142-9/+15
|/ / / / / / /
* | | | | | | Merge pull request #3498 from ethereum/allowthisfselectorchriseth2018-02-147-12/+98
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow `this.f.selector` to be pure.
| * | | | | | | Add tests for selectors for public variables.chriseth2018-02-132-4/+10
| | | | | | | |
| * | | | | | | Allow `this.f.selector` to be pure.chriseth2018-02-136-9/+89
| | | | | | | |
* | | | | | | | Merge pull request #3147 from Balajiganapathi/alternative_scopechriseth2018-02-1310-2/+357
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Suggest alternatives when identifier not found. Closes #3058.
| * | | | | | | | Fix: remove reference.chriseth2018-02-131-2/+4
| | | | | | | | |
| * | | | | | | | Use one-dimensional vector.chriseth2018-02-131-7/+8
| | | | | | | | |
| * | | | | | | | Suggestion to improve readability.chriseth2018-02-131-14/+21
| | | | | | | | |