| 
							
							
								 Alex Beregszaszi | fcf884f201 | Do not ignore fatal error in AsmParser for inline assembly | 2019-02-21 16:18:53 +00:00 |  | 
			
				
					| 
							
							
								 chriseth | 15d275ed37 | Merge pull request #6023 from ethereum/assignment-whitespace-op Add extra token for assembly assignment | 2019-02-21 14:43:29 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | f395d5bab4 | Add extra token for assembly assignment Adding an extra token for := prevents whitespace between : = being valid | 2019-02-21 13:58:21 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 27d936cf44 | Merge pull request #5102 from ethereum/abiencoderv2-tests Run all end-to-end tests with ABIEncoderV2 | 2019-02-21 13:11:06 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 8ace2c5b11 | Special treatment for differences between ABI encoders. | 2019-02-21 11:11:29 +00:00 |  | 
			
				
					| 
							
							
								 Erik Kundt | 6c7ad42e2d | Shares langutil code with soltest. | 2019-02-21 01:04:34 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 219406f45b | Add CLI option to soltest to always use ABIEncoderV2 | 2019-02-20 16:55:19 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | b14d22d11e | Tests for events with structs in libraries. | 2019-02-20 14:35:02 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 0613c69c4a | Merge pull request #6043 from ethereum/asm-jump-invalidlabel Proper error message for missing variables in inline assembly | 2019-02-20 14:32:40 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | fcd82025de | Merge pull request #6046 from ethereum/smt_division_tests [SMTChecker] Move tests that contain division to boost tests | 2019-02-20 14:29:15 +01:00 |  | 
			
				
					| 
							
							
								 Leonardo Alt | 123d0857c5 | [SMTChecker] Move tests that contain division to boost tests | 2019-02-20 12:17:03 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 687522a2f5 | Move inline assembly tests from nameAndTypeResolution to inlineAssembly | 2019-02-20 11:00:02 +00:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 52496ea719 | Proper error message for missing variables in inline assembly | 2019-02-20 10:36:55 +00:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | a63f7ca9df | Fix crash due to missing type info | 2019-02-19 17:28:44 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | d9e4a10d5a | Merge pull request #6000 from ethereum/fixECRecoverABIV2 Fixed internal error related to ecrecover and ABIEncoderV2. | 2019-02-19 14:36:08 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 874648b924 | Merge pull request #5999 from ethereum/smt_lazy_overflow [SMTChecker] Check for under/overflow in the end of the function | 2019-02-19 14:28:55 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 05541e5adb | Fixed internal error related to ecrecover and ABIEncoderV2. | 2019-02-19 14:17:03 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | d5791fef41 | Fix combination of delegatecall and ABIEncoderV2. We can set the flag to false for bare delegatecall, because we always
