.. |
array
|
Fix wrong assert in overflow check
|
2019-10-23 14:59:34 +02:00 |
bound
|
Add assert and tests for bound functions
|
2018-11-22 14:41:39 +01:00 |
constants
|
Compile succeeding syntax tests.
|
2019-08-16 17:14:49 +02:00 |
constructor
|
Add tests to increase TypeChecker.cpp coverage
|
2019-02-13 16:31:26 +01:00 |
controlFlow
|
Fix error message about accessing storage pointers.
|
2019-09-24 10:52:02 +02:00 |
conversion
|
Disallow conversion from `super `
|
2019-11-19 17:14:11 +01:00 |
dataLocations
|
Fix error message about accessing storage pointers.
|
2019-09-24 10:52:02 +02: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
|
Syntax tests.
|
2019-02-11 11:37:48 +01:00 |
fallback
|
Suggests external for fallback and interface functions.
|
2018-07-17 18:07:36 +02:00 |
functionCalls
|
Fix function calls with named arguments for overloaded functions
|
2019-03-20 14:54:41 +01:00 |
functionTypes
|
Disallow internal function types as parameters for public/external library function
|
2019-03-21 07:25:57 +01:00 |
getter
|
Tests.
|
2018-11-28 14:11:51 +01:00 |
globalFunctions
|
Add missing dots in deprecation warning
|
2019-10-23 12:23:21 +02:00 |
imports
|
Fixes source location in warning for shadowing import delcarations.
|
2019-09-30 11:45:46 +02:00 |
indexing
|
Fix crash for too large struct array indicies
|
2019-02-06 11:50:25 +01:00 |
inheritance
|
Fix missing trailing dot in error message
|
2019-03-11 16:15:18 +01:00 |
inline_arrays
|
Compile succeeding syntax tests.
|
2019-08-16 17:14:49 +02:00 |
inlineAssembly
|
Support referencing other constants in inline assembly
|
2019-12-05 13:27:17 +03:00 |
literalOperations
|
|
|
lvalues
|
Better error messages when writing to expressions that cannot be written to.
|
2019-08-14 17:59:48 +02:00 |
memberLookup
|
Fix assignment of struct containing array of mappings
|
2019-05-25 01:33:49 +08:00 |
metaTypes
|
Provide access to the name of contracts.
|
2019-02-26 14:07:03 +00:00 |
modifiers
|
Check for use of modifiers in invalid contexts
|
2019-10-23 12:36:20 +02:00 |
multiSource
|
Support multiple sources for syntax tests.
|
2019-08-19 14:45:26 +02:00 |
multiVariableDeclaration
|
Remove trailing whitespace in all contract files.
|
2018-08-01 21:57:12 +02:00 |
nameAndTypeResolution
|
Disallow variables of library types
|
2019-11-14 13:20:31 +01:00 |
natspec
|
Fixes Natspec parser error when whitespace is missing.
|
2019-05-10 10:53:32 +02:00 |
parsing
|
Compile succeeding syntax tests.
|
2019-08-16 17:14:49 +02:00 |
pragma
|
Add syntax tests for unknown / invalid pragma
|
2018-07-24 18:35:47 +01:00 |
returnExpressions
|
Add tests to increase coverage of TypeChecker
|
2019-02-06 20:45:30 +01:00 |
scoping
|
Do not exclude public state variables when looking for conflicting declarations.
|
2018-08-01 14:31:04 +02:00 |
specialFunctions
|
Unifies behavior for member access of ABI functions.
|
2019-04-29 14:27:10 +02:00 |
string
|
Allow splitting string literals into multiple parts
|
2019-11-26 14:41:30 +03:00 |
structs
|
Fix internal compiler error for arrays of recursive structs.
|
2019-10-01 16:51:14 +02:00 |
tupleAssignments
|
Remove remaining instances of `fillRight ` left over from tuple wildcards assignments.
|
2018-08-07 18:51:53 +02:00 |
types
|
Add selector member to public and external library functions.
|
2019-11-15 16:12:29 +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
|
Fix view/pure checker for access to base.
|
2019-07-03 11:19:57 +02:00 |
virtualLookup
|
|
|
visibility
|
Throws error on library calling itself externally.
|
2019-05-02 12:41:07 +02:00 |
constructor_this.sol
|
|
|
deprecated_functions.sol
|
Add missing dots in deprecation warning
|
2019-10-23 12:23:21 +02: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
|
Compile succeeding syntax tests.
|
2019-08-16 17:14:49 +02:00 |
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 |