aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #4749 from elopio/test/yul-simplifier-not-appliedchriseth2018-08-081-0/+10
|\ \ \ \
| * | | | tests: add yul simplifier not appliedLeo Arias2018-08-081-0/+10
| | |_|/ | |/| |
* | | | Merge pull request #4736 from ethereum/removeFillRightAlex Beregszaszi2018-08-083-20/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Remove remaining instances of ``fillRight`` left over from tuple wildcards as...Daniel Kirchner2018-08-083-20/+11
| |/ /
* | | Merge pull request #4703 from ethereum/solc-fix-double-quoting-path-nameschriseth2018-08-081-0/+50
|\ \ \ | |/ / |/| |
| * | solc: Fixes double-quoting path names on stderr and adds tests for it.Christian Parpart2018-08-071-0/+50
* | | Merge pull request #4731 from ethereum/interface-enumchriseth2018-08-077-1/+92
|\ \ \
| * | | Add endToEnd test for referencing enumsAlex Beregszaszi2018-08-071-0/+44
| * | | Add more syntax tests for enums and interfaces/librariesAlex Beregszaszi2018-08-075-0/+48
| * | | Allow enums in interfacesAlex Beregszaszi2018-08-071-1/+0
* | | | Merge pull request #4720 from ethereum/abi-rational-type-identifierAlex Beregszaszi2018-08-072-0/+39
|\ \ \ \
| * | | | Add test for abi.encode (negative) literalsAlex Beregszaszi2018-08-071-0/+36
| * | | | Fix type identifiers for RationalNumberTypeAlex Beregszaszi2018-08-071-0/+3
| |/ / /
* | | | Merge pull request #4729 from ethereum/slot-on-non-storageAlex Beregszaszi2018-08-071-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | More precise error message if using non-variables with _slot/_offsetAlex Beregszaszi2018-08-071-1/+1
| * | | Properly handle invalid references used together with _slot and _offset.Alex Beregszaszi2018-08-071-0/+9
* | | | Merge pull request #4695 from ethereum/test-natspecchriseth2018-08-071-25/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Be explicit about which contract to test for in the Natspec testsAlex Beregszaszi2018-08-061-25/+26
* | | | Merge pull request #4724 from ethereum/slot-in-assemblyAlex Beregszaszi2018-08-072-0/+18
|\ \ \ \
| * | | | Do not crash on using _slot and _offset suffixes on their ownAlex Beregszaszi2018-08-072-0/+18
| | |/ / | |/| |
* / | | Remove clone feature.chriseth2018-08-071-1/+1
|/ / /
* | | Merge pull request #4694 from ethereum/test-abijsonchriseth2018-08-071-31/+31
|\ \ \
| * | | Be explicit about which contract to test for in ABIJSON testsAlex Beregszaszi2018-08-061-31/+31
| |/ /
* | | Merge pull request #4663 from ethereum/dropConstantASTchriseth2018-08-0720-48/+0
|\ \ \
| * | | Update tests.Daniel Kirchner2018-08-0620-48/+0
* | | | Tests for deriving types for empty string.chriseth2018-08-061-0/+38
* | | | Merge pull request #4689 from ethereum/cleanup-050-testschriseth2018-08-0623-106/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Cleanup 0.5.0 test casesAlex Beregszaszi2018-08-0623-106/+11
* | | | Merge pull request #4671 from ethereum/mappingTupleAssignmentchriseth2018-08-068-12/+144
|\ \ \ \ | |/ / / |/| | |
| * | | Additional semantics test cases.Daniel Kirchner2018-08-031-0/+45
| * | | Allow assignments to local variables of mapping types.Daniel Kirchner2018-08-035-4/+57
| * | | Disallow assignments to mappings within tuple assignments.Daniel Kirchner2018-08-034-12/+46
* | | | Merge pull request #4644 from ethereum/event_struct_errorchriseth2018-08-068-0/+28
|\ \ \ \
| * | | | Disallow structs in events without ABIEncoderV2Leonardo Alt2018-08-038-0/+28
| |/ / /
* | | | Merge pull request #4681 from ethereum/var-suggestion-crashchriseth2018-08-061-0/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix declaration suggestion for var with different number of componentsAlex Beregszaszi2018-08-041-0/+12
| |/ /
* | | Merge pull request #4677 from ethereum/jsonAstTestExtractionchriseth2018-08-0658-473/+5054
|\ \ \
| * | | Extract AST JSON tests.Daniel Kirchner2018-08-0454-470/+4753
| * | | Infrastructure for extracting JSON AST tests.Daniel Kirchner2018-08-045-4/+302
| |/ /
* | | Merge pull request #4412 from ethereum/v050-reference-resolver-errorTypeForLooseChristian Parpart2018-08-0417-212/+29
|\ \ \
| * | | Drops tests for inline assembly jumps and function access as both isn't possi...Christian Parpart2018-08-021-46/+0
| * | | Drop swap_peephole_optimization test from EndToEndTestsChristian Parpart2018-08-021-44/+0
| * | | Update tests to remove support for loose assemblyChristian Parpart2018-08-0210-81/+24
| * | | Disallow loos assembly in Solidity by permanently setting it to SyntaxError (...Christian Parpart2018-08-0212-47/+11
| | |/ | |/|
* | | Merge pull request #4662 from evgeniuz/developAlex Beregszaszi2018-08-031-0/+18
|\ \ \ | |_|/ |/| |
| * | added helper function that joins vectors of strings, refactored suggestions f...Evgeniy Filatov2018-08-031-0/+18
| |/
* / Turn warning about uninitialized storage returns into an error.Daniel Kirchner2018-08-0321-178/+178
|/
* Merge pull request #4646 from ethereum/smt_model_secondary_locationAlex Beregszaszi2018-08-021-1/+1
|\
| * SMT model variables are sorted and printed as secondary source locationLeonardo Alt2018-08-021-1/+1
* | Merge pull request #4399 from ethereum/contractWhitespaceAlex Beregszaszi2018-08-0243-792/+792
|\ \ | |/ |/|
| * Remove trailing whitespace in all contract files.Daniel Kirchner2018-08-0243-792/+792
* | Add additional test cases.Daniel Kirchner2018-08-012-0/+10
* | Do not exclude public state variables when looking for conflicting declarations.Daniel Kirchner2018-08-014-0/+27
|/
* Merge pull request #4378 from ethereum/noBaseWithoutArgumentsAlex Beregszaszi2018-08-012-1/+10
|\
| * Correctly determine whether base constructor is called without parentheses.chriseth2018-08-011-0/+9
| * Disallow calling base constructors without arguments.chriseth2018-08-011-1/+1
* | Adds positive/negative tests for checking error on cyclic dependency checker ...Christian Parpart2018-08-014-0/+791
|/
* Fix tests regarding contract type conversion.chriseth2018-08-0116-34/+35
* Disallow conversion between unrelated contract types.chriseth2018-08-0111-8/+72
* Merge pull request #4507 from ethereum/v050-var-keyword-trace-removalsAlex Beregszaszi2018-08-015-0/+40
|\
| * Ensures an empty use of var keyword is caught with the proper error message.Christian Parpart2018-08-015-0/+40
* | Merge pull request #4625 from ethereum/pragma-cleanupAlex Beregszaszi2018-07-316-20/+12
|\ \
| * | Replace stray solidity pragma with progamatically inserting it in SolidityOpt...Alex Beregszaszi2018-07-311-4/+2
| * | Remove unnecesary version pragma from some syntax testsAlex Beregszaszi2018-07-315-16/+10
* | | Fix crash when FunctionType has undeclared type as parameterLeonardo Alt2018-07-317-11/+36
|/ /
* | Replace dev::eth namespace with dev::lll in LLLAlex Beregszaszi2018-07-285-8/+8
* | Merge pull request #4556 from ethereum/library-data-locationsAlex Beregszaszi2018-07-266-0/+22
|\ \
| * | Add tests for data locations within librariesAlex Beregszaszi2018-07-256-0/+22
* | | Merge pull request #4561 from ethereum/scanner-testsAlex Beregszaszi2018-07-261-1/+18
|\ \ \
| * | | Scanner tests for all shiftsAlex Beregszaszi2018-07-251-1/+10
| * | | Scanner tests for all escapesAlex Beregszaszi2018-07-251-0/+8
| |/ /
* | | Merge pull request #4562 from ethereum/parser-testsAlex Beregszaszi2018-07-2512-0/+61
|\ \ \
| * | | Add syntax tests for import statementsAlex Beregszaszi2018-07-255-0/+15
| * | | Add syntax test for illegal pragma keyAlex Beregszaszi2018-07-251-0/+4
| * | | Add syntax test for location specifier redeclarationsAlex Beregszaszi2018-07-253-0/+23
| * | | Add syntax test for empty emit statementAlex Beregszaszi2018-07-251-0/+7
| * | | Add syntax tests for assembly block type (evmasm)Alex Beregszaszi2018-07-252-0/+12
| |/ /
* | | Fix upstream issues in stringutilsAlex Beregszaszi2018-07-251-1/+1
* | | Update stringutils to upstream 3c63f18Alex Beregszaszi2018-07-251-98/+104
* | | Add more tests for inlineasm/AsmAnalyzerAlex Beregszaszi2018-07-255-0/+60
* | | Add more comprehensive tests for embedded inline assembly LValue/RValue accessAlex Beregszaszi2018-07-257-0/+74
|/ /
* | Merge pull request #4572 from ethereum/cmake-boost-testsAlex Beregszaszi2018-07-251-1/+1
|\ \
| * | Do not include single-header boost_unit_testPaweł Bylica2018-07-251-1/+1
* | | Merge pull request #4554 from ethereum/indexing-testsAlex Beregszaszi2018-07-256-0/+46
|\ \ \
| * | | Add comprehensive syntax tests for indexed accessAlex Beregszaszi2018-07-256-0/+46
| |/ /
* / / More consistent catch statementsAlex Beregszaszi2018-07-251-1/+1
|/ /
* | Add syntax tests for unknown / invalid pragmaAlex Beregszaszi2018-07-252-0/+6
* | Merge pull request #4527 from ethereum/mappingEnforceStorageAlex Beregszaszi2018-07-249-10/+37
|\ \
| * | Enforces data location of local mappings to storage.Erik Kundt2018-07-249-10/+37
* | | Disallow functions without implementation to use modifiers. This was already ...Christian Parpart2018-07-242-3/+3
| |/ |/|
* | Merge pull request #4439 from ethereum/address_memberschriseth2018-07-1925-144/+45
|\ \
| * | Changes in ExpressionCompilerLeonardo Alt2018-07-191-0/+6
| * | Removing tests that are not useful anymoreLeonardo Alt2018-07-183-43/+0
| * | Add suggestion to error messageLeonardo Alt2018-07-1712-12/+12
| * | Address members not accessible by contract instanceLeonardo Alt2018-07-1724-104/+42
* | | Adds warning if function is shadowing a contract.Erik Kundt2018-07-182-5/+10
* | | Adjusts syntax tests to new constructor syntax.Erik Kundt2018-07-1829-116/+3
| |/ |/|
* | Adds comment about reasoning behind syntax test.Erik Kundt2018-07-181-3/+5
* | Removes obsolete syntax tests.Erik Kundt2018-07-182-10/+0
* | Suggests external for fallback and interface functions.chriseth2018-07-187-6/+16
* | Adjusts tests to expect type errors on default visibility.Erik Kundt2018-07-187-18/+7
|/
* Merge pull request #4463 from ethereum/isoltest-colors-on-windowsChristian Parpart2018-07-171-0/+26
|\
| * isoltest: adds support for properly handling ANSI escape sequences on Win32/W...Christian Parpart2018-07-161-0/+26
* | Add missing period in the end of error messagesLeonardo Alt2018-07-1633-33/+33
* | Merge pull request #4481 from ethereum/disallow-throwchriseth2018-07-1629-124/+107
|\ \
| * | Replace throw with revert() in compilation testsAlex Beregszaszi2018-07-1623-92/+92
| * | Replace throw with revert() in end-to-end testsAlex Beregszaszi2018-07-163-14/+14
| * | Deprecate the throw statementAlex Beregszaszi2018-07-163-18/+1
* | | Fixes end-to-end tests.Erik Kundt2018-07-164-16/+16
* | | Moves unit test from initial branch.Erik Kundt2018-07-161-18/+18
* | | Specifies visibility in syntax test.Erik Kundt2018-07-161-3/+3
* | | Specifies visibility in unit tests.Erik Kundt2018-07-169-150/+150
|/ /
* | Merge pull request #4500 from ethereum/v050-interface-functions-must-be-externalchriseth2018-07-1610-15/+11
|\ \
| * | enforce interface-functions to be external-declaredChristian Parpart2018-07-1610-15/+11
| |/
* | Added default data locations to parameters for end to end tests.Chase McDermott2018-07-1611-240/+240
* | Added default data locations to docs and other external tests.Chase McDermott2018-07-1526-74/+74
|/
* Merge pull request #4438 from ethereum/address_members_external_tests_docschriseth2018-07-138-9/+9
|\
| * Update external tests and docsLeonardo Alt2018-07-128-9/+9
* | Merge pull request #4501 from ethereum/recursiveStructsWithFixedArrayschriseth2018-07-1312-0/+139
|\ \
| * | Add test cases.Daniel Kirchner2018-07-1312-0/+139
* | | Update tests.Daniel Kirchner2018-07-1322-103/+177
|/ /
* | Merge pull request #4437 from ethereum/report-empty-var-declschriseth2018-07-133-0/+22
|\ \
| * | Generates a syntax error when declaring a variable declaration's LHS has no n...Christian Parpart2018-07-123-0/+22
* | | Merge pull request #4478 from ethereum/requireStorageLocationchriseth2018-07-1320-68/+53
|\ \ \ | |/ / |/| |
| * | Update compilation tests wrt requiring storage locations.Daniel Kirchner2018-07-124-12/+12
| * | Update test wrt requiring storage locations.Daniel Kirchner2018-07-1216-56/+41
| |/
* | Merge pull request #4428 from ethereum/enforce_staticcall_viewchriseth2018-07-121-1/+37
|\ \
| * | Use STATICCALL for view and pureLeonardo Alt2018-07-111-1/+37
* | | Merge pull request #4083 from ethereum/variable_stack_slotchriseth2018-07-121-2/+316
|\ \ \ | |_|/ |/| |
| * | Change test from public to externalLeonardo Alt2018-07-111-1/+1
| * | Added assertion and tests suggestionsLeonardo Alt2018-07-111-5/+13
| * | Add more tests and assertionsLeonardo Alt2018-07-111-1/+153
| * | Added tests and review suggestionsLeonardo Alt2018-07-111-0/+154
* | | Added default data locations to parameters for syntax tests.Chase McDermott2018-07-1238-83/+83
* | | Merge pull request #4461 from ethereum/fuzzer-fixchriseth2018-07-121-0/+4
|\ \ \
| * | | Catch the proper exceptions in solfuzzerAlex Beregszaszi2018-07-121-0/+4
* | | | Merge pull request #4443 from ethereum/double_var_decl_fixchriseth2018-07-123-0/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Fix crash for double variable declaration in the same scope.Leonardo Alt2018-07-113-0/+34
| |/ /
* | | Merge pull request #4480 from ethereum/fixZeroWithExponentchriseth2018-07-122-23/+29
|\ \ \
| * | | Split test case into failing and succeeding case.Daniel Kirchner2018-07-112-24/+29
| * | | Fix literals with exponents with mantissa of zero.Daniel Kirchner2018-07-111-0/+1
* | | | Merge pull request #4404 from ethereum/v050-var-keyword-suggestChristian Parpart2018-07-111-0/+23
|\ \ \ \ | |/ / / |/| | |
| * | | semantics: Suggest auto-deduced type when user declares variable with `var` k...Christian Parpart2018-07-111-0/+23
* | | | Merge pull request #4454 from ethereum/constructorArgCountchriseth2018-07-114-12/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Cleans up syntax test.Erik Kundt2018-07-111-4/+1
| * | | Improves error with suggestion to remove parantheses.Erik Kundt2018-07-113-3/+6
| * | | Updates Changelog, syntax test and simplifies type checker.Erik Kundt2018-07-111-7/+1
| * | | Turns wrong argument count in base constructor call into en error.Erik Kundt2018-07-112-10/+7
| |/ /
* | | Merge pull request #4388 from ethereum/noPackedLiteralschriseth2018-07-113-15/+6
|\ \ \
| * | | Disallow packed encoding of literals.chriseth2018-07-033-15/+6
* | | | test: Fix typos.Cryptomental2018-07-1122-73/+73
| |/ / |/| |
* | | Merge pull request #4376 from ethereum/fallbackExternalchriseth2018-07-1110-26/+7
|\ \ \
| * | | Update tests.chriseth2018-07-0410-26/+7
* | | | Merge pull request #4464 from cryptomental/bugfix/fix-typos-in-AsmParser-and-...chriseth2018-07-113-2/+9
|\ \ \ \
| * | | | libsolidity/syntaxTests: Add a test case for unwanted named arguments.Cryptomental2018-07-101-0/+7
| * | | | AsmParser,TypeChecker: Fix typos.Cryptomental2018-07-102-2/+2
* | | | | Merge pull request #4466 from ethereum/tupleNotEmptychriseth2018-07-118-38/+24
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Update end-to-end tests.Daniel Kirchner2018-07-101-1/+1
| * | | | Update tests.Daniel Kirchner2018-07-107-37/+23
* | | | | defaulting to v0.5.0 behaviour of unary + operator (disallow); also adapting ...Christian Parpart2018-07-104-21/+2
* | | | | Merge pull request #4415 from ethereum/uninitializedStoragePointerchriseth2018-07-109-38/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update tests.Daniel Kirchner2018-07-109-38/+24
| |/ / /
* / / / Update tests.Daniel Kirchner2018-07-107-50/+17
|/ / /
* | | Merge pull request #4440 from ethereum/hex_denomination_enforce_errorchriseth2018-07-092-7/+1
|\ \ \
| * | | Enforce error on hex number combined with unit denominationLeonardo Alt2018-07-092-7/+1
* | | | Merge pull request #4403 from ethereum/syntaxTestsVisibilitychriseth2018-07-0937-613/+616
|\ \ \ \ | |/ / / |/| | |
| * | | Updates interface constructor and function type test.Erik Kundt2018-07-073-15/+18
| * | | Fixes wrong visibility specifier in interface constructor test.Erik Kundt2018-07-042-9/+9
| * | | Fixes broken syntax tests.Erik Kundt2018-07-042-18/+9
| * | | Adds default visibility specifier to syntax tests.Erik Kundt2018-07-0437-610/+619
| |/ /
* | | Merge pull request #4432 from ethereum/visibilityCompilationTestsAlex Beregszaszi2018-07-0942-137/+137
|\ \ \
| * | | Adds visibility to compilation tests.Erik Kundt2018-07-0542-137/+137
* | | | Merge pull request #4366 from ethereum/libsolc-cleanupAlex Beregszaszi2018-07-091-2/+22
|\ \ \ \
| * | | | Add new libsolc entry points (solidity_license/version/compile)Alex Beregszaszi2018-06-301-0/+20
| * | | | Rename JSONCompiler test suite to LibSolcAlex Beregszaszi2018-06-291-2/+2
* | | | | Merge pull request #4418 from ethereum/initialConstantschriseth2018-07-052-2/+2
|\ \ \ \ \
| * | | | | Only allow compile-time constants for constant state variables.chriseth2018-07-042-2/+2
| | |_|/ / | |/| | |
* | | | | Fix allocation of byte arrays.chriseth2018-07-051-2/+3
* | | | | Fixes compilation errors.Erik Kundt2018-07-041-3/+3
* | | | | Fixes defects in end-to-end tests.Erik Kundt2018-07-041-7/+7
* | | | | Fixes assembly test.Erik Kundt2018-07-041-7/+7
* | | | | Updates unit test to specify visibility.Erik Kundt2018-07-0412-104/+104
* | | | | Updates end-to-end tests to specify default visibility.Erik Kundt2018-07-041-787/+787
| |_|/ / |/| | |
* | | | Merge pull request #4409 from ethereum/viewPureCheckerchriseth2018-07-0419-11/+163
|\ \ \ \
| * | | | Extend view pure test suite.Daniel Kirchner2018-07-0417-3/+162
| * | | | Adjust tests wrt strict view pure checker.Daniel Kirchner2018-07-042-8/+1
| |/ / /
* / / / Enforcing error on msg.gas and block.blockhash()Leonardo Alt2018-07-048-41/+11
|/ / /
* | | Merge pull request #4379 from ethereum/constructorArgsTwicechriseth2018-07-048-30/+14
|\ \ \
| * | | Fix tests.chriseth2018-06-291-22/+6
| * | | Disallow constructor arguments given multiple times.chriseth2018-06-297-8/+8
* | | | Merge pull request #4413 from ethereum/dropConstantKeywordOnlychriseth2018-07-046-77/+13
|\ \ \ \
| * | | | Update test suite.Daniel Kirchner2018-07-036-77/+13
| | |_|/ | |/| |
* | | | Merge pull request #4389 from ethereum/soltestfixchriseth2018-07-031-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fix default difficulty to comply with YP rulesDimitry2018-06-301-2/+2
| |/ /
* | | Update compilation tests.Daniel Kirchner2018-07-0346-166/+170
* | | Update test contracts.Daniel Kirchner2018-07-033-24/+24
* | | Merge pull request #4374 from ethereum/v050-var-keyword-removal-preps-end2end...chriseth2018-07-037-84/+75
|\ \ \
| * | | test: ensure compiled tests do not use var-keyword in preparation of var-keyw...Christian Parpart2018-07-027-84/+75
| |/ /
* | | Merge pull request #4305 from ethereum/transactionReceiptschriseth2018-07-0212-1/+56
|\ \ \
| * | | Determine transaction status in RPC sessions.Daniel Kirchner2018-07-0212-1/+56
| |/ /
* | | Remove trailing whitespace in missing visibility warning.Daniel Kirchner2018-07-023-3/+3
* | | Merge pull request #4386 from ethereum/testingDefaultVisibilitychriseth2018-07-0243-189/+136
|\ \ \
| * | | Adds review suggestions.Erik Kundt2018-07-022-2/+7
| * | | Updates syntax tests to specify default visibility.Erik Kundt2018-06-2945-196/+138
| |/ /
* | | Merge pull request #4224 from ethereum/revert_wrong_calldatachriseth2018-07-021-10/+4
|\ \ \ | |/ / |/| |
| * | Revert if calldata is too short or points out of boundsLeonardo Alt2018-06-261-10/+4
* | | Merge pull request #4354 from ethereum/constructorSyntaxTestschriseth2018-06-2929-160/+154
|\ \ \
| * | | Updates invalid syntax test.Erik Kundt2018-06-291-1/+2
| * | | Updates syntax tests to new constructor syntax.Erik Kundt2018-06-2920-50/+43
| * | | Updates compiled unit tests to new constructor syntax.Erik Kundt2018-06-299-110/+110
* | | | Merge pull request #4352 from D-Nice/developchriseth2018-06-292-0/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Add passing test caseD-Nice2018-06-292-2/+13
| * | | Adds storage_reference.sol syntax testD-Nice2018-06-281-0/+11
* | | | Fallback function has to be external: backwards-compatible changes.chriseth2018-06-2940-94/+112
| |_|/ |/| |
* | | Merge pull request #4365 from ethereum/type-identifier-testAlex Beregszaszi2018-06-281-2/+18
|\ \ \
| * | | Add more FixedPoint type testsAlex Beregszaszi2018-06-281-1/+16
| * | | Add one more type identifier escaping testAlex Beregszaszi2018-06-281-1/+2
* | | | Merge pull request #4097 from ethereum/noPackedExceptForPackedchriseth2018-06-2840-202/+196
|\ \ \ \ | |/ / / |/| | |
| * | | Also mention regular abi.encode in error message.chriseth2018-06-274-12/+12
| * | | Update tests and add new tests.chriseth2018-06-257-3/+71
| * | | Update compilation tests.chriseth2018-06-258-21/+21
| * | | Adjust tests.chriseth2018-06-2526-173/+103
| * | | Forwarding length check.chriseth2018-06-251-8/+4
* | | | Add emit keyword to tests.chriseth2018-06-275-111/+36
* | | | Add emit keyword to compilation tests.chriseth2018-06-2743-120/+120
* | | | Add some more emits.chriseth2018-06-273-22/+22
* | | | Remove non-0.5.0 warning for emit keyword (make it mandatory)Alex Beregszaszi2018-06-276-19/+6
* | | | Merge pull request #4318 from ethereum/yul-internalchriseth2018-06-2610-22/+22
|\ \ \ \
| * | | | Rename Julia to Yul in variablesAlex Beregszaszi2018-06-261-6/+6
| * | | | Rename test suites from J/Iulia* to Yul*Alex Beregszaszi2018-06-2610-16/+16
| |/ / /
* | | | test: Adapted to the change of the var-keyword elimination.Christian Parpart2018-06-2650-320/+119
* | | | test: drop obsoleted syntaxTest(s)Christian Parpart2018-06-262-19/+0
| |_|/ |/| |
* | | Updates external contracts to new constructor syntax.Erik Kundt2018-06-2639-41/+41
|/ /
* | Keep the 'if it not used as an address' helper message for all cases of addre...Alex Beregszaszi2018-06-254-4/+4
* | Do not change SMT testsAlex Beregszaszi2018-06-251-10/+10
* | Replace old Truffle artifacts in external Zeppelin/Gnosis testsAlex Beregszaszi2018-06-251-0/+7
* | Update external contracts in compilationTests (to support strict address lite...Alex Beregszaszi2018-06-2522-54/+54
* | Update tests for strict address literalsJason Cobb2018-06-2514-25/+24
|/
* Fixes soltest against "recent" cpp-ethereum builds.Christian Parpart2018-06-251-0/+2
* Disable gnosis tests temporarilyAlex Beregszaszi2018-06-221-1/+3
* Disallow the years unit denomination properlyAlex Beregszaszi2018-06-224-10/+3
* test: drop var-keyword in compilationTests in favor of explicit typesChristian Parpart2018-06-2115-119/+119
* Merge pull request #4306 from ethereum/remove_050_workaround_scopingchriseth2018-06-2128-106/+37
|\
| * C99 scoping rules by defaultLeonardo Alt2018-06-2028-106/+37
* | Merge pull request #4219 from ethereum/functionTypeNamedArgumentsAlex Beregszaszi2018-06-213-7/+6
|\ \ | |/ |/|
| * Return parameters in function types may not be named.Daniel Kirchner2018-06-183-7/+6
* | Merge pull request #4300 from nventuro/optimize-out-andchriseth2018-06-201-0/+25
|\ \
| * | Improves peephole_truthy_and test caseNicolás Venturo2018-06-201-2/+15
| * | Add TruthyAnd Peephole optimizationNicolás Venturo2018-06-151-0/+12
| |/
* | Disallow raw callcode (was deprecated in 0.4.12)Alex Beregszaszi2018-06-206-51/+4