Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4882 from ethereum/removeTrailingWhitespace | chriseth | 2018-09-04 | 20 | -711/+711 |
|\ | |||||
| * | Update generation of bugs_by_version.json. | Daniel Kirchner | 2018-09-04 | 1 | -1/+1 |
| * | Remove trailing whitespace for all files in the repository. | Daniel Kirchner | 2018-09-04 | 19 | -710/+710 |
|/ | |||||
* | Merge pull request #4837 from chase1745/default-to-unspecified | chriseth | 2018-09-04 | 6 | -12/+12 |
|\ | |||||
| * | Rename Location::Default to Location::Unspecified. | Chase McDermott | 2018-08-18 | 6 | -12/+12 |
* | | Merge pull request #4578 from aj07/patch-1 | chriseth | 2018-09-04 | 1 | -10/+55 |
|\ \ | |||||
| * | | Update README.md | Ankit Raj | 2018-09-04 | 1 | -10/+55 |
|/ / | |||||
* | | Merge pull request #4851 from anurag-git/anurag_issue_4824 | chriseth | 2018-09-03 | 3 | -9/+3 |
|\ \ | |||||
| * | | Removed unused "FunctionType::Kind::CallCode" from Types.h and all its usage | Anurag Dashputre | 2018-08-23 | 3 | -9/+3 |
| |/ | |||||
* | | Merge pull request #4848 from RichardLitt/patch-1 | chriseth | 2018-09-03 | 1 | -2/+2 |
|\ \ | |||||
| * | | docs(bug_report.md): Small grammar fixes | Richard Littauer | 2018-08-23 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #4850 from anurag-git/anurag_issue_3667 | chriseth | 2018-09-03 | 1 | -7/+0 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'develop' into anurag_issue_3667 | Anurag Dashputre | 2018-08-23 | 217 | -922/+3812 |
| |\ | |/ |/| | |||||
* | | Merge pull request #4629 from ethereum/mapping_dynamic_key | chriseth | 2018-08-16 | 8 | -1/+50 |
|\ \ | |||||
| * | | Dynamic type as mapping key returns error instead of assertion fail | Leonardo Alt | 2018-08-16 | 8 | -1/+50 |
* | | | Merge pull request #4818 from ethereum/clarifyConstructorArgs | chriseth | 2018-08-16 | 1 | -4/+8 |
|\ \ \ | |||||
| * | | | Clarify constructor arguments. | chriseth | 2018-08-16 | 1 | -4/+8 |
* | | | | Merge pull request #4825 from ethereum/expressionCompBareCall | chriseth | 2018-08-16 | 2 | -5/+16 |
|\ \ \ \ | |||||
| * | | | | More safeguards for (library) function types. | chriseth | 2018-08-15 | 2 | -5/+16 |
* | | | | | Merge pull request #4831 from liangdzou/develop | chriseth | 2018-08-16 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | fix a typo: declaratoion => declaration | liangdzou | 2018-08-16 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #4822 from ethereum/addressStaticCall | chriseth | 2018-08-16 | 12 | -17/+161 |
|\ \ \ \ | |||||
| * | | | | Add some more documentation. | Daniel Kirchner | 2018-08-15 | 3 | -7/+10 |
| * | | | | Add syntax test for ``address.staticcall.value``. | Daniel Kirchner | 2018-08-15 | 1 | -0/+15 |
| * | | | | Add view pure checker tests for ``address.staticcall(...)``. | Daniel Kirchner | 2018-08-15 | 1 | -1/+20 |
| * | | | | Add ``staticcall`` to ``address``. | Daniel Kirchner | 2018-08-15 | 8 | -9/+116 |
| |/ / / | |||||
* | | | | Merge pull request #4820 from ethereum/disallow_indexed_ref_v2 | chriseth | 2018-08-16 | 11 | -2/+275 |
|\ \ \ \ | |||||
| * | | | | Bug list entry | Leonardo Alt | 2018-08-15 | 2 | -2/+20 |
| * | | | | Review suggestions | Leonardo Alt | 2018-08-15 | 4 | -6/+6 |
| * | | | | Add end to end tests | Leonardo Alt | 2018-08-15 | 1 | -0/+203 |
| * | | | | Disallow indexed reference types in events when using ABIEncoderV2 | Leonardo Alt | 2018-08-15 | 8 | -0/+52 |
| |/ / / | |||||
* | | | | Merge pull request #4826 from fvictorio/patch-2 | chriseth | 2018-08-16 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Add missing parentheses in ABI Encoding section | Franco Victorio | 2018-08-16 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #4496 from ethereum/faq-reorg-contracts | chriseth | 2018-08-15 | 2 | -39/+54 |
|\ \ \ | |||||
| * | | | Move contract related FAQ points | Chris Ward | 2018-08-15 | 2 | -39/+54 |
* | | | | Merge pull request #4390 from ethereum/abidecode | chriseth | 2018-08-15 | 18 | -8/+384 |
|\ \ \ \ | |||||
| * | | | | Changelog entry. | chriseth | 2018-08-15 | 1 | -0/+1 |
| * | | | | Documentation. | chriseth | 2018-08-15 | 2 | -2/+4 |
| * | | | | Add abi.decode(bytes data, (...)) | chriseth | 2018-08-15 | 15 | -6/+379 |
* | | | | | Merge pull request #4583 from ethereum/nested_array_library_changelog | chriseth | 2018-08-15 | 6 | -4/+187 |
|\ \ \ \ \ | |||||
| * | | | | | Update bug list and add regular expression to bug list and add test. | Leonardo Alt | 2018-08-14 | 6 | -16/+176 |
| * | | | | | Bugfix entry regarding nested arrays returned by library functions | Leonardo Alt | 2018-08-14 | 2 | -4/+27 |
* | | | | | | Merge pull request #4797 from bakaoh/issue4718 | chriseth | 2018-08-15 | 7 | -4/+27 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Fixes #4718: High CPU usage when using large variable names | bakaoh | 2018-08-15 | 7 | -4/+27 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #4817 from crypto-jeronimo/fix-typo-in-docs | chriseth | 2018-08-15 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fix typo in documentation. | Crypto Jerônimo | 2018-08-15 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #4815 from gftea/develop | chriseth | 2018-08-15 | 1 | -3/+14 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | clarify multiple inheritance in solidity and its differences against to python | Simon Chen | 2018-08-15 | 1 | -3/+14 |
* | | | | | Merge pull request #4816 from ethereum/typeConversionDoc | chriseth | 2018-08-15 | 2 | -11/+103 |
|\ \ \ \ \ | |||||
| * | | | | | Extend documentation about explicit and implicit conversions between (u)intXX... | Daniel Kirchner | 2018-08-15 | 2 | -11/+103 |
|/ / / / / | |||||
* | | | | | Merge pull request #4738 from ethereum/dataloc_merged | chriseth | 2018-08-15 | 90 | -310/+586 |
|\ \ \ \ \ | |||||
| * | | | | | Make joinHumanReadable work for input iterators. | chriseth | 2018-08-15 | 1 | -16/+12 |
| * | | | | | Update external tests. | chriseth | 2018-08-15 | 9 | -23/+23 |
| * | | | | | Update tests. | chriseth | 2018-08-15 | 62 | -113/+179 |
| * | | | | | New test cases. | mingchuan | 2018-08-15 | 20 | -0/+126 |
| * | | | | | Update tests | Chase McDermott | 2018-08-15 | 8 | -39/+39 |
| * | | | | | Update documentation. | chriseth | 2018-08-15 | 3 | -37/+36 |
| * | | | | | Refactor data location check. | Chase McDermott | 2018-08-15 | 6 | -131/+220 |
* | | | | | | Merge pull request #4542 from aarlt/constructor_natspec | chriseth | 2018-08-15 | 5 | -27/+216 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fix: natspec annotations on constructors | Alexander Arlt | 2018-08-09 | 5 | -27/+216 |
* | | | | | | Merge pull request #4776 from ethereum/const-opt-cost | chriseth | 2018-08-14 | 3 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Calculate the dataGas correctly in the constant optimiser | Alex Beregszaszi | 2018-08-14 | 3 | -3/+3 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4765 from ethereum/fixes-issue-4673 | chriseth | 2018-08-14 | 4 | -2/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fixes issue where computing storage size for a number would take too long. | Christian Parpart | 2018-08-14 | 4 | -2/+9 |
* | | | | | | | Merge pull request #4372 from JesseBusman/implicit-convertibility-functions | chriseth | 2018-08-14 | 7 | -23/+263 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add implicit convertibility to function pointer with higher state mutability | Jesse Busman | 2018-08-14 | 7 | -23/+263 |
* | | | | | | | | Merge pull request #4780 from ethereum/enumData | chriseth | 2018-08-14 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Clarify data representation of enums. | chriseth | 2018-08-14 | 1 | -1/+5 |
* | | | | | | | | | Merge pull request #4787 from ethereum/updateLinks | chriseth | 2018-08-14 | 1 | -27/+41 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Re-group links. | chriseth | 2018-08-09 | 1 | -24/+37 |
| * | | | | | | | | Update links and deprecated unmaintained tools. | chriseth | 2018-08-09 | 1 | -3/+4 |
* | | | | | | | | | Merge pull request #4792 from ethereum/someABIDocFixes | chriseth | 2018-08-14 | 1 | -48/+56 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Some style fixes to the ABI documentation. | chriseth | 2018-08-10 | 1 | -48/+56 |
* | | | | | | | | | Merge pull request #4788 from ethereum/noWarnDoc | chriseth | 2018-08-14 | 13 | -180/+262 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Update documentation. | chriseth | 2018-08-14 | 4 | -39/+100 |
| * | | | | | | | | | Also extract tests that do not start with a pragma. | chriseth | 2018-08-14 | 2 | -24/+25 |
| * | | | | | | | | | Update documentation examples. | chriseth | 2018-08-14 | 10 | -86/+99 |
| * | | | | | | | | | Test that documentation does not contain any warnings. | chriseth | 2018-08-14 | 2 | -37/+44 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #4782 from ethereum/encodePackedArrayOfStructs | chriseth | 2018-08-14 | 4 | -10/+30 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Changelog entry. | chriseth | 2018-08-10 | 1 | -0/+1 |
| * | | | | | | | | | Tests. | chriseth | 2018-08-10 | 2 | -0/+19 |
| * | | | | | | | | | Disallow packed encoding of arrays of structs. | chriseth | 2018-08-10 | 1 | -10/+10 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #4796 from ethereum/structs-in-interfaces | chriseth | 2018-08-14 | 5 | -7/+72 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Adds support for structs in interfaces. | Christian Parpart | 2018-08-14 | 5 | -7/+72 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #4813 from ethereum/replace_safety_stop | chriseth | 2018-08-14 | 4 | -8/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Replace safety stop by invalid | Leonardo Alt | 2018-08-14 | 4 | -8/+8 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #4799 from ethereum/semanticsTestsGasEtAl | chriseth | 2018-08-14 | 5 | -0/+122 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix tests for constantinople (expect zero for the time being). | Daniel Kirchner | 2018-08-14 | 1 | -9/+22 |
| * | | | | | | | | Add missing tests for ``gasleft()``, ``blockhash()`` ``tx.gasprice`` and ``bl... | Daniel Kirchner | 2018-08-14 | 5 | -0/+109 |
* | | | | | | | | | Merge pull request #4777 from ethereum/typeConversionMemory | chriseth | 2018-08-14 | 5 | -5/+14 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Defaul data location for type conversions is memory. | chriseth | 2018-08-13 | 5 | -5/+14 |
* | | | | | | | | | Merge pull request #4798 from ethereum/mappingArgumentsAndReturns | chriseth | 2018-08-13 | 36 | -7/+438 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Add tests for mappings in function types. | Daniel Kirchner | 2018-08-13 | 4 | -0/+20 |
| * | | | | | | | | | Allow mappings of arrays as arguments and return values of internal functions. | Daniel Kirchner | 2018-08-13 | 13 | -4/+101 |
| * | | | | | | | | | Consider mappings return values in control flow analysis. | Daniel Kirchner | 2018-08-13 | 6 | -1/+25 |
| * | | | | | | | | | Allow mapping arguments and return values in all internal functions. | Daniel Kirchner | 2018-08-13 | 6 | -11/+57 |
| * | | | | | | | | | Allow mapping arguments and return values in internal library functions. | Daniel Kirchner | 2018-08-13 | 15 | -1/+245 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #4696 from ethereum/byteLiteralConversion | chriseth | 2018-08-13 | 26 | -126/+316 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Disallow ambiguous conversions between number literals and bytesXX types. | Daniel Kirchner | 2018-08-13 | 26 | -126/+316 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #4618 from ethereum/docs-1211-contract-type | chriseth | 2018-08-13 | 1 | -10/+23 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Update from feedback | Chris Ward | 2018-08-13 | 1 | -3/+6 |
| * | | | | | | | | | Remove initial sentence. | chriseth | 2018-08-06 | 1 | -8/+5 |
| * | | | | | | | | | Changes after rebasing | Chris Ward | 2018-08-01 | 1 | -12/+18 |
| * | | | | | | | | | Add contract type to types doc | Chris Ward | 2018-08-01 | 1 | -0/+7 |
* | | | | | | | | | | Merge pull request #4794 from ethereum/tableWrap | chriseth | 2018-08-13 | 2 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Fix table css. | chriseth | 2018-08-10 | 2 | -4/+4 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #4793 from ethereum/emptyRemappings | chriseth | 2018-08-13 | 10 | -43/+82 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Update documentation. | Daniel Kirchner | 2018-08-11 | 2 | -11/+11 |
| * | | | | | | | | Disallow remappings with empty prefix. | Daniel Kirchner | 2018-08-11 | 8 | -32/+71 |
|/ / / / / / / / | |||||
| | | | | | | * | Removed the default cases related to assertion to detect the problem at compi... | Anurag Dashputre | 2018-08-23 | 1 | -6/+0 |
| | | | | | | * | Default case removed to detect errors at comoile time rather than run time | Anurag Dashputre | 2018-08-17 | 1 | -1/+0 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Merge pull request #4791 from ethereum/useCodeBlock | chriseth | 2018-08-10 | 2 | -23/+23 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Use code-block when using a different language. | chriseth | 2018-08-10 | 2 | -23/+23 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4790 from ethereum/fixCalldata | chriseth | 2018-08-10 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix data location of external reference parameters. | chriseth | 2018-08-09 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #4767 from ethereum/cvc4Build | Daniel Kirchner | 2018-08-09 | 5 | -13/+39 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add Changelog entry. | Daniel Kirchner | 2018-08-09 | 1 | -0/+1 |
| * | | | | | | Do not force GMP to be present as dependency of CVC4, but also allow CLN inst... | Daniel Kirchner | 2018-08-09 | 3 | -17/+23 |
| * | | | | | | Add workarounds for building against CVC4 on ArchLinux. | Daniel Kirchner | 2018-08-09 | 3 | -2/+21 |
* | | | | | | | Merge pull request #4786 from gftea/develop | chriseth | 2018-08-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | | | |||||
| * | | | | | add link for text "fallback function" | gftea | 2018-08-09 | 1 | -1/+1 |
* | | | | | | Merge pull request #4785 from f-daniel/patch-1 | chriseth | 2018-08-09 | 1 | -0/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Extension of tools list | f-daniel | 2018-08-09 | 1 | -0/+9 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #4783 from elopio/test/function-call-syntactical-equality | chriseth | 2018-08-09 | 1 | -1/+27 |
|\ \ \ \ \ \ | |||||
| * | | | | | | tests: add yul simplifier not applied with function calls | Leo Arias | 2018-08-09 | 1 | -1/+27 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #4784 from ethereum/fixes-msvc-compilation | chriseth | 2018-08-09 | 1 | -24/+25 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fixes compilation under MSVC. | Christian Parpart | 2018-08-09 | 1 | -24/+25 |
|/ / / / / | |||||
* | | | | | Merge pull request #4781 from ethereum/stdNext | chriseth | 2018-08-09 | 2 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Explicitly use std::next to avoid boost version. | chriseth | 2018-08-09 | 2 | -2/+2 |
|/ / / / / | |||||
* | | | | | Merge pull request #4778 from ethereum/dynamicArraysDocs | chriseth | 2018-08-09 | 1 | -8/+5 |
|\ \ \ \ \ | |||||
| * | | | | | Change note about returning dynamic arrays. | chriseth | 2018-08-09 | 1 | -8/+5 |
|/ / / / / | |||||
* | | | | | Merge pull request #4775 from ethereum/sha3-to-keccak256 | chriseth | 2018-08-09 | 6 | -15/+15 |
|\ \ \ \ \ | |||||
| * | | | | | Rename FunctionKind SHA3 to KECCAK256 (as the instruction was renamed in libe... | Alex Beregszaszi | 2018-08-09 | 6 | -15/+15 |
* | | | | | | Merge pull request #4773 from ethereum/chriseth-patch-1 | chriseth | 2018-08-09 | 1 | -7/+5 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Clarify packed encoding. | chriseth | 2018-08-09 | 1 | -7/+5 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #4772 from ethereum/asm-json | Alex Beregszaszi | 2018-08-09 | 3 | -3/+182 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Use dev::toString() in Assembly instead of misusing string{} for u256 | Alex Beregszaszi | 2018-08-09 | 1 | -2/+2 |
| * | | | | Test for legacyAssembly in StandardCompiler | Alex Beregszaszi | 2018-08-09 | 1 | -1/+29 |
| * | | | | Add tests for the assembler object | Alex Beregszaszi | 2018-08-09 | 1 | -0/+151 |
| |/ / / | |||||
* | | | | Merge pull request #4684 from ethereum/underscores_in_numeric_literals | chriseth | 2018-08-09 | 15 | -14/+256 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Cleanup & polish numbers-with-underscores parsing, also improving tests. | Christian Parpart | 2018-08-08 | 12 | -200/+180 |
| * | | | Add stricter hex underscore rules | Balajiganapathi S | 2018-08-08 | 7 | -20/+86 |
| * | | | Allow underscores in numbers. | Balajiganapathi S | 2018-08-08 | 5 | -2/+198 |
* | | | | Merge pull request #4665 from mattaereal/cmake-patch-solver | Alex Beregszaszi | 2018-08-09 | 5 | -11/+43 |
|\ \ \ \ | |||||
| * | | | | cmake flags to make solvers optional. Implementation of #4651 | Matías Aereal Aeón | 2018-08-08 | 5 | -11/+43 |
* | | | | | Merge pull request #4770 from ethereum/throw-codegen | Alex Beregszaszi | 2018-08-09 | 1 | -4/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Remove code generation for Throw statement | Alex Beregszaszi | 2018-08-09 | 1 | -4/+2 |
* | | | | | | Merge pull request #4769 from ethereum/inlineasm-overloading-resolution | Alex Beregszaszi | 2018-08-09 | 3 | -0/+15 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Provide nicer error message when referencing overloaded references | Alex Beregszaszi | 2018-08-08 | 3 | -0/+15 |
* | | | | | | Merge pull request #4753 from mattaereal/boost-to-string-patch | Alex Beregszaszi | 2018-08-08 | 14 | -36/+32 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Removing std:: from std::to_string and include for boost/lexical_cast | Matías Aereal Aeón | 2018-08-08 | 13 | -35/+31 |
| * | | | | | | Replace boost:lexical_cast<std::string> for std::to_string. | Matías Aereal Aeón | 2018-08-08 | 4 | -11/+11 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #4761 from ethereum/libsolc-exceptions | Alex Beregszaszi | 2018-08-08 | 4 | -22/+28 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Mark libsolc external C functions as noexcept | Alex Beregszaszi | 2018-08-08 | 2 | -18/+24 |
| * | | | | | Mark StandardCompiler::compile as noexcept | Alex Beregszaszi | 2018-08-08 | 2 | -4/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #4763 from ethereum/remove-experimental-050 | Alex Beregszaszi | 2018-08-08 | 3 | -6/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Remove experimental 0.5.0 pragma | Alex Beregszaszi | 2018-08-08 | 3 | -6/+2 |
|/ / / / / | |||||
* | | | | | Merge pull request #4740 from ethereum/enforceNumberOfReturnValues | chriseth | 2018-08-08 | 13 | -38/+101 |
|\ \ \ \ \ | |||||
| * | | | | | Add back lost test case to a more reasonable location. | Daniel Kirchner | 2018-08-08 | 1 | -0/+3 |
| * | | | | | Adjust return expressions in compilation tests. | Daniel Kirchner | 2018-08-08 | 2 | -9/+8 |
| * | | | | | Update and extend tests for return expressions. | Daniel Kirchner | 2018-08-08 | 8 | -28/+84 |
| * | | | | | Disallow empty return expressions in functions with non-empty return parameters. | Daniel Kirchner | 2018-08-08 | 2 | -1/+6 |
* | | | | | | Merge pull request #4589 from sifmelcara/fix/dynamic-link-boost-test | Alex Beregszaszi | 2018-08-08 | 2 | -0/+19 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Define BOOST_TEST_DYN_LINK for building soltest if Boost_USE_STATIC_LIBS is n... | Daniel Kirchner | 2018-08-02 | 1 | -0/+4 |
| * | | | | | | Fix shared boost test library build by customizing main | mingchuan | 2018-08-02 | 1 | -0/+15 |
* | | | | | | | Merge pull request #4528 from guidovranken/propagate_CMAKE_CXX_FLAGS_jsoncpp | Alex Beregszaszi | 2018-08-08 | 1 | -3/+11 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Rename JSONCPP_EXTRA_FLAGS to JSONCPP_CXX_FLAGS, add EMSCRIPTEN workaround an... | Daniel Kirchner | 2018-08-08 | 1 | -3/+11 |
| * | | | | | | | Propagate original CMAKE_CXX_FLAGS to jsoncpp compilation | Guido Vranken | 2018-07-19 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #4747 from ethereum/enum-docs | chriseth | 2018-08-08 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Update enum with lifting the restriction for interfaces | Alex Beregszaszi | 2018-08-08 | 1 | -1/+0 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4737 from ethereum/isoltestEarlyExit | chriseth | 2018-08-08 | 1 | -13/+22 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Initialize ``TestTool::m_formatted``. | Daniel Kirchner | 2018-08-08 | 1 | -1/+1 |
| * | | | | | | | | Always count all test cases in isoltest and exit early on user request. | Daniel Kirchner | 2018-08-08 | 1 | -12/+21 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4748 from ethereum/validate-identifier | chriseth | 2018-08-08 | 3 | -2/+13 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Assert that type identifier contains only valid characters | Alex Beregszaszi | 2018-08-08 | 2 | -1/+12 |
| * | | | | | | | | Yul grammar: allow multiple $ signs (matches Solidity) | Alex Beregszaszi | 2018-08-08 | 1 | -1/+1 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4745 from ethereum/nameResolverNoEarlyExit | chriseth | 2018-08-08 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Do not stop after the first error in reference resolution. | chriseth | 2018-08-08 | 1 | -3/+0 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4749 from elopio/test/yul-simplifier-not-applied | chriseth | 2018-08-08 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | tests: add yul simplifier not applied | Leo Arias | 2018-08-08 | 1 | -0/+10 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4754 from Rytiss/patch-1 | Alex Beregszaszi | 2018-08-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix typo in Solidity name/url | Rytis Slatkevičius | 2018-08-08 | 1 | -1/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #4736 from ethereum/removeFillRight | Alex Beregszaszi | 2018-08-08 | 7 | -41/+26 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Remove remaining instances of ``fillRight`` left over from tuple wildcards as... | Daniel Kirchner | 2018-08-08 | 7 | -41/+26 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #4744 from ethereum/smt-magic-variable | Alex Beregszaszi | 2018-08-08 | 1 | -2/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | SMT: do not crash on referencing MagicVariableDeclaration | Alex Beregszaszi | 2018-08-08 | 1 | -2/+8 |
* | | | | | | | | Merge pull request #4703 from ethereum/solc-fix-double-quoting-path-names | chriseth | 2018-08-08 | 2 | -4/+54 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | solc: Fixes double-quoting path names on stderr and adds tests for it. | Christian Parpart | 2018-08-07 | 2 | -4/+54 |
* | | | | | | | | | Merge pull request #4742 from elopio/patch-4 | chriseth | 2018-08-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Fix typo | Leo Arias | 2018-08-08 | 1 | -1/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #4731 from ethereum/interface-enum | chriseth | 2018-08-07 | 10 | -9/+93 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add endToEnd test for referencing enums | Alex Beregszaszi | 2018-08-07 | 1 | -0/+44 |
| * | | | | | | | | Add more syntax tests for enums and interfaces/libraries | Alex Beregszaszi | 2018-08-07 | 5 | -0/+48 |
| * | | | | | | | | Allow enums in interfaces | Alex Beregszaszi | 2018-08-07 | 4 | -9/+1 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #4692 from ethereum/devcore-path | chriseth | 2018-08-07 | 4 | -28/+30 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Move absolutePath/sanitizePath helpers from CompilerStack to libdevcore | Alex Beregszaszi | 2018-08-06 | 4 | -28/+30 |
* | | | | | | | | | Merge pull request #4699 from ethereum/cleanup_VariableDeclaration | chriseth | 2018-08-07 | 3 | -111/+109 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | libsolidity: Remove dead code wrt. VariableDeclaration::canHaveAutoType() | Christian Parpart | 2018-08-07 | 3 | -111/+109 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #4726 from ethereum/moveNothrow | chriseth | 2018-08-07 | 2 | -11/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Make MemberList nothrow move constructible. | chriseth | 2018-08-07 | 2 | -11/+2 |
* | | | | | | | | | | Merge pull request #4720 from ethereum/abi-rational-type-identifier | Alex Beregszaszi | 2018-08-07 | 4 | -1/+48 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Add test for abi.encode (negative) literals | Alex Beregszaszi | 2018-08-07 | 1 | -0/+36 |
| * | | | | | | | | | | Fix type identifiers for RationalNumberType | Alex Beregszaszi | 2018-08-07 | 3 | -1/+12 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #4729 from ethereum/slot-on-non-storage | Alex Beregszaszi | 2018-08-07 | 3 | -1/+17 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | More precise error message if using non-variables with _slot/_offset | Alex Beregszaszi | 2018-08-07 | 3 | -4/+8 |
| * | | | | | | | | | Properly handle invalid references used together with _slot and _offset. | Alex Beregszaszi | 2018-08-07 | 3 | -0/+12 |
* | | | | | | | | | | Merge pull request #4695 from ethereum/test-natspec | chriseth | 2018-08-07 | 1 | -25/+26 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Be explicit about which contract to test for in the Natspec tests | Alex Beregszaszi | 2018-08-06 | 1 | -25/+26 |
* | | | | | | | | | | Merge pull request #4724 from ethereum/slot-in-assembly | Alex Beregszaszi | 2018-08-07 | 4 | -0/+24 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Do not crash on using _slot and _offset suffixes on their own | Alex Beregszaszi | 2018-08-07 | 4 | -0/+24 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #4725 from ethereum/chriseth-patch-1 | Alex Beregszaszi | 2018-08-07 | 1 | -2/+11 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Clarify allocation and initial value of free memoy pointer. | chriseth | 2018-08-07 | 1 | -2/+11 |
* | | | | | | | | | | | Merge pull request #4592 from asifmallik/fixBackslashBugFinal | Alex Beregszaszi | 2018-08-07 | 2 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix backslash bug | Asif Mallik | 2018-08-07 | 2 | -2/+3 |
* | | | | | | | | | | | | Merge pull request #4701 from ethereum/removeClone | chriseth | 2018-08-07 | 9 | -122/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Remove clone feature. | chriseth | 2018-08-07 | 9 | -122/+3 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #4563 from ethereum/codecov-config | chriseth | 2018-08-07 | 2 | -1/+19 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Add codecov config | Paweł Bylica | 2018-08-07 | 2 | -1/+19 |
* | | | | | | | | | | | Merge pull request #4719 from elopio/coverage-option | chriseth | 2018-08-07 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Update the coverage info message in cmake | Leo Arias | 2018-08-07 | 1 | -2/+2 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #4598 from ethereum/issueTemplate | chriseth | 2018-08-07 | 4 | -0/+94 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Adds issue templates for GitHub. | Erik Kundt | 2018-08-07 | 4 | -0/+94 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #4557 from ethereum/ast-function-fqdn | chriseth | 2018-08-07 | 2 | -11/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Move fullyQualifiedName to ContractDefinition only | Alex Beregszaszi | 2018-08-07 | 2 | -11/+2 |
* | | | | | | | | | | | Merge pull request #4694 from ethereum/test-abijson | chriseth | 2018-08-07 | 1 | -31/+31 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Be explicit about which contract to test for in ABIJSON tests | Alex Beregszaszi | 2018-08-06 | 1 | -31/+31 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #4663 from ethereum/dropConstantAST | chriseth | 2018-08-07 | 22 | -54/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Update tests. | Daniel Kirchner | 2018-08-06 | 20 | -48/+0 |
| * | | | | | | | | | | Remove "constant" from JSON AST. | Daniel Kirchner | 2018-08-06 | 2 | -6/+1 |
* | | | | | | | | | | | Merge pull request #3496 from ltfschoen/patch-6 | chriseth | 2018-08-07 | 1 | -5/+63 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Update style guide with regards to CapWords requirement for contract and file... | Luke Schoen | 2018-08-07 | 1 | -5/+63 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #4498 from ethereum/faq-reorg-intro | chriseth | 2018-08-06 | 2 | -107/+24 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Move intro related FAQ points | Chris Ward | 2018-08-06 | 2 | -107/+24 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #4659 from ethereum/abiv2-fixedbytes | chriseth | 2018-08-06 | 2 | -1/+40 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Tests for deriving types for empty string. | chriseth | 2018-08-06 | 1 | -0/+38 |
| * | | | | | | | | | | FixedBytes(0) is invalid, do not check for it in ABIEncoderV2 | Alex Beregszaszi | 2018-08-06 | 1 | -1/+2 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #4689 from ethereum/cleanup-050-tests | chriseth | 2018-08-06 | 25 | -109/+11 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Remove unused 050 variable in ReferencesResolver | Alex Beregszaszi | 2018-08-06 | 2 | -3/+0 |
| * | | | | | | | | | Cleanup 0.5.0 test cases | Alex Beregszaszi | 2018-08-06 | 23 | -106/+11 |
* | | | | | | | | | | Merge pull request #4690 from ethereum/equalParameterTypes | Alex Beregszaszi | 2018-08-06 | 5 | -9/+9 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Renamed FunctionType::hasEqualArgumentTypes to FunctionType::hasEqualParamete... | Jesse Busman | 2018-08-06 | 5 | -9/+9 |
* | | | | | | | | | | Merge pull request #4671 from ethereum/mappingTupleAssignment | chriseth | 2018-08-06 | 11 | -17/+179 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Additional semantics test cases. | Daniel Kirchner | 2018-08-03 | 1 | -0/+45 |
| * | | | | | | | | | Review suggestions; to be squashed. | Daniel Kirchner | 2018-08-03 | 1 | -8/+10 |
| * | | | | | | | | | Allow assignments to local variables of mapping types. | Daniel Kirchner | 2018-08-03 | 7 | -5/+67 |
| * | | | | | | | | | Disallow assignments to mappings within tuple assignments. | Daniel Kirchner | 2018-08-03 | 7 | -17/+70 |
* | | | | | | | | | | Merge pull request #4595 from ethereum/tests-run-improvements | chriseth | 2018-08-06 | 1 | -15/+59 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | fixes tests.sh to not use hard-coded working dir and adds proper cleanup | Christian Parpart | 2018-08-01 | 1 | -15/+59 |
* | | | | | | | | | | Merge pull request #4602 from hackaugusto/warnings | chriseth | 2018-08-06 | 4 | -18/+21 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Added guards for unknown pragmas | Augusto F. Hack | 2018-08-06 | 4 | -18/+21 |