| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										abstract
									
								
							
						
					
				 | 
				
					
						
							
							Fix abstract without contract.
						
					
				 | 
				2020-02-05 12:14:14 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										array
									
								
							
						
					
				 | 
				
					
						
							
							Stricter bounds for memory arrays.
						
					
				 | 
				2020-04-16 17:51:18 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										bound
									
								
							
						
					
				 | 
				
					
						
							
							Add assert and tests for bound functions
						
					
				 | 
				2018-11-22 14:41:39 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										constants
									
								
							
						
					
				 | 
				
					
						
							
							Compile succeeding syntax tests.
						
					
				 | 
				2019-08-16 17:14:49 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										constructor
									
								
							
						
					
				 | 
				
					
						
							
							Disallow virtual and override for constructors.
						
					
				 | 
				2020-04-15 13:58:37 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										controlFlow
									
								
							
						
					
				 | 
				
					
						
							
							New folder localStorageVariable for new testcases; added two new tests
						
					
				 | 
				2020-04-02 16:34:45 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										conversion
									
								
							
						
					
				 | 
				
					
						
							
							Merge remote-tracking branch 'origin/develop' into merge_develop_060
						
					
				 | 
				2019-11-20 12:27:40 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										dataLocations
									
								
							
						
					
				 | 
				
					
						
							
							Require unimplemented functions to be virtual.
						
					
				 | 
				2019-12-02 21:59:00 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										denominations
									
								
							
						
					
				 | 
				
					
						
							
							Enforce error on hex number combined with unit denomination
						
					
				 | 
				2018-07-09 17:19:41 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										emit
									
								
							
						
					
				 | 
				
					
						
							
							Make type error fatal to prevent assert failure at later point
						
					
				 | 
				2020-02-13 15:16:28 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										enums
									
								
							
						
					
				 | 
				
					
						
							
							Allow global enum definitions.
						
					
				 | 
				2019-09-02 11:52:51 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										events
									
								
							
						
					
				 | 
				
					
						
							
							Do not call ABIEncoderV2 experimental.
						
					
				 | 
				2019-12-12 10:59:07 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										fallback
									
								
							
						
					
				 | 
				
					
						
							
							Fix error message suggestion for receive
						
					
				 | 
				2020-01-14 23:24:27 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										functionCalls
									
								
							
						
					
				 | 
				
					
						
							
							Fix calling unimplemented base function.
						
					
				 | 
				2020-03-06 10:51:16 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										functionTypes
									
								
							
						
					
				 | 
				
					
						
							
							Extract typing.
						
					
				 | 
				2020-04-14 10:59:28 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										getter
									
								
							
						
					
				 | 
				
					
						
							
							Do not call ABIEncoderV2 experimental.
						
					
				 | 
				2019-12-12 10:59:07 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										globalFunctions
									
								
							
						
					
				 | 
				
					
						
							
							Add missing dots in deprecation warning
						
					
				 | 
				2019-10-23 12:23:21 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										iceRegressionTests
									
								
							
						
					
				 | 
				
					
						
							
							Review suggestions.
						
					
				 | 
				2020-04-16 16:42:12 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										immutable
									
								
							
						
					
				 | 
				
					
						
							
							Export immutability.
						
					
				 | 
				2020-04-07 17:30:54 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										imports
									
								
							
						
					
				 | 
				
					
						
							
							Do not call ABIEncoderV2 experimental.
						
					
				 | 
				2019-12-12 10:59:07 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										indexing
									
								
							
						
					
				 | 
				
					
						
							
							Fix crash for too large struct array indicies
						
					
				 | 
				2019-02-06 11:50:25 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										inheritance
									
								
							
						
					
				 | 
				
					
						
							
							Anything outside storage is always a pointer.
						
					
				 | 
				2020-03-23 15:34:10 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										inline_arrays
									
								
							
						
					
				 | 
				
					
						
							
							Compile succeeding syntax tests.
						
					
				 | 
				2019-08-16 17:14:49 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										inlineAssembly
									
								
							
						
					
				 | 
				
					
						
							
							Disallow access to functions from inline assembly.
						
					
				 | 
				2020-04-01 10:34:55 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										literalOperations
									
								
							
						
					
				 | 
				
					
						
							
							Add tests for literal operations as well.
						
					
				 | 
				2018-04-11 23:20:40 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										literals
									
								
							
						
					
				 | 
				
					
						
							
							Allow  underscores in hex strings.
						
					
				 | 
				2019-09-06 17:58:35 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										lvalues
									
								
							
						
					
				 | 
				
					
						
							
							Do not warn about enabled ABIEncoderV2 anymore.
						
					
				 | 
				2019-11-26 15:49:42 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										memberLookup
									
								
							
						
					
				 | 
				
					
						
							
							Fix assignment of struct containing array of mappings
						
					
				 | 
				2019-05-25 01:33:49 +08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										metaTypes
									
								
							
						
					
				 | 
				
					
						
							
							Add some more abstract keywords in test to make sure the correct property is tested.
						
					
				 | 
				2019-11-04 17:26:38 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										modifiers
									
								
							
						
					
				 | 
				
					
						
							
							Tests, Changelog and updated grammar
						
					
				 | 
				2020-04-23 17:27:37 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										multiSource
									
								
							
						
					
				 | 
				
					
						
							
							Support multiple sources for syntax tests.
						
					
				 | 
				2019-08-19 14:45:26 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										multiVariableDeclaration
									
								
							
						
					
				 | 
				
					
						
							
							Require unimplemented functions to be virtual.
						
					
				 | 
				2019-12-02 21:59:00 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										nameAndTypeResolution
									
								
							
						
					
				 | 
				
					
						
							
							Refactoring of errors and fixes for various ICEs.
						
					
				 | 
				2020-04-16 16:42:12 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										natspec
									
								
							
						
					
				 | 
				
					
						
							
							Add natspec test with too many return tags
						
					
				 | 
				2020-03-24 13:04:07 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										parsing
									
								
							
						
					
				 | 
				
					
						
							
							Extract typing.
						
					
				 | 
				2020-04-14 10:59:28 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										pragma
									
								
							
						
					
				 | 
				
					
						
							
							Add syntax tests for unknown / invalid pragma
						
					
				 | 
				2018-07-24 18:35:47 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										receiveEther
									
								
							
						
					
				 | 
				
					
						
							
							Fix error message suggestion for receive
						
					
				 | 
				2020-01-14 23:24:27 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										returnExpressions
									
								
							
						
					
				 | 
				
					
						
							
							Add tests to increase coverage of TypeChecker
						
					
				 | 
				2019-02-06 20:45:30 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										scoping
									
								
							
						
					
				 | 
				
					
						
							
							Do not exclude public state variables when looking for conflicting declarations.
						
					
				 | 
				2018-08-01 14:31:04 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										specialFunctions
									
								
							
						
					
				 | 
				
					
						
							
							TypeChecker error when encoding functions with call options; tests
						
					
				 | 
				2020-04-07 21:11:46 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										string
									
								
							
						
					
				 | 
				
					
						
							
							Update tests after merge from develop.
						
					
				 | 
				2019-11-26 16:27:07 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										structs
									
								
							
						
					
				 | 
				
					
						
							
							Move direct struct recursion check to detect recursion in global structs.
						
					
				 | 
				2020-04-16 16:42:12 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										tryCatch
									
								
							
						
					
				 | 
				
					
						
							
							Fix scoping following try/catch.
						
					
				 | 
				2020-03-09 13:14:13 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										tupleAssignments
									
								
							
						
					
				 | 
				
					
						
							
							Disallow empty tuples on the left hand side
						
					
				 | 
				2020-04-23 07:02:04 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										types
									
								
							
						
					
				 | 
				
					
						
							
							Review suggestions.
						
					
				 | 
				2020-04-16 16:42:12 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										unterminatedBlocks
									
								
							
						
					
				 | 
				
					
						
							
							Add syntax tests to augment the test coverage of
						
					
				 | 
				2018-09-20 23:02:44 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										unusedVariables
									
								
							
						
					
				 | 
				
					
						
							
							Tests.
						
					
				 | 
				2019-09-23 17:22:56 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										variableDeclaration
									
								
							
						
					
				 | 
				
					
						
							
							Changed error message and added tests
						
					
				 | 
				2018-09-04 11:48:58 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										viewPure
									
								
							
						
					
				 | 
				
					
						
							
							Added default data locations to parameters for syntax tests.
						
					
				 | 
				2018-07-11 20:24:50 -05:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										viewPureChecker
									
								
							
						
					
				 | 
				
					
						
							
							Validate immutable variables
						
					
				 | 
				2020-04-02 13:52:27 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										virtualLookup
									
								
							
						
					
				 | 
				
					
						
							
							Changelog entry.
						
					
				 | 
				2018-03-13 16:55:41 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										visibility
									
								
							
						
					
				 | 
				
					
						
							
							Require unimplemented functions to be virtual.
						
					
				 | 
				2019-12-02 21:59:00 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								bytecode_too_large.sol
							
						
					
				 | 
				
					
						
							
							Issue warning if codesize exceeds EIP-170 limits
						
					
				 | 
				2019-12-25 19:51:35 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								constructor_this.sol
							
						
					
				 | 
				
					
						
							
							Stricter check for member access to "this" in constructor.
						
					
				 | 
				2018-04-13 15:57:13 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								cycle_checker_function_type.sol
							
						
					
				 | 
				
					
						
							
							Move assertion in PostTypeChecker's ConstStateVarCircularReferenceChecker to account for function type variables
						
					
				 | 
				2020-02-12 17:42:27 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								deprecated_functions.sol
							
						
					
				 | 
				
					
						
							
							Add missing dots in deprecation warning
						
					
				 | 
				2019-10-23 12:23:21 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								double_stateVariable_declaration.sol
							
						
					
				 | 
				
					
						
							
							Add source locations to syntax test expectations.
						
					
				 | 
				2018-04-10 14:08:22 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								double_variable_declaration.sol
							
						
					
				 | 
				
					
						
							
							C99 scoping rules by default
						
					
				 | 
				2018-06-20 12:53:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								empty_struct.sol
							
						
					
				 | 
				
					
						
							
							Enforce disallowing empty structs
						
					
				 | 
				2018-06-14 00:24:43 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								literal_comparisons.sol
							
						
					
				 | 
				
					
						
							
							Fix bug in typechecking when comparing rational literals
						
					
				 | 
				2018-04-11 12:03:08 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								missing_state_variable.sol
							
						
					
				 | 
				
					
						
							
							Add missing period in the end of error messages
						
					
				 | 
				2018-07-16 16:11:39 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								more_than_256_declarationerrors.sol
							
						
					
				 | 
				
					
						
							
							Adds default visibility specifier to syntax tests.
						
					
				 | 
				2018-07-04 10:45:59 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								more_than_256_importerrors.sol
							
						
					
				 | 
				
					
						
							
							Fix CompilerStack::loadMissingSources()
						
					
				 | 
				2020-02-12 11:22:11 -05:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								more_than_256_syntaxerrors.sol
							
						
					
				 | 
				
					
						
							
							Adds default visibility specifier to syntax tests.
						
					
				 | 
				2018-07-04 10:45:59 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								multiline_comments.sol
							
						
					
				 | 
				
					
						
							
							Add syntax tests to augment the test coverage of
						
					
				 | 
				2018-09-20 23:02:44 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								signed_rational_modulus.sol
							
						
					
				 | 
				
					
						
							
							Compile succeeding syntax tests.
						
					
				 | 
				2019-08-16 17:14:49 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								smoke_test.sol
							
						
					
				 | 
				
					
						
							
							Add source locations to syntax test expectations.
						
					
				 | 
				2018-04-10 14:08:22 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								tight_packing_literals_fine.sol
							
						
					
				 | 
				
					
						
							
							Added default data locations to parameters for syntax tests.
						
					
				 | 
				2018-07-11 20:24:50 -05:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								tight_packing_literals.sol
							
						
					
				 | 
				
					
						
							
							Added default data locations to parameters for syntax tests.
						
					
				 | 
				2018-07-11 20:24:50 -05:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								unicode_escape_literals.sol
							
						
					
				 | 
				
					
						
							
							Adapting tests to Scanner's lexical error diagnostics change.
						
					
				 | 
				2018-11-24 12:59:37 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								unimplemented_super_function_derived.sol
							
						
					
				 | 
				
					
						
							
							Implement virtual keyword
						
					
				 | 
				2019-11-14 11:49:39 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								unimplemented_super_function.sol
							
						
					
				 | 
				
					
						
							
							Implement virtual keyword
						
					
				 | 
				2019-11-14 11:49:39 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								upper_case_hex_literals.sol
							
						
					
				 | 
				
					
						
							
							Add syntax tests to augment the test coverage of
						
					
				 | 
				2018-09-20 23:02:44 +02:00 |