.. |
abstract
|
Fix abstract without contract.
|
2020-02-05 12:14:14 +01:00 |
array
|
Removed redundant declaration check; changed relevant test cases
|
2020-04-02 12:27:38 +05:30 |
bound
|
|
|
constants
|
|
|
constructor
|
Deprecated warning for .value() and .gas() on function and constructror calls
|
2020-03-04 12:51:49 +01:00 |
controlFlow
|
Control flow analysis for inline assembly.
|
2020-03-09 16:23:10 +01:00 |
conversion
|
|
|
dataLocations
|
|
|
denominations
|
|
|
emit
|
Make type error fatal to prevent assert failure at later point
|
2020-02-13 15:16:28 +01:00 |
enums
|
|
|
events
|
|
|
fallback
|
Fix error message suggestion for receive
|
2020-01-14 23:24:27 +01:00 |
functionCalls
|
Fix calling unimplemented base function.
|
2020-03-06 10:51:16 +01:00 |
functionTypes
|
Deprecated warning for .value() and .gas() on function and constructror calls
|
2020-03-04 12:51:49 +01:00 |
getter
|
|
|
globalFunctions
|
|
|
immutable
|
Parsing of immutable state variable.
|
2020-03-12 17:11:24 +01:00 |
imports
|
|
|
indexing
|
|
|
inheritance
|
Update tests for interface inheritance
|
2020-01-22 09:40:40 -05:00 |
inline_arrays
|
|
|
inlineAssembly
|
Replaced "assert" with "if" (incorrect contract code is not supposed to trigger asserts).
|
2020-03-12 14:03:27 +01:00 |
literalOperations
|
|
|
literals
|
|
|
lvalues
|
|
|
memberLookup
|
|
|
metaTypes
|
|
|
modifiers
|
|
|
multiSource
|
|
|
multiVariableDeclaration
|
|
|
nameAndTypeResolution
|
Removed redundant declaration check; changed relevant test cases
|
2020-04-02 12:27:38 +05:30 |
natspec
|
Fix typos in filenames within docstring syntax tests.
|
2020-02-14 15:53:39 +01:00 |
parsing
|
Removed redundant declaration check; changed relevant test cases
|
2020-04-02 12:27:38 +05:30 |
pragma
|
|
|
receiveEther
|
Fix error message suggestion for receive
|
2020-01-14 23:24:27 +01:00 |
returnExpressions
|
|
|
scoping
|
|
|
specialFunctions
|
Deprecated warning for .value() and .gas() on function and constructror calls
|
2020-03-04 12:51:49 +01:00 |
string
|
|
|
structs
|
|
|
tryCatch
|
Fix scoping following try/catch.
|
2020-03-09 13:14:13 +01:00 |
tupleAssignments
|
Make type error fatal to prevent assert failure at later point
|
2020-02-13 15:16:28 +01:00 |
types
|
Mark function selector accesses as pure for pure expressions and mark function accesses via contract name as pure.
|
2020-02-14 12:33:33 +01:00 |
unterminatedBlocks
|
|
|
unusedVariables
|
|
|
variableDeclaration
|
|
|
viewPure
|
|
|
viewPureChecker
|
Parsing of immutable state variable.
|
2020-03-12 17:11:24 +01:00 |
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
|
|
|
cycle_checker_function_type.sol
|
Move assertion in PostTypeChecker's ConstStateVarCircularReferenceChecker to account for function type variables
|
2020-02-12 17:42:27 +01:00 |
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_importerrors.sol
|
Fix CompilerStack::loadMissingSources()
|
2020-02-12 11:22:11 -05:00 |
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
|
|
|