Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | 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 | |
* | | | | | | | | | | | | Merge pull request #4644 from ethereum/event_struct_error | chriseth | 2018-08-06 | 10 | -0/+39 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Disallow structs in events without ABIEncoderV2 | Leonardo Alt | 2018-08-03 | 10 | -0/+39 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #4681 from ethereum/var-suggestion-crash | chriseth | 2018-08-06 | 2 | -0/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix declaration suggestion for var with different number of components | Alex Beregszaszi | 2018-08-04 | 2 | -0/+18 | |
* | | | | | | | | | | | | Merge pull request #4677 from ethereum/jsonAstTestExtraction | chriseth | 2018-08-06 | 58 | -473/+5054 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Extract AST JSON tests. | Daniel Kirchner | 2018-08-04 | 54 | -470/+4753 | |
| * | | | | | | | | | | | Infrastructure for extracting JSON AST tests. | Daniel Kirchner | 2018-08-04 | 5 | -4/+302 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #4616 from ethereum/1093-interface-generator | chriseth | 2018-08-04 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add interface generator to tools section | Chris Ward | 2018-07-30 | 1 | -0/+3 | |
* | | | | | | | | | | | | Merge pull request #4412 from ethereum/v050-reference-resolver-errorTypeForLoose | Christian Parpart | 2018-08-04 | 22 | -275/+38 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Drops tests for inline assembly jumps and function access as both isn't possi... | Christian Parpart | 2018-08-02 | 1 | -46/+0 | |
| * | | | | | | | | | | | | Drop swap_peephole_optimization test from EndToEndTests | Christian Parpart | 2018-08-02 | 1 | -44/+0 | |
| * | | | | | | | | | | | | Update tests to remove support for loose assembly | Christian Parpart | 2018-08-02 | 10 | -81/+24 | |
| * | | | | | | | | | | | | Remove loose assembly features from the documentation | Christian Parpart | 2018-08-02 | 1 | -54/+3 | |
| * | | | | | | | | | | | | Disallow loos assembly in Solidity by permanently setting it to SyntaxError (... | Christian Parpart | 2018-08-02 | 16 | -56/+17 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #4662 from evgeniuz/develop | Alex Beregszaszi | 2018-08-03 | 3 | -10/+61 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | added helper function that joins vectors of strings, refactored suggestions f... | Evgeniy Filatov | 2018-08-03 | 3 | -10/+61 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #4526 from ethereum/docs-address-truncation | Alex Beregszaszi | 2018-08-03 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Clarify truncation with addresses | Chris Ward | 2018-08-03 | 1 | -0/+8 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #4664 from ethereum/uninitializedStorageReturn | chriseth | 2018-08-03 | 23 | -183/+184 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Turn warning about uninitialized storage returns into an error. | Daniel Kirchner | 2018-08-03 | 23 | -183/+184 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #4657 from ethereum/fix-beyond-STL-end-undefined-behavior | chriseth | 2018-08-03 | 1 | -3/+11 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | evmasm/Instruction: fixes undefined behavior of advancing iterator beyond the... | Christian Parpart | 2018-08-03 | 1 | -3/+11 | |
* | | | | | | | | | | Merge pull request #4327 from ethereum/document-internals | chriseth | 2018-08-02 | 3 | -2/+19 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Properly explain all the analsys steps in CompilerStack | Alex Beregszaszi | 2018-07-31 | 3 | -2/+19 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #4522 from ethereum/fullEncodingType | chriseth | 2018-08-02 | 5 | -42/+37 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Isolate determining the encoding type into its own function. | chriseth | 2018-08-01 | 5 | -42/+37 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #4560 from ethereum/cmake-policy | Alex Beregszaszi | 2018-08-02 | 2 | -25/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | CMake: Better policy availability checking | Paweł Bylica | 2018-07-24 | 1 | -13/+6 | |
| * | | | | | | | | | | CMake: Set CMP0043 to NEW | Paweł Bylica | 2018-07-24 | 1 | -3/+2 | |
| * | | | | | | | | | | CMake: Set CMP0042 to NEW | Paweł Bylica | 2018-07-24 | 1 | -2/+1 | |
| * | | | | | | | | | | CMake: Do not set CMP0020 because it's about Qt | Paweł Bylica | 2018-07-24 | 1 | -3/+0 | |
| * | | | | | | | | | | CMake: Do not use non-existing sanitizer blacklist | Paweł Bylica | 2018-07-24 | 1 | -3/+0 | |
| * | | | | | | | | | | CMake: Drop policy CMP0028 OLD | Paweł Bylica | 2018-07-24 | 1 | -4/+0 | |
* | | | | | | | | | | | Merge pull request #4584 from dylanjw/update-abi-event-doc | chriseth | 2018-08-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Update doc referencing packed mode encoding for dynamic typed topic args | Dylan Wilson | 2018-07-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge pull request #4600 from sifmelcara/tab-size | chriseth | 2018-08-02 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Set tab size specified in .editorconfig to 4 | mingchuan | 2018-07-27 | 1 | -0/+1 | |
* | | | | | | | | | | | | Merge pull request #4654 from ethereum/license | chriseth | 2018-08-02 | 1 | -0/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Include license header from code derived from V8 (scanner/token) | Alex Beregszaszi | 2018-08-02 | 1 | -0/+31 | |
* | | | | | | | | | | | | | Merge pull request #4656 from ethereum/chriseth-patch-1 | chriseth | 2018-08-02 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add "Changelog entry" to pull requset template | chriseth | 2018-08-02 | 1 | -3/+4 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #4603 from ethereum/smtlib2 | Alex Beregszaszi | 2018-08-02 | 4 | -18/+44 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove repeated declarations in Z3 and CVC4 as well | Leonardo Alt | 2018-08-01 | 2 | -7/+15 | |
| * | | | | | | | | | | | [SMTLib2] Fix repeated declarations | Leonardo Alt | 2018-07-28 | 2 | -11/+29 | |
* | | | | | | | | | | | | Merge pull request #4646 from ethereum/smt_model_secondary_location | Alex Beregszaszi | 2018-08-02 | 2 | -7/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | SMT model variables are sorted and printed as secondary source location | Leonardo Alt | 2018-08-02 | 2 | -4/+12 | |
| * | | | | | | | | | | | | Replace "value" by "<result>" in the SMT model | Leonardo Alt | 2018-08-02 | 1 | -3/+3 | |
* | | | | | | | | | | | | | Merge pull request #4650 from ethereum/conduct | Alex Beregszaszi | 2018-08-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Point the documentation to the new Code of Conduct URL | Alex Beregszaszi | 2018-08-02 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge pull request #4649 from ethereum/conduct | Alex Beregszaszi | 2018-08-02 | 1 | -0/+0 | |
|\| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Rename CONDUCT.md to CODE_OF_CONDUCT.md so that Github picks it up | Alex Beregszaszi | 2018-08-02 | 1 | -0/+0 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #4399 from ethereum/contractWhitespace | Alex Beregszaszi | 2018-08-02 | 43 | -792/+792 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Remove trailing whitespace in all contract files. | Daniel Kirchner | 2018-08-02 | 43 | -792/+792 | |
* | | | | | | | | | | | | | Merge pull request #4508 from ethereum/nameCollisionCrash | Alex Beregszaszi | 2018-08-02 | 9 | -12/+44 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Extend code comment about signatures. | Daniel Kirchner | 2018-08-01 | 1 | -1/+2 | |
| * | | | | | | | | | | | | Add additional test cases. | Daniel Kirchner | 2018-08-01 | 2 | -0/+10 | |
| * | | | | | | | | | | | | Update documentation. | Daniel Kirchner | 2018-08-01 | 1 | -4/+4 | |
| * | | | | | | | | | | | | Do not exclude public state variables when looking for conflicting declarations. | Daniel Kirchner | 2018-08-01 | 6 | -8/+29 | |
* | | | | | | | | | | | | | Merge pull request #4639 from ethereum/docs-fix-specify-limit | Alex Beregszaszi | 2018-08-01 | 3 | -3/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Small clarifications around the 2300 gas stipend from transfer and send | Chris Ward | 2018-08-01 | 3 | -3/+6 | |
* | | | | | | | | | | | | | Merge pull request #4378 from ethereum/noBaseWithoutArguments | Alex Beregszaszi | 2018-08-01 | 4 | -18/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Correctly determine whether base constructor is called without parentheses. | chriseth | 2018-08-01 | 2 | -11/+20 | |
| * | | | | | | | | | | | | | Disallow calling base constructors without arguments. | chriseth | 2018-08-01 | 3 | -15/+6 | |
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #4631 from ethereum/cp-cycle-detection-recursion-guard | Alex Beregszaszi | 2018-08-01 | 9 | -6/+806 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Adds positive/negative tests for checking error on cyclic dependency checker ... | Christian Parpart | 2018-08-01 | 4 | -0/+791 | |
| * | | | | | | | | | | | | Guard CycleDetector against recursion exhaustion. | Christian Parpart | 2018-08-01 | 5 | -6/+15 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #4321 from ethereum/contractConversion | Alex Beregszaszi | 2018-08-01 | 31 | -50/+134 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix tests regarding contract type conversion. | chriseth | 2018-08-01 | 18 | -36/+37 | |
| * | | | | | | | | | | | | Disallow conversion between unrelated contract types. | chriseth | 2018-08-01 | 16 | -16/+99 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #4507 from ethereum/v050-var-keyword-trace-removals | Alex Beregszaszi | 2018-08-01 | 6 | -2/+59 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Ensures an empty use of var keyword is caught with the proper error message. | Christian Parpart | 2018-08-01 | 6 | -2/+59 | |
* | | | | | | | | | | | | Merge pull request #4626 from ethereum/grammar-cleanup | Alex Beregszaszi | 2018-07-31 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | grammar: remove stray IdentifierList rule | Alex Beregszaszi | 2018-07-31 | 1 | -1/+0 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #4625 from ethereum/pragma-cleanup | Alex Beregszaszi | 2018-07-31 | 6 | -20/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Replace stray solidity pragma with progamatically inserting it in SolidityOpt... | Alex Beregszaszi | 2018-07-31 | 1 | -4/+2 | |
| * | | | | | | | | | | | | Remove unnecesary version pragma from some syntax tests | Alex Beregszaszi | 2018-07-31 | 5 | -16/+10 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #4621 from ethereum/nested_types | Alex Beregszaszi | 2018-07-31 | 9 | -12/+38 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix crash when FunctionType has undeclared type as parameter | Leonardo Alt | 2018-07-31 | 9 | -12/+38 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #4569 from ethereum/grammar-assembly | chriseth | 2018-07-30 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | grammar: rename AssemblyLocalBinding to AssemblyVariableDeclaration | Alex Beregszaszi | 2018-07-25 | 1 | -2/+2 | |
| * | | | | | | | | | | | grammar: introduce AssemblyExpression and use it in Assignment/LocalBinding | Alex Beregszaszi | 2018-07-25 | 1 | -2/+3 | |
| * | | | | | | | | | | | grammar: support all assignment stataments in inline assembly | Alex Beregszaszi | 2018-07-25 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #4608 from ethereum/lll-namespace | chriseth | 2018-07-30 | 15 | -30/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add --disassemble to lllc help output | Alex Beregszaszi | 2018-07-28 | 1 | -0/+1 | |
| * | | | | | | | | | | | Replace dev::eth namespace with dev::lll in LLL | Alex Beregszaszi | 2018-07-28 | 15 | -30/+32 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #4619 from ethereum/2167-docs-memory-type | Alex Beregszaszi | 2018-07-30 | 2 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Clarify what ‘memory type’ is | Chris Ward | 2018-07-30 | 2 | -2/+4 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #4606 from ethereum/smtportfolio | Alex Beregszaszi | 2018-07-28 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Import dev::solidity namespace in SMTPortfolio | Alex Beregszaszi | 2018-07-28 | 1 | -0/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #4604 from ethereum/smtlib-typo | Alex Beregszaszi | 2018-07-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix unterminated parentheses typo in SMTLib2 | Alex Beregszaszi | 2018-07-28 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #4351 from ethereum/smt_portfolio | Alex Beregszaszi | 2018-07-28 | 11 | -59/+269 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [SMTChecker] Add CheckResult::CONFLICTING | Leonardo Alt | 2018-07-27 | 3 | -4/+10 | |
| * | | | | | | | | | [SMTChecker] SMTPortfolio: use all SMT solvers available | Leonardo Alt | 2018-07-27 | 11 | -58/+262 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #4593 from ethereum/smt_timeout | Alex Beregszaszi | 2018-07-27 | 3 | -1/+8 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Setting timeout to Z3 and CVC4 | Leonardo Alt | 2018-07-27 | 3 | -1/+8 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #4599 from ethereum/smt_sat_model | Alex Beregszaszi | 2018-07-27 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Only ask for a model if it's SAT | Leonardo Alt | 2018-07-27 | 3 | -3/+3 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #4594 from ethereum/fix-build-for-paths-with-spaces | Alex Beregszaszi | 2018-07-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fixes building Solidity when base directory contains spaces. | Christian Parpart | 2018-07-27 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #4556 from ethereum/library-data-locations | Alex Beregszaszi | 2018-07-26 | 6 | -0/+22 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add tests for data locations within libraries | Alex Beregszaszi | 2018-07-25 | 6 | -0/+22 | |
* | | | | | | | | Merge pull request #4561 from ethereum/scanner-tests | Alex Beregszaszi | 2018-07-26 | 1 | -1/+18 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Scanner tests for all shifts | Alex Beregszaszi | 2018-07-25 | 1 | -1/+10 | |
| * | | | | | | | | Scanner tests for all escapes | Alex Beregszaszi | 2018-07-25 | 1 | -0/+8 | |
* | | | | | | | | | Merge pull request #4562 from ethereum/parser-tests | Alex Beregszaszi | 2018-07-25 | 12 | -0/+61 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add syntax tests for import statements | Alex Beregszaszi | 2018-07-25 | 5 | -0/+15 |