Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Adds tests for --optimize in assembly mode. | Erik Kundt | 2018-12-01 | 1 | -4/+13 | |
| | | | ||||||
| * | | Apply the optimize commandline parameter to assembly mode. | chriseth | 2018-12-01 | 5 | -6/+34 | |
| | | | ||||||
* | | | Merge pull request #5437 from ethereum/docs-faq-types-inline-array | chriseth | 2018-12-03 | 2 | -56/+19 | |
|\ \ \ | | | | | | | | | DOCS: Move String literal and inline array FAQ items | |||||
| * | | | Move String literal and inline array FAQ items | Chris Ward | 2018-12-03 | 2 | -56/+19 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix tab Update docs/types.rst Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com> Update docs/types.rst Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com> | |||||
* | | | Merge pull request #5524 from ethereum/yulGrammarChanges | chriseth | 2018-12-03 | 1 | -2/+1 | |
|\ \ \ | | | | | | | | | Yul grammar changes. | |||||
| * | | | Yul grammar changes. | chriseth | 2018-11-28 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | - also the top level object needs to be named - code is not optional | |||||
* | | | | Merge pull request #5568 from ethereum/smt_remove_unary_plus | chriseth | 2018-12-03 | 1 | -3/+0 | |
|\ \ \ \ | | | | | | | | | | | [SMTChecker] Remove unary plus operator | |||||
| * | | | | [SMTChecker] Remove unary plus operator | Leonardo Alt | 2018-12-03 | 1 | -3/+0 | |
| | | | | | ||||||
* | | | | | Merge pull request #5532 from ethereum/docs-style-add-mapping | chriseth | 2018-12-03 | 1 | -1/+17 | |
|\ \ \ \ \ | | | | | | | | | | | | | DOCS: Add mapping guide to style docs | |||||
| * | | | | | Add mapping guide to style docs thanks to @aupiff | Chris Ward | 2018-12-03 | 1 | -1/+17 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5547 from ethereum/assemblySyntax | chriseth | 2018-12-03 | 1 | -8/+27 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update assembly grammar part. | |||||
| * | | | | | | Update assembly grammar part. | chriseth | 2018-12-01 | 1 | -8/+27 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #5565 from ethereum/listTests | chriseth | 2018-12-03 | 1 | -0/+3 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Explain how to get a list of all tests. | |||||
| * | | | | | | Explain how to get a list of all tests. | chriseth | 2018-12-03 | 1 | -0/+3 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #5557 from ↵ | chriseth | 2018-12-03 | 7 | -21/+66 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | ethereum/fixInterfaceImplementedByPublicStateVariable Public state variables are implementing external functions. | |||||
| * | | | | | Public state variables are implementing external functions. | chriseth | 2018-12-03 | 7 | -21/+66 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #5553 from ethereum/docs-add-link-structure | chriseth | 2018-12-03 | 2 | -1/+4 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | DOCS: Add link between functions in contract structure and more details | |||||
| * | | | | Add link between functions in contract structure and more details | Chris Ward | 2018-12-03 | 2 | -1/+4 | |
|/ / / / | | | | | | | | | | | | | Fix missing label | |||||
* | | | | Merge pull request #5562 from Altrum/debugDocs | chriseth | 2018-12-03 | 1 | -0/+14 | |
|\ \ \ \ | | | | | | | | | | | Updated docs on information about debugging and how to run commands. | |||||
| * | | | | Added information about debugging and examples on how to run subsets of tests. | Robert Chung | 2018-12-02 | 1 | -0/+14 | |
| | | | | | ||||||
* | | | | | Merge pull request #5537 from ethereum/cp-SourceLocation-related-refactoring | chriseth | 2018-12-01 | 28 | -208/+215 | |
|\| | | | | |/ / / |/| | | | [1/3] SourceLocation related refactoring. | |||||
| * | | | liblangutil: SourceLocation: Retricts == and != operator | Christian Parpart | 2018-12-01 | 2 | -6/+5 | |
| | | | | ||||||
| * | | | liblangutil: small refactors wrt. API cleanups | Christian Parpart | 2018-12-01 | 3 | -16/+2 | |
| | | | | | | | | | | | | | | | | Especially also remove SourceLocation ctor's that the compiler can default-implement. | |||||
| * | | | liblangutil: Scanner: remove superfluous sourceName field (it's in ↵ | Christian Parpart | 2018-12-01 | 11 | -35/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | CharStream already) Also, ParserBase::sourceName() was dead code. Eliminating it should increase test coverage (how sneaky) :-) | |||||
| * | | | liblangutil: SourceLocation: adds (shared) pointer to underlying CharStream ↵ | Christian Parpart | 2018-12-01 | 17 | -102/+127 | |
| | | | | | | | | | | | | | | | | | | | | | | | | source, eliminating sourceName Also, adapted affecting code to those changes. | |||||
| * | | | liblangutil: extends CharStream to know about the respective (file-)name ↵ | Christian Parpart | 2018-11-29 | 13 | -80/+83 | |
| | | | | | | | | | | | | | | | | (and adapt codebase to it) | |||||
| * | | | liblangutil: adds Scanner.charStream() accessor | Christian Parpart | 2018-11-29 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | liblangutil: adds ParserBase::charStream() accessor | Christian Parpart | 2018-11-29 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Merge pull request #5528 from ethereum/smt_sorts_virtual | chriseth | 2018-11-30 | 1 | -6/+16 | |
|\ \ \ \ | | | | | | | | | | | [SMTChecker] Make smt::Sort::operator== virtual | |||||
| * | | | | [SMTChecker] Make smt::Sort::operator== virtual | Leonardo Alt | 2018-11-30 | 1 | -6/+16 | |
| | | | | | ||||||
* | | | | | Merge pull request #5541 from ethereum/clarifyCopyInheritance | chriseth | 2018-11-30 | 1 | -3/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | [DOCS] Clarify "copying bytecode" in inheritance. | |||||
| * | | | | | Clarify "copying bytecode" in inheritance. | chriseth | 2018-11-29 | 1 | -3/+4 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5546 from ethereum/inheritanceChecker | chriseth | 2018-11-30 | 9 | -431/+585 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Move some checks out of type checker. | |||||
| * | | | | | | Changelog entry. | chriseth | 2018-11-30 | 1 | -0/+2 | |
| | | | | | | | ||||||
| * | | | | | | Move library related checks. | chriseth | 2018-11-30 | 4 | -16/+16 | |
| | | | | | | | ||||||
| * | | | | | | Move hash collisions checks. | chriseth | 2018-11-30 | 3 | -13/+18 | |
| | | | | | | | ||||||
| * | | | | | | Move external type clash check. | chriseth | 2018-11-30 | 4 | -40/+40 | |
| | | | | | | | ||||||
| * | | | | | | Move fallback function checks. | chriseth | 2018-11-30 | 3 | -20/+25 | |
| | | | | | | | ||||||
| * | | | | | | Move constructor checks. | chriseth | 2018-11-30 | 3 | -16/+21 | |
| | | | | | | | ||||||
| * | | | | | | Rename functions. | chriseth | 2018-11-30 | 2 | -15/+15 | |
| | | | | | | | ||||||
| * | | | | | | No need to visit structs early. | chriseth | 2018-11-30 | 1 | -7/+1 | |
| | | | | | | | ||||||
| * | | | | | | Test. | chriseth | 2018-11-30 | 2 | -0/+26 | |
| | | | | | | | ||||||
| * | | | | | | Move base constructor argument checks. | chriseth | 2018-11-30 | 4 | -93/+97 | |
| | | | | | | | ||||||
| * | | | | | | Move abstract function check. | chriseth | 2018-11-30 | 4 | -46/+46 | |
| | | | | | | | ||||||
| * | | | | | | Move override checks. | chriseth | 2018-11-30 | 4 | -87/+88 | |
| | | | | | | | ||||||
| * | | | | | | Move duplication checks. | chriseth | 2018-11-30 | 4 | -92/+93 | |
| | | | | | | | ||||||
| * | | | | | | Add skeleton for contract level checker. | chriseth | 2018-11-30 | 4 | -2/+113 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #5529 from ethereum/noCoverageOnRelease | chriseth | 2018-11-30 | 1 | -1/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Disable coverage generation for release branch. | |||||
| * | | | | | Disable coverage generation for release branch. | chriseth | 2018-11-29 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5550 from ethereum/moveSomeTests | chriseth | 2018-11-30 | 11 | -0/+0 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Move inline array tests. | |||||
| * | | | | | | Move inline array tests. | chriseth | 2018-11-30 | 11 | -0/+0 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #5548 from ethereum/fixMemberAccess | chriseth | 2018-11-30 | 4 | -3/+31 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix bug related to state variables of function type accessed via base contract. | |||||
| * | | | | | | | Fix bug related to state variables of function type accessed via base contract. | chriseth | 2018-11-30 | 4 | -3/+31 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #5549 from ethereum/disallowInlineArraysOfMappingType | chriseth | 2018-11-30 | 3 | -0/+12 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Disallow inline arrays of mapping type. | |||||
| * | | | | | | Disallow inline arrays of mapping type. | chriseth | 2018-11-30 | 3 | -0/+12 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #5543 from ethereum/fixSortMOve | chriseth | 2018-11-29 | 1 | -1/+2 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix move bug. | |||||
| * | | | | | | Fix move bug. | chriseth | 2018-11-29 | 1 | -1/+2 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #5539 from ethereum/fix_deprecated_sha3_suicide | chriseth | 2018-11-29 | 9 | -22/+76 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Report deprecation error on functions sha3 and suicide also without call | |||||
| * | | | | | | Report deprecation error on functions sha3 and suicide also without call. | Leonardo Alt | 2018-11-29 | 9 | -22/+76 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #5513 from corollari/fedora-fix | chriseth | 2018-11-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Detect Fedora properly in install_deps.sh | |||||
| * | | | | | Fix #5512 | Albert | 2018-11-29 | 1 | -1/+1 | |
| |/ / / / | | | | | | | | | | | | | | | | Make the double quotes around the distro name optional so it matches properly in Fedora (`NAME=Fedora`) | |||||
* | | | | | Merge pull request #5538 from hydai/static_uint256 | chriseth | 2018-11-29 | 6 | -22/+24 | |
|\ \ \ \ \ | | | | | | | | | | | | | Replace IntegerType(256) with static function IntegerType::uint256() | |||||
| * | | | | | Replace IntegerType(256) with static function IntegerType::uint256() | hydai | 2018-11-29 | 6 | -22/+24 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5533 from ethereum/fix_function_type_struct_bug | chriseth | 2018-11-29 | 4 | -1/+27 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fix ICE when function type struct parameter has field of non-existent type | |||||
| * | | | | | Fix ICE when function type struct parameter has field of non-existent type | Leonardo Alt | 2018-11-29 | 4 | -1/+27 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #5526 from ethereum/fixGetterNewCoder | chriseth | 2018-11-29 | 6 | -11/+65 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix: Disallow structs in getters for old encoder. | |||||
| * | | | | Changelog entry. | chriseth | 2018-11-28 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Tests. | chriseth | 2018-11-28 | 4 | -0/+32 | |
| | | | | | ||||||
| * | | | | Properly check getter types to be old-abi-coder-compatible. | chriseth | 2018-11-28 | 1 | -10/+31 | |
| |/ / / | ||||||
* | | | | Merge pull request #5530 from ethereum/fix-ast-segfault | chriseth | 2018-11-28 | 2 | -6/+11 | |
|\ \ \ \ | | | | | | | | | | | Fixes crash on empty runtime code. | |||||
| * | | | | Fixes crash on empty runtime code. | Erik Kundt | 2018-11-28 | 2 | -6/+11 | |
| |/ / / | ||||||
* | | | | Merge pull request #5289 from ethereum/docs-index-overhaul | chriseth | 2018-11-28 | 1 | -33/+31 | |
|\ \ \ \ | | | | | | | | | | | DOCS: Updates to docs index file | |||||
| * | | | | Begin overhaul of documentation index | Chris Ward | 2018-11-28 | 1 | -33/+31 | |
| |/ / / | ||||||
* | | | | Merge pull request #5522 from juztin/develop | chriseth | 2018-11-28 | 5 | -18/+43 | |
|\ \ \ \ | | | | | | | | | | | Builds both scratch & Alpine Docker images | |||||
| * | | | | Added Docker updates to changelog | Justin Wilson | 2018-11-28 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Builds both scratch & Alpine Docker images | Justin Wilson | 2018-11-28 | 4 | -18/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds `Dockerfile_alpine`, which copies the complier from the scratch step into an Alpine image - Updates `docker_build.sh` to build the Alpine image - Updates `docker_deploy.sh` to tag and push the Alpine images - Updates `docker_deploy_manual.sh` to tag and push the Alpine images The tags that are pushed follow: - Scratch - ethereum/solc:stable - ethereum/solc:0.5.1 - ethereum/solc:nightly - ethereum/solc:nightly-0.5.1-bc7cb301e3d71756c8fbefe888aca53433302117 - ethereum/solc:nightly-0.5.1-bc7cb301e3d71756c8fbefe888aca53433302117 - Alpine - ethereum/solc:stable-alpine - ethereum/solc:0.5.1-alpine - ethereum/solc:nightly-alpine - ethereum/solc:nightly-alpine-0.5.1-bc7cb301e3d71756c8fbefe888aca53433302117 - ethereum/solc:nightly-alpine-0.5.1-bc7cb301e3d71756c8fbefe888aca53433302117 | |||||
* | | | | | Merge pull request #5527 from ethereum/smt_json_testcases | chriseth | 2018-11-28 | 1 | -31/+56 | |
|\ \ \ \ \ | | | | | | | | | | | | | Remove boost test checks from SMTCheckerJSONTest | |||||
| * | | | | | Remove boost test checks from SMTCheckerJSONTest | Leonardo Alt | 2018-11-28 | 1 | -31/+56 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #5525 from ethereum/obsoleteComment | chriseth | 2018-11-28 | 1 | -6/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Remove obsolete comment. | |||||
| * | | | | Remove obsolete comment. | chriseth | 2018-11-28 | 1 | -6/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #5358 from ethereum/yulObjects | chriseth | 2018-11-28 | 10 | -34/+635 | |
|\ \ \ \ | |_|/ / |/| | | | [Yul] Yul objects parser | |||||
| * | | | Changelog entry. | chriseth | 2018-11-28 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Tests. | chriseth | 2018-11-27 | 1 | -0/+257 | |
| | | | | ||||||
| * | | | Use yul parser in assembly stack. | chriseth | 2018-11-27 | 3 | -21/+23 | |
| | | | | ||||||
| * | | | Yul objects. | chriseth | 2018-11-27 | 7 | -18/+359 | |
| |/ / | ||||||
* | | | Merge pull request #5517 from ethereum/nondeterminismBoost | chriseth | 2018-11-27 | 2 | -1/+2 | |
|\ \ \ | |/ / |/| | | Fix nondeterminism bug related to boost version. | |||||
| * | | Fix nondeterminism bug related to boost version. | chriseth | 2018-11-27 | 2 | -1/+2 | |
|/ / | ||||||
* | | Merge pull request #5277 from ethereum/docs-5175-require-revert | chriseth | 2018-11-27 | 1 | -7/+16 | |
|\ \ | | | | | | | DOCS: Add mention that pure functions can require and revert | |||||
| * | | Add that pure functions can use revert and require | Chris Ward | 2018-11-27 | 1 | -7/+16 | |
| | | | ||||||
* | | | Merge pull request #5507 from ethereum/docs-move | chriseth | 2018-11-27 | 2 | -103/+102 | |
|\ \ \ | | | | | | | | | Move function related content to contracts doc | |||||
| * | | | Move function related content to contracts doc | Chris Ward | 2018-11-27 | 2 | -103/+102 | |
| |/ / | ||||||
* | | | Merge pull request #5382 from ethereum/libraryMappingPublic | chriseth | 2018-11-27 | 11 | -27/+106 | |
|\ \ \ | |/ / |/| | | Allow mapping arguments for public and external library functions. | |||||
| * | | Allow mapping arguments for public and external library functions. | Daniel Kirchner | 2018-11-26 | 11 | -27/+106 | |
| | | | ||||||
* | | | Merge pull request #5121 from ethereum/docs-contributing-pt2 | chriseth | 2018-11-27 | 1 | -30/+34 | |
|\ \ \ | | | | | | | | | Review contributing docs for language and ease, tests sections | |||||
| * | | | Review contributing docs for language and ease | Chris Ward | 2018-11-27 | 1 | -30/+34 | |
| | | | | ||||||
* | | | | Merge pull request #5487 from ethereum/fixInterfaceOverrideTypeChange | chriseth | 2018-11-27 | 4 | -4/+15 | |
|\ \ \ \ | |/ / / |/| | | | Fix interface override type change | |||||
| * | | | Changelog entry and tests. | chriseth | 2018-11-26 | 3 | -1/+12 | |
| | | | | ||||||
| * | | | Properly disallow different return types for interface overloads with ↵ | chriseth | 2018-11-26 | 1 | -3/+3 | |
|/ / / | | | | | | | | | | different visibilities. | |||||
* | | | Merge pull request #5445 from ethereum/publicExternalOverwrite | chriseth | 2018-11-26 | 10 | -8/+176 | |
|\ \ \ | |/ / |/| | | Allow overwriting external functions (with ``calldata`` arguments) with public functions (with ``memory`` arguments) | |||||
| * | | Tests. | Daniel Kirchner | 2018-11-26 | 9 | -0/+166 | |
| | | | ||||||
| * | | Use asCallableFunction for definition clashes in the same contract. | chriseth | 2018-11-26 | 1 | -1/+3 | |
| | | | ||||||
| * | | Use asCallableFunction for external interface clash check. | chriseth | 2018-11-26 | 1 | -2/+2 | |
| | | | ||||||
| * | | Use callable types for override check. | chriseth | 2018-11-26 | 1 | -4/+4 | |
| | | | ||||||
| * | | Use asCallableFunction in override check (part 1). | chriseth | 2018-11-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #5504 from ethereum/smt_fix_emscripten | chriseth | 2018-11-26 | 1 | -0/+4 | |
|\ \ \ | | | | | | | | | [SMTChecker] Fix crash when SMTLib2Interface reports unknow for constant checks | |||||
| * | | | [SMTChecker] Unknown answer for constant condition check should not do anything | Leonardo Alt | 2018-11-26 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | Merge pull request #5404 from ethereum/jumpFixes | chriseth | 2018-11-26 | 3 | -2/+9 | |
|\ \ \ \ | | | | | | | | | | | Annotate jump from calldata decode to function as "jump in". | |||||
| * | | | | Changelog entry. | chriseth | 2018-11-26 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Use "in" tag for jumps from unpacker to function. | chriseth | 2018-11-26 | 2 | -2/+8 | |
| | | | | | ||||||
* | | | | | Merge pull request #5313 from cpurta/circle-ci-error-bot | chriseth | 2018-11-26 | 2 | -4/+55 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add error reporting script and use in check_style script | |||||
| * | | | | | Script that directly comments errors to the github pull request. | Chris Purta | 2018-11-26 | 2 | -4/+55 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #5287 from ethereum/docs-update-input-parameters | chriseth | 2018-11-26 | 2 | -6/+15 | |
|\ \ \ \ \ | | | | | | | | | | | | | DOCS: Merge FAQ into docs on multi-dimensional arrays | |||||
| * | | | | | Move FAQ point to input and output parameters and polish surrounding text | Chris Ward | 2018-11-26 | 2 | -6/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update docs/control-structures.rst Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com> Remove line with no further details. Fix tabs Remove FAQ item | |||||
* | | | | | | Merge pull request #5506 from ethereum/fixMergeConflict | chriseth | 2018-11-26 | 2 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix merge problem in CMake files. | |||||
| * | | | | | | Fix merge problem in CMake files. | chriseth | 2018-11-26 | 2 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #5438 from ethereum/docs-faq-types-undefined | chriseth | 2018-11-26 | 2 | -38/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | DOCS: Move undefined FAQ item | |||||
| * | | | | | | Update docs/types.rst | Erik Kundt | 2018-11-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com> | |||||
| * | | | | | | Add default value details | Chris Ward | 2018-11-23 | 1 | -1/+4 | |
| | | | | | | | ||||||
| * | | | | | | Update docs/types.rst | chriseth | 2018-11-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com> | |||||
| * | | | | | | Move undefined FAQ item | Chris Ward | 2018-11-15 | 2 | -38/+2 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #5435 from fulldecent/patch-9 | chriseth | 2018-11-26 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Define how inheritance affects storage | |||||
| * | | | | | | | Define how inheritance affects storage | William Entriken | 2018-11-26 | 1 | -0/+4 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #5493 from ethereum/cmake-no-globbing | chriseth | 2018-11-26 | 5 | -17/+100 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | [WIP] CMake: Explicitly state which files to compile instead of relying on globbing | |||||
| * | | | | | | CMake: Explicitly state which files to compile instead of relying on globbing. | Christian Parpart | 2018-11-26 | 5 | -17/+100 | |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Also remove header file lists, as there is no need to add them to add_library() or add_executable(), which should lower maintenance of the cmake files. | |||||
* | | | | | | Merge pull request #5486 from ethereum/allowExternalPublicOverride | chriseth | 2018-11-26 | 6 | -10/+39 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Allow external public override | |||||
| * | | | | | | Changelog entry and tests. | chriseth | 2018-11-26 | 5 | -1/+33 | |
| | | | | | | | ||||||
| * | | | | | | Allow visibility change from external to public. | chriseth | 2018-11-26 | 1 | -9/+6 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #5494 from ethereum/scanner-error-handling | chriseth | 2018-11-26 | 12 | -32/+98 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Improved Scanner error diagnostics. | |||||
| * | | | | | | Adapting tests to Scanner's lexical error diagnostics change. | Christian Parpart | 2018-11-24 | 8 | -30/+32 | |
| | | | | | | | ||||||
| * | | | | | | Change scanner error diagnostics to be non-intrusive to the token API. | Christian Parpart | 2018-11-24 | 4 | -62/+83 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also implicitly eliminates the magic-token Token::IllegalHex, and streamlines error diagnostics over a custom enum class. | |||||
| * | | | | | | adapt to latest code changes | Lazaridis | 2018-11-24 | 11 | -36/+79 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #5497 from ethereum/langutil-SourceReferenceFormatter | chriseth | 2018-11-26 | 11 | -33/+19 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Moving SourceReferenceFormatter into langutil namespace. | |||||
| * | | | | | Moving SourceReferenceFormatter into langutil namespace. | Christian Parpart | 2018-11-24 | 11 | -33/+19 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #5485 from ethereum/refactorCallableFunction | chriseth | 2018-11-26 | 4 | -33/+33 | |
|\ \ \ \ \ | | | | | | | | | | | | | Refactor callable function | |||||
| * | | | | | Correct style. | chriseth | 2018-11-23 | 1 | -16/+16 | |
| | | | | | | ||||||
| * | | | | | Use callable function for virtual resolution. | chriseth | 2018-11-22 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Make asCallableFunction to never fail and assert abount parameter size if ↵ | chriseth | 2018-11-22 | 2 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | bound instead. | |||||
| * | | | | | Rename 'asMemberFunction' to widen its purpose. | chriseth | 2018-11-22 | 2 | -9/+9 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5503 from davidlj95/patch-1 | chriseth | 2018-11-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Update types.rst | |||||
| * | | | | | Update types.rst | David Lozano Jarque | 2018-11-26 | 1 | -1/+1 | |
|/ / / / / | | | | | | | | | | | RST note with incorrect syntax | |||||
* | | | | | Merge pull request #5500 from davidlj95/patch-1 | Alex Beregszaszi | 2018-11-26 | 2 | -2/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Documentation typo fixes | |||||
| * | | | | | Update installing-solidity.rst | David Lozano Jarque | 2018-11-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Homebrow -> homebrew | |||||
| * | | | | | Update introduction-to-smart-contracts.rst | David Lozano Jarque | 2018-11-26 | 1 | -1/+1 | |
|/ / / / / | | | | | | | | | | | Fix typo | |||||
* | | | | | Merge pull request #5499 from lazaridiscom/decouple-TestCase | Alex Beregszaszi | 2018-11-25 | 6 | -5/+5 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | decouple TestCase class from test/libsolidity | |||||
| * | | | | decouple TestCase class from test/libsolidity | Lazaridis | 2018-11-25 | 6 | -5/+5 | |
|/ / / / | ||||||
* | | | | Merge pull request #5472 from ethereum/assemblyAnnotationOutput | chriseth | 2018-11-24 | 2 | -0/+3 | |
|\ \ \ \ | | | | | | | | | | | Jumps with annotations cannot be functional. | |||||
| * | | | | Changelog entry. | chriseth | 2018-11-22 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Jumps with annotations cannot be functional. | chriseth | 2018-11-22 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Merge pull request #5491 from ethereum/libyul-as-library | chriseth | 2018-11-24 | 112 | -837/+608 | |
|\ \ \ \ \ | | | | | | | | | | | | | Libyul as static library (version 3 ;( ) | |||||
| * | | | | | Remove superfluous libyul/ASTDataForward.h and include libyul/AsmDataForward ↵ | Christian Parpart | 2018-11-23 | 22 | -46/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | directly instead. | |||||
| * | | | | | Isolating libyul library API into its own namespace `yul`. | Christian Parpart | 2018-11-23 | 105 | -582/+366 | |
| | | | | | | ||||||
| * | | | | | CMake: Isolate libyul into its own static library | Christian Parpart | 2018-11-23 | 4 | -4/+48 | |
| | | | | | | ||||||
| * | | | | | Reorder some include files and group <libyul/>'s together (as much as possible) | Christian Parpart | 2018-11-23 | 39 | -60/+28 | |
| | | | | | | ||||||
| * | | | | | Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ↵ | Christian Parpart | 2018-11-23 | 65 | -107/+107 | |
| | | | | | | | | | | | | | | | | | | | | | | | | libyul | |||||
| * | | | | | Moving files from libsolidity/inlineasm/*.{cpp,h} to libyul/. | Christian Parpart | 2018-11-23 | 16 | -0/+0 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5492 from ethereum/audit-NULL-to-nullptr | Christian Parpart | 2018-11-23 | 1 | -8/+8 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Replace all occurrences of NULL with nullptr. | |||||
| * | | | | | | Replace all occurrences of NULL with nullptr. | Christian Parpart | 2018-11-23 | 1 | -8/+8 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #3073 from ethereum/smtlib2_via_standardio | Alex Beregszaszi | 2018-11-23 | 24 | -26/+356 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Inject SMTLIB2 queries and responses via standard-json-io. | |||||
| * | | | | | Add SMTChecker tests for standard JSON | Leonardo Alt | 2018-11-23 | 13 | -2/+270 | |
| | | | | | | ||||||
| * | | | | | Testing with smtlib2 interface always there | Leonardo Alt | 2018-11-23 | 1 | -6/+1 | |
| | | | | | | ||||||
| * | | | | | Error message stays in the SMTChecker | Leonardo Alt | 2018-11-23 | 2 | -8/+9 | |
| | | | | | | ||||||
| * | | | | | Display better error message in SMTLib2 | Leonardo Alt | 2018-11-23 | 3 | -8/+10 | |
| | | | | | | ||||||
| * | | | | | Renaming json fields smtlib2queries and smtlib2responses | Leonardo Alt | 2018-11-23 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Rename function and warn if responses are supplied for Z3. | chriseth | 2018-11-23 | 3 | -7/+13 | |
| | | | | | | ||||||
| * | | | | | Inject SMTLIB2 queries and responses via standard-json-io. | chriseth | 2018-11-23 | 11 | -20/+78 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #5489 from ethereum/chriseth-patch-1 | chriseth | 2018-11-23 | 1 | -7/+9 | |
|\ \ \ \ \ | | | | | | | | | | | | | Style | |||||
| * | | | | | Style | chriseth | 2018-11-23 | 1 | -7/+9 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5490 from ethereum/fixBytecode | chriseth | 2018-11-23 | 1 | -2/+2 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix bytecode report file. | |||||
| * | | | | | | Fix bytecode report file. | chriseth | 2018-11-23 | 1 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #5488 from lazaridiscom/patch-3 | chriseth | 2018-11-23 | 2 | -2/+3 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Mention third party licenses | |||||
| * | | | | | Update paths to CharStream, Scanner and Token files. | chriseth | 2018-11-23 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Mention third party licenses. | Lazaridis | 2018-11-23 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #4958 from ↵ | Alex Beregszaszi | 2018-11-23 | 1 | -80/+117 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | liangdzou/issue_4494_error_out_when_no_output_required Error out if no output artifacts are requested. | |||||
| * | | | | | Notify user on successful run without output. | liangdzou | 2018-11-23 | 1 | -80/+117 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #5481 from ethereum/fix-byecodecompare | Alex Beregszaszi | 2018-11-23 | 1 | -5/+11 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix storebytecode.sh for bytecode comparison | |||||
| * | | | | | Fix storebytecode.sh for bytecode comparison | Alex Beregszaszi | 2018-11-22 | 1 | -5/+11 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5451 from ethereum/bound_function_tests | chriseth | 2018-11-23 | 5 | -0/+46 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add assert and tests for bound functions | |||||
| * | | | | | | Add assert and tests for bound functions | Leonardo Alt | 2018-11-22 | 5 | -0/+46 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #5482 from ethereum/smt_refactor_sort_patch4 | Alex Beregszaszi | 2018-11-23 | 6 | -44/+58 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [SMTChecker] Refactor setZeroValue and setUnknownValue | |||||
| * | | | | | | | [SMTChecker] Refactor setZeroValue and setUnknownValue | Leonardo Alt | 2018-11-22 | 6 | -44/+58 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #4645 from ethereum/smt-syntax-tests | Alex Beregszaszi | 2018-11-22 | 47 | -593/+491 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Move SMT tests to use isoltest | |||||
| * | | | | | | Organize smt tests in subdirectories | Leonardo Alt | 2018-11-22 | 46 | -0/+0 | |
| | | | | | | | ||||||
| * | | | | | | Remove pragma ABIEncoderV2 from smt test | Leonardo Alt | 2018-11-22 | 1 | -6/+8 | |
| | | | | | | | ||||||
| * | | | | | | Drop numbering in front of the SMTChecker tests | Alex Beregszaszi | 2018-11-22 | 46 | -0/+0 | |
| | | | | | | | ||||||
| * | | | | | | Move most of SMTChecker tests from C++ to isoltest | Alex Beregszaszi | 2018-11-22 | 47 | -593/+489 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | But keep divison in C++ because results differ between different solvers | |||||
* | | | | | | Merge pull request #5478 from ethereum/smt_refactor_sort_patch3 | Alex Beregszaszi | 2018-11-22 | 5 | -2/+76 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | [SMTChecker] Add ArraySort and array operations | |||||
| * | | | | | [SMTChecker] Add ArraySort and array operations | Leonardo Alt | 2018-11-22 | 5 | -2/+76 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #5471 from ethereum/smt_refactor_sort_patch2 | Alex Beregszaszi | 2018-11-22 | 14 | -128/+134 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Add FunctionSort and refactors the solver interface to create variables | |||||
| * | | | | [SMTChecker] Add FunctionSort and refactors the solver interface to create ↵ | Leonardo Alt | 2018-11-22 | 14 | -128/+134 | |
|/ / / / | | | | | | | | | | | | | variables | |||||
* | | | | Merge pull request #5328 from SuperblocksHQ/develop | Alex Beregszaszi | 2018-11-22 | 1 | -2/+4 | |
|\ \ \ \ | | | | | | | | | | | Added Superblocks Lab IDE to the generic doc section | |||||
| * | | | | Added Superblocks Lab IDE to the generic section | Javier Tarazaga | 2018-11-22 | 1 | -2/+4 | |
|/ / / / | ||||||
* | | | | Merge pull request #5434 from fulldecent/patch-8 | chriseth | 2018-11-22 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Qualify that storage slots are shared for contiguous data | |||||
| * | | | | Qualify that storage slots are shared for contiguous data | William Entriken | 2018-11-15 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #5427 from ethereum/liblangutil | chriseth | 2018-11-22 | 155 | -829/+1163 | |
|\ \ \ \ \ | | | | | | | | | | | | | Factor out langutil, a new static library that is shared between libyul/libsolidity | |||||
| * | | | | | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 118 | -287/+476 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference | |||||
| * | | | | | Ensure liblangutil is compiled and linked as its own static library. | Christian Parpart | 2018-11-22 | 3 | -3/+10 | |
| | | | | | | ||||||
| * | | | | | Splitting out CharStream from Scanner. | Christian Parpart | 2018-11-22 | 4 | -81/+216 | |
| | | | | | | ||||||
| * | | | | | Isolating files shared between Yul- and Solidity language frontend. | Christian Parpart | 2018-11-22 | 101 | -132/+135 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5473 from ethereum/tests-constructor | Alex Beregszaszi | 2018-11-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Fix constructor in AuctionRegistrar | |||||
| * | | | | | Fix constructor in AuctionRegistrar | Alex Beregszaszi | 2018-11-22 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #5439 from ethereum/docs-faq-types-array-length | chriseth | 2018-11-22 | 2 | -45/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | DOCS: Remove length related FAQ item | |||||
| * | | | | Remove length related FAQ item | Chris Ward | 2018-11-15 | 2 | -45/+3 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #2520 from ethereum/lll-with | chriseth | 2018-11-22 | 2 | -0/+52 | |
|\ \ \ \ | | | | | | | | | | | LLL: implement the UNSET and WITH keywords | |||||
| * | | | | LLL: implement WITH keyword | Alex Beregszaszi | 2018-11-21 | 2 | -0/+42 | |
| | | | | | ||||||
| * | | | | LLL: add UNSET to remove a variable | Alex Beregszaszi | 2018-11-21 | 1 | -0/+10 | |
| | | | | | ||||||
* | | | | | Merge pull request #4486 from ethereum/travisEmscriptenMinimal | Alex Beregszaszi | 2018-11-22 | 6 | -27/+29 | |
|\ \ \ \ \ | | | | | | | | | | | | | Minimal changes to use the same version of emscripten on Travis and Circleci. | |||||
| * | | | | | Changelog entry. | chriseth | 2018-11-21 | 1 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | Use emscripten 1.37.21 and boost 1.67.0 on both travis and circle. | Daniel Kirchner | 2018-11-21 | 5 | -27/+26 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5436 from ethereum/docs-faq-types-rem-struct | chriseth | 2018-11-22 | 1 | -18/+0 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | DOCS: Remove Struct copy FAQ item | |||||
| * | | | | | Remove Struct copy FAQ item | Chris Ward | 2018-11-15 | 1 | -18/+0 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #5466 from ethereum/smt_refactor_sort_patch1 | Alex Beregszaszi | 2018-11-21 | 13 | -100/+102 | |
|\ \ \ \ \ | | | | | | | | | | | | | [SMTChecker] Refactor smt::Sort and its usage | |||||
| * | | | | | [SMTChecker] Refactor smt::Sort and its usage | Leonardo Alt | 2018-11-21 | 13 | -100/+102 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #5444 from Mordax/issue-5168-rmvirtual | Alex Beregszaszi | 2018-11-21 | 36 | -650/+650 | |
|\ \ \ \ \ | | | | | | | | | | | | | Removing redundant virtual from override function declaration | |||||
| * | | | | | Removing redundant virtual from override function declaration | mordax | 2018-11-21 | 36 | -650/+650 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Remove trailing whitespace Remove changelog change | |||||
* | | | | | Merge pull request #5355 from ethereum/yul-forloop-pre-rewrite | chriseth | 2018-11-21 | 8 | -1/+159 | |
|\ \ \ \ \ | |/ / / / |/| | | | | [Yul] Implements a pass to rewrite for-loop's pre block into the parent's Block | |||||
| * | | | | [Yul] Implements a pass to rewrite for-loop's pre block into the parent's Block. | Christian Parpart | 2018-11-16 | 8 | -1/+159 | |
| | | | | | ||||||
* | | | | | Merge pull request #5309 from ethereum/smt_bound_functions | Alex Beregszaszi | 2018-11-19 | 6 | -0/+91 | |
|\ \ \ \ \ | | | | | | | | | | | | | [SMTChecker] Support bound function calls | |||||
| * | | | | | [SMTChecker] Support bound function calls | Leonardo Alt | 2018-11-19 | 6 | -0/+91 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #5307 from ethereum/smt_uf | Leonardo | 2018-11-17 | 17 | -27/+110 | |
|\ \ \ \ \ | |/ / / / |/| | | | | [SMTChecker] Uninterpreted functions for blockhash() | |||||
| * | | | | [SMTChecker] Implement uninterpreted functions and use it for blockhash() | Leonardo Alt | 2018-11-15 | 17 | -27/+110 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #5441 from ethereum/github-vm-version | Alex Beregszaszi | 2018-11-15 | 1 | -0/+1 | |
|\ \ \ \ | |_|/ / |/| | | | Ask for target EVM version in issue template | |||||
| * | | | Ask for target EVM version in issue template | Alex Beregszaszi | 2018-11-15 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #5430 from kn1g/patch-1 | Alex Beregszaszi | 2018-11-15 | 1 | -3/+3 | |
|\ \ \ | |/ / |/| | | Consistent use of address() | |||||
| * | | Fixed consistent use of `nameReg` | Yet another codejunkie | 2018-11-15 | 1 | -1/+1 | |
| | | | | | | | | | Fixed consistent use of `nameReg` instead of `namReg` | |||||
| * | | Consistent use of address() | Yet another codejunkie | 2018-11-15 | 1 | -3/+3 | |
| | | | | | | | | | First example is with address() and the following examples without. I suggest a consistent use here. | |||||
* | | | Merge pull request #5368 from ethereum/noCleanupUnsigned | Alex Beregszaszi | 2018-11-15 | 3 | -2/+10 | |
|\ \ \ | | | | | | | | | [Codegen] Do not perform cleanup on unsigned integers when loading from calldata. | |||||
| * | | | Do not perform cleanup on unsigned integers when loading from calldata. | chriseth | 2018-11-15 | 3 | -2/+10 | |
| | | | | ||||||
* | | | | Merge pull request #5433 from ethereum/docs-fix | Alex Beregszaszi | 2018-11-15 | 1 | -3/+1 | |
|\ \ \ \ | |/ / / |/| | | | Fix indentation in documentation | |||||
| * | | | Fix indentation in documentation | Alex Beregszaszi | 2018-11-15 | 1 | -3/+1 | |
|/ / / | ||||||
* | | | Merge pull request #5428 from ethereum/yulObjectSpecChange | chriseth | 2018-11-15 | 1 | -6/+37 | |
|\ \ \ | |/ / |/| | | Small changes to yul object specification. | |||||
| * | | Small changes to yul object specification. | chriseth | 2018-11-15 | 1 | -6/+37 | |
|/ / | ||||||
* | | Merge pull request #4523 from ethereum/micropayment-channel-example-polish | chriseth | 2018-11-15 | 1 | -124/+65 | |
|\ \ | | | | | | | Micropayment channel example polish | |||||
| * | | Begin review of micropayments example | Chris Ward | 2018-11-15 | 1 | -124/+65 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Language tidy, add correct method and package namespaces and make more consistent with each project docs First changes from review Further fixes after review Fix line breaks Revert code changes Update | |||||
* | | Merge pull request #5323 from ethereum/docs-input-output-change-control-struct | chriseth | 2018-11-14 | 1 | -31/+49 | |
|\ \ | | | | | | | Change terminology used for input output parameters | |||||
| * | | Change terminology used for input output parameters | Chris Ward | 2018-11-14 | 1 | -31/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change from review Changes from review Changes fro review Changes from review | |||||
* | | | Merge pull request #5423 from ethereum/enable-coverage | Alex Beregszaszi | 2018-11-14 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Revert "Disable covereage cmake option" | |||||
| * | | Revert "Disable covereage cmake option" | Alex Beregszaszi | 2018-11-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | This reverts commit 5effc0eeb9cd5158b906facde69a3c4d52d95314. | |||||
* | | | Merge pull request #5324 from ethereum/docs-input-output-change-types | chriseth | 2018-11-14 | 3 | -6/+5 | |
|\ \ \ | |/ / |/| | | Change terminology used for input output parameters pt 2 | |||||
| * | | Update syntax used for input and output parameters | Chris Ward | 2018-11-14 | 3 | -6/+5 | |
|/ / | ||||||
* | | Merge pull request #4693 from ethereum/compilerstack | chriseth | 2018-11-14 | 1 | -16/+25 | |
|\ \ | | | | | | | Add CompilerStack state assertions to internal methods | |||||
| * | | Add CompilerStack state assertions in internal methods | Alex Beregszaszi | 2018-11-14 | 1 | -6/+12 | |
| | | | ||||||
| * | | Move lastContractName closer to contractNames | Alex Beregszaszi | 2018-11-14 | 1 | -13/+13 | |
| | | | ||||||
| * | | Do not crash on filesystemFriendlyName if no contracts were compiled | Alex Beregszaszi | 2018-11-14 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge pull request #5373 from ethereum/archlinuxCI | chriseth | 2018-11-14 | 1 | -0/+47 | |
|\ \ \ | |/ / |/| | | Add archlinux run on circleci for testing against current versions of deps. | |||||
| * | | Only run soltest with --no-ipc. | Daniel Kirchner | 2018-11-09 | 1 | -4/+2 | |
| | | | ||||||
| * | | Add archlinux run on circleci. | Daniel Kirchner | 2018-11-09 | 1 | -0/+49 | |
| | | | ||||||
* | | | Merge pull request #5410 from ethereum/lll-build | chriseth | 2018-11-14 | 8 | -6/+28 | |
|\ \ \ | | | | | | | | | Do not build LLL unless requested via the LLL cmake option | |||||
| * | | | Build with LLL on CircleCI | Alex Beregszaszi | 2018-11-14 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Move LLL tests into a single directory | Alex Beregszaszi | 2018-11-14 | 2 | -0/+0 | |
| | | | | ||||||
| * | | | Do not build tests for LLL if disabled | Alex Beregszaszi | 2018-11-14 | 2 | -3/+12 | |
| | | | |