solidity/test/libsolidity/semanticTests
2019-11-14 11:49:39 +01:00
..
abiDecodeV1 Initial introduction of array slices with partial implementation for dynamic calldata arrays. 2019-09-13 10:57:53 +02:00
abiEncoderV2 Split calldataEncodedSize into calldataEncodedSize, calldataEncodedTailSize and calldataHeadSize and fix all usages. 2019-08-08 15:52:21 +02:00
array Add push() for dynamic storage arrays 2019-09-17 13:47:33 +02:00
asmForLoop [Sol->Yul] Compile some tests with yul 2019-06-11 17:44:36 +02:00
builtinFunctions Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
ecrecover Moves ecrecover tests to isoltest. 2019-03-13 10:53:10 +01:00
exponentiation Allow exponentials with signed base and unsigned power. 2019-09-04 17:32:47 +02:00
expressions Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
fallback Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
functionCall Implement virtual keyword 2019-11-14 11:49:39 +01:00
inlineAssembly Tests 2019-10-29 14:32:16 +01:00
literals Allow underscores in hex strings. 2019-09-06 17:58:35 +02:00
receive Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
smoke Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
specialFunctions Unifies behavior for member access of ABI functions. 2019-04-29 14:27:10 +02:00
statements Extracting more end-to-end tests. 2019-07-08 16:04:52 +02:00
storage Fix ICE when pop dyn storage array of mapping 2019-09-16 16:33:17 +02:00
structs Merge branch 'origin/develop' into develop_060 2019-10-02 16:29:36 +02:00
tryCatch Create. 2019-09-23 17:22:56 +02:00
types Replace casting of external functions to address by a member named "address". 2019-08-19 14:56:04 +02:00
uninitializedFunctionPointer Updates tests to version 0.6.0. 2019-09-24 12:01:14 +02:00
variables Extracting more end-to-end tests. 2019-07-08 16:04:52 +02:00
viaYul Implement virtual keyword 2019-11-14 11:49:39 +01:00
c99_scoping_activation.sol Extracting some Solidity end-to-end tests. 2019-07-01 15:37:46 +02:00
empty_contract.sol Extract semantic tests for 2019-06-09 14:46:02 +02:00
shifts.sol [Sol->Yul] Compile some tests with yul 2019-06-11 17:44:36 +02:00
state_var_initialization.sol Implements constructor code for state variables. 2019-08-05 11:23:01 +02:00