solidity/test/libsolidity/semanticTests/libraries
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
..
bound_returning_calldata_external.sol Fix bound functions with calldata parameters. 2020-06-10 17:37:59 +02:00
bound_returning_calldata.sol [Sol->Yul] Implementing bytes copying from calldata to memory. 2020-07-27 15:14:26 +02:00
bound_to_calldata_external.sol Fix bound functions with calldata parameters. 2020-06-10 17:37:59 +02:00
bound_to_calldata.sol [Sol->Yul] Implementing bytes copying from calldata to memory. 2020-07-27 15:14:26 +02:00
internal_library_function_bound_to_address_named_send_transfer.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_address.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_array_named_pop_push.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_bool.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_contract.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_dynamic_array.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_enum.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_external_function.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_fixed_array.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_fixed_bytes.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_function_named_selector.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_integer.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_interface.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_internal_function.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_mapping.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound_to_string.sol Add support for bound function calls in IR generator 2020-05-20 21:10:20 +02:00
internal_library_function_bound.sol Update tests. 2020-07-20 15:40:58 +02:00
internal_library_function_calling_private.sol Enable internal library calls 2020-04-24 15:00:51 +02:00
internal_library_function_pointer.sol Generate internal dispatch only for functions that might actually get called via pointers 2020-05-26 17:01:50 +02:00
internal_library_function_return_var_size.sol Update tests. 2020-07-20 15:40:58 +02:00
internal_library_function.sol Enable internal library calls 2020-04-24 15:00:51 +02:00
library_address_homestead.sol Allow obtaining the address of a library by conversion to `address`. 2019-11-12 17:09:13 +01:00
library_address.sol Allow obtaining the address of a library by conversion to `address`. 2019-11-12 17:09:13 +01:00
library_delegatecall_guard_pure.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
library_delegatecall_guard_view_needed.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
library_delegatecall_guard_view_not_needed.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
library_delegatecall_guard_view_staticcall.sol Update tests. 2020-07-07 12:16:18 +02:00
library_enum_as_an_expression.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
library_function_selectors_struct.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
library_function_selectors.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
library_struct_as_an_expression.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
stub_internal.sol Enable internal library calls 2020-04-24 15:00:51 +02:00
stub.sol Add support for external libraries to extracted semantics tests. 2019-11-12 15:19:04 +01:00
using_for_storage_structs.sol [Sol->Yul] Implementing conversion of struct to struct pointer. 2020-10-08 16:37:57 +02:00