| .. | 
		
		
			
			
			
			
				| assign_to_instruction.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| assignment_to_function.sol | Detect assignment to function in inline assembly. | 2021-02-23 11:47:12 +01:00 | 
		
			
			
			
			
				| bare_instructions_disallowed.sol | simplify parser | 2020-12-03 17:14:49 +01:00 | 
		
			
			
			
			
				| calldata_array_offset.sol | Support .offset and .length for calldata bytes and string arrays. | 2020-11-18 01:45:56 +01:00 | 
		
			
			
			
			
				| calldata_array.sol | Support .offset and .length for calldata bytes and string arrays. | 2020-11-18 01:45:56 +01:00 | 
		
			
			
			
			
				| calldata_slot.sol | Support .offset and .length for calldata bytes and string arrays. | 2020-11-18 01:45:56 +01:00 | 
		
			
			
			
			
				| calldata_variables.sol | Support .offset and .length for calldata bytes and string arrays. | 2020-11-18 01:45:56 +01:00 | 
		
			
			
			
			
				| const_forward_reference.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| constant_access.sol | Support constant numbers in inline assembly. | 2019-07-02 14:01:05 +02:00 | 
		
			
			
			
			
				| constant_assignment.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| constant_length_access.sol | Correct wrong error message referencing .slotand.offsetwhen.lengthwas used | 2021-09-21 18:28:38 +02:00 | 
		
			
			
			
			
				| constant_variable_via_offset.sol | Use .slotand.offestto access storage items. | 2020-07-13 14:59:22 +02:00 | 
		
			
			
			
			
				| dot_in_fun_param.sol | Disallow dot in inline assembly identifiers. | 2020-07-08 19:29:58 +02:00 | 
		
			
			
			
			
				| dot_in_fundecl.sol | Disallow dot in inline assembly identifiers. | 2020-07-08 19:29:58 +02:00 | 
		
			
			
			
			
				| dot_in_multi_vardecl.sol | Disallow dot in inline assembly identifiers. | 2020-07-08 19:29:58 +02:00 | 
		
			
			
			
			
				| dot_in_vardecl.sol | Disallow dot in inline assembly identifiers. | 2020-07-08 19:29:58 +02:00 | 
		
			
			
			
			
				| dup_disallowed.sol | Updating tests after improving Yul error reporting | 2021-02-09 16:55:33 +01:00 | 
		
			
			
			
			
				| empty_fun_arg_beginning.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| empty_fun_arg_end.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| empty_fun_arg_middle.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| empty_function_name.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| external_function_pointer_offset.sol | Add ` .address and .selector` in inside assembly for external function pointers | 2021-10-04 18:05:57 +02:00 | 
		
			
			
			
			
				| identifier_starting_with_dot.sol | Disallow dot in inline assembly identifiers. | 2020-07-08 19:29:58 +02:00 | 
		
			
			
			
			
				| illegal_names.sol | Tests/Docs after disallowing super, this and _ as declaration names | 2020-11-25 11:14:13 +01:00 | 
		
			
			
			
			
				| internal_function_pointer_address.sol | Add ` .address and .selector` in inside assembly for external function pointers | 2021-10-04 18:05:57 +02:00 | 
		
			
			
			
			
				| internal_function_pointer_selector.sol | Add ` .address and .selector` in inside assembly for external function pointers | 2021-10-04 18:05:57 +02:00 | 
		
			
			
			
			
				| invalid_number.sol | Report illegal tokens in the Yul parser. | 2020-12-16 12:20:07 +01:00 | 
		
			
			
			
			
				| jump_disallowed.sol | Updating tests after improving Yul error reporting | 2021-02-09 16:55:33 +01:00 | 
		
			
			
			
			
				| jumpdest_disallowed.sol | Updating tests after improving Yul error reporting | 2021-02-09 16:55:33 +01:00 | 
		
			
			
			
			
				| jumpi_disallowed.sol | Updating tests after improving Yul error reporting | 2021-02-09 16:55:33 +01:00 | 
		
			
			
			
			
				| label_disallowed.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| leave_items_on_stack.sol | Fix typo in test name: leave_items_on_tack.sol->leave_items_on_stack.sol | 2021-09-21 16:28:16 +02:00 | 
		
			
			
			
			
				| literals_on_stack_disallowed.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| local_variable_access_out_of_functions_storage_ptr.sol | Use .slotand.offestto access storage items. | 2020-07-13 14:59:22 +02:00 | 
		
			
			
			
			
				| local_variable_access_out_of_functions.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| missing_variable_in_assign.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| missing_variable.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| multiple_assign_to_instruction.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| nested_function_local_access.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| pc_disallowed.sol | Remove errenous error duplication and move some tests around | 2020-07-28 10:45:27 +01:00 | 
		
			
			
			
			
				| push_disallowed.sol | Updating tests after improving Yul error reporting | 2021-02-09 16:55:33 +01:00 | 
		
			
			
			
			
				| storage_assignment_in_modifier.sol | Support .offset and .length for calldata bytes and string arrays. | 2020-11-18 01:45:56 +01:00 | 
		
			
			
			
			
				| storage_assignment.sol | Support .offset and .length for calldata bytes and string arrays. | 2020-11-18 01:45:56 +01:00 | 
		
			
			
			
			
				| storage_nonslot.sol | Support .offset and .length for calldata bytes and string arrays. | 2020-11-18 01:45:56 +01:00 | 
		
			
			
			
			
				| storage_variable_access_out_of_functions.sol | Trivial isoltest updates: missing // ---- at the end | 2021-04-20 17:38:29 +02:00 | 
		
			
			
			
			
				| swap_disallowed.sol | Updating tests after improving Yul error reporting | 2021-02-09 16:55:33 +01:00 | 
		
			
			
			
			
				| unbalanced_negative_stack.sol | simplify parser | 2020-12-03 17:14:49 +01:00 | 
		
			
			
			
			
				| unbalanced_positive_stack.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| unbalanced_two_stack_load.sol | Support .offset and .length for calldata bytes and string arrays. | 2020-11-18 01:45:56 +01:00 | 
		
			
			
			
			
				| variable_declaration_suffix_offset.sol | Use .slotand.offestto access storage items. | 2020-07-13 14:59:22 +02:00 | 
		
			
			
			
			
				| whitespace_in_assignment.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| whitespace_in_multiple_assignment.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 |