.. |
array
|
Allow calldata arrays with dynamically encoded base type.
|
2019-03-06 18:04:12 +01:00 |
bound
|
|
|
constants
|
|
|
constructor
|
Add tests to increase TypeChecker.cpp coverage
|
2019-02-13 16:31:26 +01:00 |
controlFlow
|
Fix wrong location for inline asm blocks
|
2019-04-15 16:40:07 +02:00 |
conversion
|
|
|
dataLocations
|
|
|
denominations
|
|
|
emit
|
|
|
events
|
|
|
fallback
|
|
|
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
|
|
|
globalFunctions
|
|
|
indexing
|
|
|
inheritance
|
Fix missing trailing dot in error message
|
2019-03-11 16:15:18 +01:00 |
inline_arrays
|
|
|
inlineAssembly
|
AsmParser: disallow trailing commas in function call arguments.
|
2019-06-06 13:16:27 +02:00 |
literalOperations
|
|
|
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
|
|
|
multiVariableDeclaration
|
|
|
nameAndTypeResolution
|
Improve error message for delegatecall.value
|
2019-06-06 12:55:12 +02:00 |
natspec
|
Fixes Natspec parser error when whitespace is missing.
|
2019-05-10 10:53:32 +02:00 |
parsing
|
|
|
pragma
|
|
|
returnExpressions
|
|
|
scoping
|
|
|
specialFunctions
|
Unifies behavior for member access of ABI functions.
|
2019-04-29 14:27:10 +02:00 |
string
|
|
|
structs
|
Disallow internal function types as parameters for public/external library function
|
2019-03-21 07:25:57 +01:00 |
tupleAssignments
|
|
|
types
|
Disallow internal function types as parameters for public/external library function
|
2019-03-21 07:25:57 +01:00 |
unterminatedBlocks
|
|
|
variableDeclaration
|
|
|
viewPure
|
|
|
viewPureChecker
|
Set state mutability of function type members `gas and value ` to pure.
|
2019-06-13 18:27:53 +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
|
|
|
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
|
|
|