| .. |
|
abiencodedecode
|
|
|
|
abiEncoderV1
|
|
|
|
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
|
|
|
|
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
|
|
|
|
conversions
|
|
|
|
ecrecover
|
|
|
|
enums
|
|
|
|
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
|
|
|
|
immutable
|
|
|
|
inlineAssembly
|
Introduce RightArrow (->) token in the scanner
|
2020-08-27 12:28:27 +01:00 |
|
integer
|
|
|
|
interfaceID
|
|
|
|
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
|
|
|
|
metaTypes
|
Allow type(Contract).name for abstract contracts and interfaces
|
2020-08-27 13:37:08 +02:00 |
|
modifiers
|
|
|
|
multiSource
|
|
|
|
optimizer
|
|
|
|
receive
|
|
|
|
reverts
|
|
|
|
revertStrings
|
|
|
|
salted_create
|
|
|
|
shifts
|
|
|
|
smoke
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-07-21 11:35:28 +02:00 |
|
specialFunctions
|
|
|
|
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
|
|
|
|
types
|
Update tests for unicode literals
|
2020-07-27 18:21:17 +01:00 |
|
uninitializedFunctionPointer
|
|
|
|
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
|
Add stack limit evader.
|
2020-09-17 22:13:27 +02:00 |
|
virtualFunctions
|
|
|
|
c99_scoping_activation.sol
|
|
|
|
constructor_ihneritance_init_order_2.sol
|
|
|
|
constructor_inheritance_init_order.sol
|
|
|
|
constructor_with_params_diamond_inheritance.sol
|
|
|
|
constructor_with_params_inheritance_2.sol
|
|
|
|
constructor_with_params_inheritance.sol
|
|
|
|
constructor_with_params.sol
|
|
|
|
dirty_calldata_bytes.sol
|
|
|
|
dirty_calldata_dynamic_array.sol
|
|
|
|
dirty_memory_bytes_to_storgage_copy.sol
|
|
|
|
empty_contract.sol
|
|
|
|
interface_inheritance_conversions.sol
|
|
|
|
isoltestFormatting.sol
|
|
|
|
snark.sol
|
|
|
|
state_var_initialization.sol
|
|
|
|
state_variables_init_order_2.sol
|
|
|
|
state_variables_init_order_3.sol
|
|
|
|
state_variables_init_order.sol
|
|
|