.. |
array
|
Fixes crash while encoding too large arrays.
|
2018-10-30 15:14:57 +01:00 |
bound
|
Add assert and tests for bound functions
|
2018-11-22 14:41:39 +01:00 |
constants
|
Cleanup 0.5.0 test cases
|
2018-08-06 12:03:00 +01:00 |
constructor
|
Test.
|
2018-11-30 16:30:19 +01:00 |
controlFlow
|
Warn about unreachable code.
|
2019-01-10 10:36:50 +01:00 |
conversion
|
Function type conversion test cases.
|
2018-11-08 10:51:51 +01:00 |
dataLocations
|
Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses.
|
2018-12-12 04:20:53 +01:00 |
denominations
|
Enforce error on hex number combined with unit denomination
|
2018-07-09 17:19:41 +02:00 |
emit
|
Disallow structs in events without ABIEncoderV2
|
2018-08-03 13:41:27 +02:00 |
events
|
Update test to correct source location for nameless parameters
|
2018-08-31 09:54:11 +07:00 |
fallback
|
Suggests external for fallback and interface functions.
|
2018-07-17 18:07:36 +02:00 |
functionCalls
|
libsolidity/syntaxTests: Add a test case for unwanted named arguments.
|
2018-07-10 14:10:09 +02:00 |
functionTypes
|
Disable state mutability warning for functions with empty body
|
2018-12-12 14:43:44 +01:00 |
getter
|
Tests.
|
2018-11-28 14:11:51 +01:00 |
globalFunctions
|
Report deprecation error on functions sha3 and suicide also without call.
|
2018-11-29 14:29:13 +01:00 |
indexing
|
Adds syntax tests for array index access.
|
2018-10-10 23:18:32 +02:00 |
inheritance
|
Disallow calldata structs.
|
2019-01-21 10:30:57 +01:00 |
inline_arrays
|
Merge pull request #5550 from ethereum/moveSomeTests
|
2018-11-30 09:26:31 +01:00 |
inlineAssembly
|
Improve yul error messages around number of arguments and variables.
|
2018-12-04 11:37:03 +01:00 |
literalOperations
|
|
|
memberLookup
|
Fix bug related to state variables of function type accessed via base contract.
|
2018-11-29 19:30:27 +01:00 |
metaTypes
|
Warn if type(..).runtimeCode is used with assembly in the constructor.
|
2019-01-17 20:36:48 +01:00 |
modifiers
|
Cleanup 0.5.0 test cases
|
2018-08-06 12:03:00 +01:00 |
multiVariableDeclaration
|
Remove trailing whitespace in all contract files.
|
2018-08-01 21:57:12 +02:00 |
nameAndTypeResolution
|
Disable state mutability warning for functions with empty body
|
2018-12-12 14:43:44 +01:00 |
natspec
|
docstring: add missing space
|
2018-04-23 21:47:53 +00:00 |
parsing
|
Warn about unreachable code.
|
2019-01-10 10:36:50 +01:00 |
pragma
|
Add syntax tests for unknown / invalid pragma
|
2018-07-24 18:35:47 +01:00 |
returnExpressions
|
Update and extend tests for return expressions.
|
2018-08-07 20:49:52 +02:00 |
scoping
|
Do not exclude public state variables when looking for conflicting declarations.
|
2018-08-01 14:31:04 +02:00 |
specialFunctions
|
Fix abi.decode returning single value.
|
2018-09-04 18:19:00 +02:00 |
string
|
Adapting tests to Scanner's lexical error diagnostics change.
|
2018-11-24 12:59:37 +01:00 |
structs
|
Disallow calldata structs.
|
2019-01-21 10:30:57 +01:00 |
tupleAssignments
|
Remove remaining instances of `fillRight ` left over from tuple wildcards assignments.
|
2018-08-07 18:51:53 +02:00 |
types
|
Change error message and add tests
|
2019-01-17 14:28:03 +01:00 |
unterminatedBlocks
|
Add syntax tests to augment the test coverage of
|
2018-09-20 23:02:44 +02:00 |
variableDeclaration
|
Changed error message and added tests
|
2018-09-04 11:48:58 +02:00 |
viewPure
|
Added default data locations to parameters for syntax tests.
|
2018-07-11 20:24:50 -05:00 |
viewPureChecker
|
Disable state mutability warning for functions with empty body
|
2018-12-12 14:43:44 +01:00 |
virtualLookup
|
|
|
visibility
|
Cleanup 0.5.0 test cases
|
2018-08-06 12:03:00 +01:00 |
constructor_this.sol
|
Stricter check for member access to "this" in constructor.
|
2018-04-13 15:57:13 +02:00 |
deprecated_functions.sol
|
Report deprecation error on functions sha3 and suicide also without call.
|
2018-11-29 14:29:13 +01:00 |
double_stateVariable_declaration.sol
|
|
|
double_variable_declaration.sol
|
C99 scoping rules by default
|
2018-06-20 12:53:38 +02:00 |
empty_struct.sol
|
Enforce disallowing empty structs
|
2018-06-14 00:24:43 +01:00 |
literal_comparisons.sol
|
|
|
missing_state_variable.sol
|
Add missing period in the end of error messages
|
2018-07-16 16:11:39 +01:00 |
more_than_256_declarationerrors.sol
|
Adds default visibility specifier to syntax tests.
|
2018-07-04 10:45:59 +02:00 |
more_than_256_syntaxerrors.sol
|
Adds default visibility specifier to syntax tests.
|
2018-07-04 10:45:59 +02:00 |
multiline_comments.sol
|
Add syntax tests to augment the test coverage of
|
2018-09-20 23:02:44 +02:00 |
signed_rational_modulus.sol
|
|
|
smoke_test.sol
|
|
|
tight_packing_literals_fine.sol
|
Added default data locations to parameters for syntax tests.
|
2018-07-11 20:24:50 -05:00 |
tight_packing_literals.sol
|
Added default data locations to parameters for syntax tests.
|
2018-07-11 20:24:50 -05:00 |
unicode_escape_literals.sol
|
Adapting tests to Scanner's lexical error diagnostics change.
|
2018-11-24 12:59:37 +01:00 |
unimplemented_super_function_derived.sol
|
Fix internal compiler error for unimplemented base contract function.
|
2018-12-03 12:25:31 +01:00 |
unimplemented_super_function.sol
|
Fix internal compiler error for unimplemented base contract function.
|
2018-12-03 12:25:31 +01:00 |
upper_case_hex_literals.sol
|
Add syntax tests to augment the test coverage of
|
2018-09-20 23:02:44 +02:00 |