| .. |
|
abstract
|
Fix abstract without contract.
|
2020-02-05 12:14:14 +01:00 |
|
array
|
Do not call ABIEncoderV2 experimental.
|
2019-12-12 10:59:07 +01:00 |
|
bound
|
|
|
|
constants
|
|
|
|
constructor
|
|
|
|
controlFlow
|
|
|
|
conversion
|
|
|
|
dataLocations
|
|
|
|
denominations
|
|
|
|
emit
|
|
|
|
enums
|
|
|
|
events
|
Do not call ABIEncoderV2 experimental.
|
2019-12-12 10:59:07 +01:00 |
|
fallback
|
Fix error message suggestion for receive
|
2020-01-14 23:24:27 +01:00 |
|
functionCalls
|
Test that uses function call options on overloaded function.
|
2020-01-23 21:20:01 +01:00 |
|
functionTypes
|
|
|
|
getter
|
Do not call ABIEncoderV2 experimental.
|
2019-12-12 10:59:07 +01:00 |
|
globalFunctions
|
|
|
|
imports
|
Do not call ABIEncoderV2 experimental.
|
2019-12-12 10:59:07 +01:00 |
|
indexing
|
|
|
|
inheritance
|
Update tests for interface inheritance
|
2020-01-22 09:40:40 -05:00 |
|
inline_arrays
|
|
|
|
inlineAssembly
|
Use yul::AstWalker to resolve assembly symbols
|
2020-01-28 17:57:48 +01:00 |
|
literalOperations
|
|
|
|
literals
|
|
|
|
lvalues
|
|
|
|
mappings
|
Allow user-defined types as mapping keys in parser and restrict to contracts during type checking.
|
2020-02-04 17:22:03 +01:00 |
|
memberLookup
|
|
|
|
metaTypes
|
|
|
|
modifiers
|
Add more override tests with public state variables
|
2019-12-11 15:15:51 +01:00 |
|
multiSource
|
|
|
|
multiVariableDeclaration
|
|
|
|
nameAndTypeResolution
|
Update tests for interface inheritance
|
2020-01-22 09:40:40 -05:00 |
|
natspec
|
Fixes named return natspec errors in compilation tests.
|
2019-12-04 15:38:12 +01:00 |
|
parsing
|
Allow user-defined types as mapping keys in parser and restrict to contracts during type checking.
|
2020-02-04 17:22:03 +01:00 |
|
pragma
|
|
|
|
receiveEther
|
Fix error message suggestion for receive
|
2020-01-14 23:24:27 +01:00 |
|
returnExpressions
|
|
|
|
scoping
|
|
|
|
specialFunctions
|
|
|
|
string
|
|
|
|
structs
|
|
|
|
tryCatch
|
Implement new with CREATE2 and function call options.
|
2020-01-23 21:20:01 +01:00 |
|
tupleAssignments
|
|
|
|
types
|
Clean up visibility via contract name and fix ICE on calling unimplemented base function.
|
2020-01-16 19:13:04 +01:00 |
|
unterminatedBlocks
|
|
|
|
unusedVariables
|
|
|
|
variableDeclaration
|
|
|
|
viewPure
|
|
|
|
viewPureChecker
|
|
|
|
virtualLookup
|
|
|
|
visibility
|
|
|
|
bytecode_too_large.sol
|
Issue warning if codesize exceeds EIP-170 limits
|
2019-12-25 19:51:35 +01:00 |
|
constructor_this.sol
|
|
|
|
deprecated_functions.sol
|
|
|
|
double_stateVariable_declaration.sol
|
|
|
|
double_variable_declaration.sol
|
|
|
|
empty_struct.sol
|
|
|
|
literal_comparisons.sol
|
|
|
|
missing_state_variable.sol
|
|
|
|
more_than_256_declarationerrors.sol
|
|
|
|
more_than_256_syntaxerrors.sol
|
|
|
|
multiline_comments.sol
|
|
|
|
signed_rational_modulus.sol
|
|
|
|
smoke_test.sol
|
|
|
|
tight_packing_literals_fine.sol
|
|
|
|
tight_packing_literals.sol
|
|
|
|
unicode_escape_literals.sol
|
|
|
|
unimplemented_super_function_derived.sol
|
|
|
|
unimplemented_super_function.sol
|
|
|
|
upper_case_hex_literals.sol
|
|
|