solidity/test/libsolidity/syntaxTests/structs
2019-10-02 16:29:36 +02:00
..
recursion Fix internal compiler error for arrays of recursive structs. 2019-10-01 16:51:14 +02:00
address_member_access.sol Replace casting of external functions to address by a member named "address". 2019-08-19 14:56:04 +02:00
address_member_declaration.sol Replace casting of external functions to address by a member named "address". 2019-08-19 14:56:04 +02:00
array_calldata.sol Allow calldata arrays with dynamically encoded base type. 2019-03-06 18:04:12 +01:00
calldata_array_assign.sol Better error messages when writing to expressions that cannot be written to. 2019-08-14 17:59:48 +02:00
calldata_assign.sol Better error messages when writing to expressions that cannot be written to. 2019-08-14 17:59:48 +02:00
calldata_dynamic.sol Allow dynamically encoded calldata structs with ABIEncoderV2. 2019-03-11 16:40:13 +01:00
calldata_struct_function_type.sol ABIEncoderV2: Implement calldata structs without dynamically encoded members. 2019-02-11 15:46:58 +01:00
calldata.sol ABIEncoderV2: Implement calldata structs without dynamically encoded members. 2019-02-11 15:46:58 +01:00
contract_global_struct_name_clash.sol Allow global struct definitions. 2019-09-02 11:17:42 +02:00
global_struct_contract_name_clash.sol Allow global struct definitions. 2019-09-02 11:17:42 +02:00
global_struct_shadowing.sol Allow global struct definitions. 2019-09-02 11:17:42 +02:00
global_struct.sol Allow global struct definitions. 2019-09-02 11:17:42 +02:00
global_structs_name_clash.sol Allow global struct definitions. 2019-09-02 11:17:42 +02:00
memory_to_calldata.sol Better error messages when writing to expressions that cannot be written to. 2019-08-14 17:59:48 +02:00