send a memory string and never a storage reference. | 2019-02-19 13:57:03 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 55c4131a03 | Merge pull request #6030 from ethereum/fixABIEncoderV2Mapping Allow cleanup for mappings (do nothing). | 2019-02-19 13:56:21 +01:00 |  | 
			
				
					| 
							
							
								 Leonardo Alt | 34470f3549 | [SMTChecker] Only check for overflow/underflow in the end of the function | 2019-02-18 23:55:58 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 2949bd14dd | Merge pull request #6028 from ethereum/warn-about-unused-struct-array-expr Detect custom type expressions that have no effect | 2019-02-18 21:12:04 +00:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | e3d4155fa8 | Detect custom type expressions that have no effect | 2019-02-18 18:59:31 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | c690f679cb | Allow cleanup for mappings (do nothing). | 2019-02-18 18:50:22 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 968ca88690 | Merge pull request #5872 from ethereum/semantic-tests-split Semantic test infrastructure | 2019-02-18 18:13:55 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 1b6d87c5bd | Merge pull request #5979 from ethereum/fix-context-for-hint Make sure "value" error hint is only displayed in the right context | 2019-02-18 17:35:31 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | e88765f936 | Merge pull request #6022 from ethereum/fixFunctionScoping Properly detect name clashes with functions before their definition. | 2019-02-18 16:47:21 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | ee9394b4aa | Move 'warnUnused' tests to subfolder | 2019-02-18 16:42:58 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 093b9ced97 | Make sure "value" error hint is only displayed in the right context Before, the hint would be shown for any "value" member, even a user-specified one. | 2019-02-18 16:29:57 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | cb0ad2266c | Merge pull request #6008 from ethereum/smt_fix_abstract_assignment [SMTChecker] Assert type is not function when assigning | 2019-02-18 14:54:20 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | b4cd2d6a93 | Properly detect name clashes with functions before their definition. | 2019-02-18 14:51:05 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | db7b38e3c4 | Merge pull request #5978 from ethereum/fix-broken-hint Fix error msg hint for non-payable contracts | 2019-02-18 11:49:07 +01:00 |  | 
			
				
					| 
							
							
								 Erik Kundt | dacad629ef | Adds semantic tests to test framework and isoltest. | 2019-02-15 13:27:15 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 419a12db03 | TypeChecker: Add test to increase coverage | 2019-02-14 13:41:33 +01:00 |  | 
			
				
					| 
							
							
								 Leonardo Alt | 22cdfb18d4 | [SMTChecker] Assert type is not function when assigning | 2019-02-14 13:32:56 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 10a9960eb3 | Fix error msg hint for non-payable contracts | 2019-02-14 11:39:19 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | c5879589af | Merge pull request #5998 from ethereum/codingStyleCheck More coding style checks | 2019-02-13 17:36:34 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 17ea467e5b | Fix style of "const". | 2019-02-13 16:34:53 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 1e603c27ea | Add tests to increase TypeChecker.cpp coverage | 2019-02-13 16:31:26 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 6a6cc27b71 | Rename & move tests of group typeChecking to subfolder | 2019-02-13 15:52:31 +01:00 |  | 
			
				
					| 
							
							
								 Erik Kundt | 190634e1f9 | Implements infrastructure for semantic tests. | 2019-02-13 13:05:58 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 0bd049c849 | Adapet uses of AssemblyStack. | 2019-02-13 12:23:07 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 9ab72f0188 | Merge pull request #5971 from ethereum/overloadedEvents More tests for overloaded events. | 2019-02-12 12:00:02 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 091bbdb459 | More tests for overloaded events. | 2019-02-12 10:54:58 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 0b392fff7e | Merge pull request #5968 from ethereum/calldataArrays Disallow calldata arrays with dynamically encoded base types in TypeChecker. | 2019-02-11 18:08:10 +01:00 |  | 
			
				
					| 
							
							
								 Daniel Kirchner | 9e32aa7510 | Disallow calldata arrays with dynamically encoded base types in TypeChecker. | 2019-02-11 17:13:12 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 91d224dfb6 | Merge pull request #5966 from ethereum/AnsiColorized Adapts tests/ to use AnsiColorized (the generalized/moved version of FormattedScope, which in turn is removed in this PR) | 2019-02-11 16:41:14 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 92cb6cb793 | Merge pull request #5936 from ethereum/calldataStructsV2 ABIEncoderV2: Implement calldata structs without dynamically encoded members. | 2019-02-11 16:18:27 +01:00 |  | 
			
				
					| 
							
							
								 Christian Parpart | 53f9be8a23 | Adapts tests/ to use AnsiColorized (the generalized/moved version of FormattedScope, which in turn is removed in this PR) | 2019-02-11 16:00:24 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 259d803387 | Conditional Expression: Delay invalid type fatal error Check the whole conditional first and then output errors for
both, the true and false expressions. | 2019-02-11 15:47:19 +01:00 |  | 
			
				
					| 
							
							
								 Mathias Baumann | 08977af843 | Rename & move test to move away from number prefix | 2019-02-11 15:47:19 +01:00 |  |