.. |
abiDecodeV1
|
Always copy dynamically-sized memory arrays during CompilerUtils::abiDecode.
|
2019-08-06 14:11:14 +02:00 |
abiEncoderV2
|
Split calldataEncodedSize into calldataEncodedSize, calldataEncodedTailSize and calldataHeadSize and fix all usages.
|
2019-08-08 15:52:21 +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 |
expressions
|
FunctionType: Return correct stacksize for transfer/send
|
2019-08-01 13:56:09 +02:00 |
functionCall
|
Extracting more end-to-end tests.
|
2019-07-08 16:04:52 +02:00 |
inlineAssembly
|
Add semantic test for SELFBALANCE in inline assembly
|
2019-11-19 17:09:18 +01:00 |
libraries
|
Add selector member to public and external library functions.
|
2019-11-15 16:12:29 +01:00 |
smoke
|
[isoltest] Adds support for fallback and ether functions.
|
2019-09-13 10:55:46 +02: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
|
Fix internal compiler error for arrays of recursive structs.
|
2019-10-01 16:51:14 +02:00 |
types
|
Better error messages when writing to expressions that cannot be written to.
|
2019-08-14 17:59:48 +02:00 |
uninitializedFunctionPointer
|
Fix use of uninitialized functions stored in storage.
|
2019-04-25 15:40:48 +02:00 |
variables
|
Extracting more end-to-end tests.
|
2019-07-08 16:04:52 +02:00 |
viaYul
|
[Yul] Format string literals back to quoted string literals
|
2019-11-26 15:28: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 |