| .. |
|
abstract
|
|
|
|
array
|
|
|
|
bound
|
Disallow `using for` directive for interfaces.
|
2020-08-27 15:57:51 +02:00 |
|
constants
|
|
|
|
constructor
|
ViewPureChecker::reportMutability: don't check visibility on constructors.
|
2020-09-07 11:35:33 -05:00 |
|
controlFlow
|
|
|
|
conversion
|
Mark string literals as not implicitly convertible to calldata arrays
|
2020-09-16 12:44:57 +02:00 |
|
dataLocations
|
Fix internal error for invalid data location in constructor.
|
2020-07-27 15:00:17 +02:00 |
|
denominations
|
|
|
|
duplicateFunctions
|
|
|
|
emit
|
|
|
|
enums
|
|
|
|
events
|
Merge pull request #9768 from ethereum/move-event-syntax-tests-from-name-and-type-resolution
|
2020-09-09 16:57:30 +02:00 |
|
fallback
|
|
|
|
freeFunctions
|
Free functions.
|
2020-08-18 11:46:59 +02:00 |
|
functionCalls
|
Fix wrong name used in error message when reporting invalid named argument
|
2020-09-17 18:59:18 +02:00 |
|
functionTypes
|
|
|
|
getter
|
|
|
|
globalFunctions
|
|
|
|
iceRegressionTests
|
Introduce CompositeType
|
2020-09-21 16:18:04 +02:00 |
|
immutable
|
Update tests for immutable variables
|
2020-08-28 19:06:34 +01:00 |
|
imports
|
Free functions.
|
2020-08-18 11:46:59 +02:00 |
|
indexing
|
|
|
|
inheritance
|
Type Checker: Disallow `virtual` for modifiers in libraries.
|
2020-09-07 11:17:38 +02:00 |
|
inline_arrays
|
|
|
|
inlineAssembly
|
Expose hex literal to the Yul parser
|
2020-08-28 19:34:52 +01:00 |
|
largeTypes
|
Introduce CompositeType
|
2020-09-21 16:18:04 +02:00 |
|
license
|
|
|
|
literalOperations
|
|
|
|
literals
|
|
|
|
lvalues
|
|
|
|
memberLookup
|
Fix member lookup for constructor in library.
|
2020-08-04 10:51:40 +02:00 |
|
metaTypes
|
Allow type(Contract).name for abstract contracts and interfaces
|
2020-08-27 13:37:08 +02:00 |
|
modifiers
|
Cover "Override changes modifier to public state variable." error
|
2020-07-28 18:55:12 +02:00 |
|
multiSource
|
|
|
|
multiVariableDeclaration
|
|
|
|
nameAndTypeResolution
|
Move syntax tests for named arguments from namedAndTypeResolution/ to functionCalls/
|
2020-09-17 17:29:28 +02:00 |
|
natspec
|
Fix inheritdoc tags trying to resolve 'empty' elements
|
2020-08-26 21:28:00 +02:00 |
|
parsing
|
Rewrite of the antlr grammar.
|
2020-08-19 17:55:31 +02:00 |
|
pragma
|
|
|
|
receiveEther
|
|
|
|
returnExpressions
|
|
|
|
scoping
|
Correct the warning for homonymous, but not shadowing declarations
|
2020-09-15 02:39:21 +02:00 |
|
shifts
|
|
|
|
specialFunctions
|
Fix type check for nested arrays in abi.encode/decode functions in ABIEncoderV1
|
2020-09-17 17:29:16 +02:00 |
|
string
|
Improve error coverage of syntax checker
|
2020-08-20 03:23:21 +02:00 |
|
structs
|
Fix infinite loop for structs in library function parameter
|
2020-08-27 14:18:07 +02:00 |
|
tryCatch
|
|
|
|
tupleAssignments
|
|
|
|
types
|
Unify collision warnings
|
2020-09-14 02:17:53 +02:00 |
|
unterminatedBlocks
|
|
|
|
unusedVariables
|
|
|
|
variableDeclaration
|
|
|
|
viewPure
|
|
|
|
viewPureChecker
|
|
|
|
virtualLookup
|
|
|
|
visibility
|
|
|
|
bytecode_too_large.sol
|
|
|
|
constructor_this.sol
|
|
|
|
cycle_checker_function_type.sol
|
|
|
|
deprecated_functions.sol
|
|
|
|
double_stateVariable_declaration.sol
|
|
|
|
double_variable_declaration.sol
|
|
|
|
empty_struct.sol
|
|
|
|
literal_comparisons.sol
|
|
|
|
missing_functions_duplicate_bug.sol
|
|
|
|
missing_state_variable.sol
|
|
|
|
more_than_256_declarationerrors.sol
|
|
|
|
more_than_256_importerrors.sol
|
|
|
|
more_than_256_syntaxerrors.sol
|
|
|
|
multiline_comments.sol
|
|
|
|
negation.sol
|
Restrict unary negation to signed integers.
|
2020-09-17 15:01:53 +02:00 |
|
signed_rational_modulus.sol
|
|
|
|
smoke_test.sol
|
|
|
|
tight_packing_literals_fine.sol
|
|
|
|
tight_packing_literals.sol
|
|
|
|
unexpected.sol
|
Update existing tests.
|
2020-08-18 11:46:59 +02:00 |
|
unimplemented_super_function_derived.sol
|
|
|
|
unimplemented_super_function.sol
|
|
|
|
upper_case_hex_literals.sol
|
|
|