.. |
abiencodedecode
|
[Sol - Yul] Add support for ABIDecode.
|
2020-05-26 13:30:37 -05:00 |
abiEncoderV1
|
Update tests.
|
2020-07-20 15:40:58 +02:00 |
abiEncoderV2
|
[Sol->Yul] Implementing bytes copying from calldata to memory.
|
2020-07-27 15:14:26 +02:00 |
accessor
|
|
|
arithmetics
|
Reasoning based optimizer.
|
2020-09-15 15:57:58 +02:00 |
array
|
[Sol->Yul] Fixing storage array index access
|
2020-09-08 16:02:56 +02:00 |
asmForLoop
|
|
|
builtinFunctions
|
[Sol - Yul] Add support for ripemd160 & ecrecover.
|
2020-05-14 10:44:39 -05:00 |
calldata
|
Adding simple array copying tests
|
2020-09-02 09:39:28 +02:00 |
cleanup
|
Fix conversion bug for exp operation.
|
2020-07-27 10:44:42 +02:00 |
constants
|
|
|
constructor
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
conversions
|
|
|
ecrecover
|
[Sol - Yul] Add support for ripemd160 & ecrecover.
|
2020-05-14 10:44:39 -05:00 |
enums
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
exponentiation
|
Implement checked exponentiation.
|
2020-08-18 12:42:53 +02:00 |
expressions
|
|
|
fallback
|
|
|
freeFunctions
|
Free functions.
|
2020-08-18 11:46:59 +02:00 |
functionCall
|
Adding more tests for function types
|
2020-07-23 14:55:32 +02:00 |
functionSelector
|
|
|
functionTypes
|
Adding more tests for function types
|
2020-07-23 14:55:32 +02:00 |
getters
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
immutable
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
inlineAssembly
|
Introduce RightArrow (->) token in the scanner
|
2020-08-27 12:28:27 +01:00 |
integer
|
implemented type(X).min and type(X).max for all integer types
|
2020-05-11 14:51:13 +05:30 |
interfaceID
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
intheritance
|
Implement `super `.
|
2020-09-02 11:00:42 +02:00 |
libraries
|
[Sol->Yul] Implementing bytes copying from calldata to memory.
|
2020-07-27 15:14:26 +02:00 |
literals
|
More semantic tests.
|
2020-07-13 18:07:11 +02:00 |
metaTypes
|
Allow type(Contract).name for abstract contracts and interfaces
|
2020-08-27 13:37:08 +02:00 |
modifiers
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
multiSource
|
Update tests.
|
2020-07-20 15:40:58 +02:00 |
optimizer
|
Optimize combination of byte and shl.
|
2020-07-08 20:26:46 +02:00 |
receive
|
|
|
reverts
|
|
|
revertStrings
|
|
|
salted_create
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
shifts
|
Disallowing shifts by signed types
|
2020-05-26 10:18:21 +02:00 |
smoke
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-07-21 11:35:28 +02:00 |
specialFunctions
|
Evaluate keccak256 of string literals at compile-time.
|
2020-07-08 16:14:14 +02:00 |
statements
|
|
|
storage
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-07-21 11:35:28 +02:00 |
strings
|
Update tests for unicode literals
|
2020-07-27 18:21:17 +01:00 |
structs
|
Adding tests for copying structs with function pointers between storage and memory
|
2020-09-02 12:28:53 +02:00 |
tryCatch
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
types
|
Update tests for unicode literals
|
2020-07-27 18:21:17 +01:00 |
uninitializedFunctionPointer
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
variables
|
|
|
various
|
Fix static arrays with dynamic elements not being treated as dynamic in FunctionType::returnParameterTypesWithoutDynamicTypes()
|
2020-09-16 11:15:52 +02:00 |
viaYul
|
Implement checked exponentiation.
|
2020-08-18 12:42:53 +02:00 |
virtualFunctions
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
c99_scoping_activation.sol
|
|
|
constructor_ihneritance_init_order_2.sol
|
|
|
constructor_inheritance_init_order.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
constructor_with_params_diamond_inheritance.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
constructor_with_params_inheritance_2.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
constructor_with_params_inheritance.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
constructor_with_params.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
dirty_calldata_bytes.sol
|
Update tests.
|
2020-07-20 15:40:58 +02:00 |
dirty_calldata_dynamic_array.sol
|
Update tests.
|
2020-07-20 15:40:58 +02:00 |
dirty_memory_bytes_to_storgage_copy.sol
|
Use .slot and .offest to access storage items.
|
2020-07-13 14:59:22 +02:00 |
empty_contract.sol
|
|
|
interface_inheritance_conversions.sol
|
|
|
isoltestFormatting.sol
|
Update tests.
|
2020-07-20 17:17:19 +02:00 |
snark.sol
|
Update tests.
|
2020-07-20 17:17:19 +02:00 |
state_var_initialization.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
state_variables_init_order_2.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
state_variables_init_order_3.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
state_variables_init_order.sol
|
|
|