solidity/test/libsolidity/semanticTests/structs
Djordje Mijovic ad8d840ee7 [Sol->Yul] Implementing conversion of struct to struct pointer.
Co-authored-by: Daniel Kirchner <daniel@ekpyron.org>
2020-10-08 16:37:57 +02:00
..
calldata Implementing struct copying from calldata to storage 2020-09-02 12:28:53 +02:00
conversion Update tests. 2020-07-07 12:16:18 +02:00
array_of_recursive_struct.sol
delete_struct.sol Update tests. 2020-07-07 12:16:18 +02:00
global.sol Yul: Implement memory struct allocation 2020-07-02 16:37:20 +02:00
lone_struct_array_type.sol
memory_struct_named_constructor.sol Yul: Implement memory struct allocation 2020-07-02 16:37:20 +02:00
memory_structs_as_function_args.sol Yul: Implement memory struct allocation 2020-07-02 16:37:20 +02:00
memory_structs_nested_load.sol
memory_structs_nested.sol Yul: Implement memory struct allocation 2020-07-02 16:37:20 +02:00
memory_structs_read_write.sol
multislot_struct_allocation.sol Yul: Implement memory struct allocation 2020-07-02 16:37:20 +02:00
nested_struct_allocation.sol Yul: Implement memory struct allocation 2020-07-02 16:37:20 +02:00
recursive_struct_2.sol [Sol->Yul] Implementing conversion of struct to struct pointer. 2020-10-08 16:37:57 +02:00
recursive_structs.sol Enabling triggered tests and adding one new for deleting struct 2020-10-08 15:27:33 +02:00
simple_struct_allocation.sol Yul: Implement memory struct allocation 2020-07-02 16:37:20 +02:00
struct_assign_reference_to_struct.sol Update tests. 2020-07-07 12:16:18 +02:00
struct_constructor_nested.sol Update tests. 2020-07-07 12:16:18 +02:00
struct_copy_via_local.sol [Sol->Yul] Implementing struct copying from storage to memory 2020-09-02 12:28:53 +02:00
struct_copy.sol
struct_delete_member.sol [Sol->Yul] Implementing conversion of struct to struct pointer. 2020-10-08 16:37:57 +02:00
struct_delete_storage_with_array.sol Enabling triggered tests and adding one new for deleting struct 2020-10-08 15:27:33 +02:00
struct_delete_storage.sol Enabling triggered tests and adding one new for deleting struct 2020-10-08 15:27:33 +02:00
struct_delete_struct_in_mapping.sol Enabling triggered tests and adding one new for deleting struct 2020-10-08 15:27:33 +02:00
struct_memory_to_storage_function_ptr.sol Adding tests for copying structs with function pointers between storage and memory 2020-09-02 12:28:53 +02:00
struct_memory_to_storage.sol [Sol->Yul] Implementing struct copying from memory to storage 2020-09-02 12:28:53 +02:00
struct_named_constructor.sol [Sol->Yul] Implementing struct copying from memory to storage 2020-09-02 12:28:53 +02:00
struct_reference.sol [Sol->Yul] Implementing conversion of struct to struct pointer. 2020-10-08 16:37:57 +02:00
struct_storage_push_zero_value.sol [Sol->Yul] Implementing push for nested storage arrays and storage arrays of structs. 2020-10-06 13:06:40 +02:00
struct_storage_to_memory_function_ptr.sol Adding tests for copying structs with function pointers between storage and memory 2020-09-02 12:28:53 +02:00
struct_storage_to_memory.sol [Sol->Yul] Implementing struct copying from storage to memory 2020-09-02 12:28:53 +02:00
structs.sol Yul: Implement memory struct allocation 2020-07-02 16:37:20 +02:00