.. |
abiEncoder
|
Print warning for unnamed return parameters and no return statement
|
2020-10-13 13:11:29 +02:00 |
abstract
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
array
|
Update existing tests.
|
2020-10-08 18:56:17 +02:00 |
bound
|
Disallow `using for ` directive for interfaces.
|
2020-08-27 15:57:51 +02:00 |
constants
|
New tests.
|
2020-10-08 18:56:18 +02:00 |
constructor
|
ViewPureChecker::reportMutability: don't check visibility on constructors.
|
2020-09-07 11:35:33 -05:00 |
controlFlow
|
Print warning for unnamed return parameters and no return statement
|
2020-10-13 13:11:29 +02:00 |
conversion
|
Mark string literals as not implicitly convertible to calldata arrays
|
2020-09-16 12:44:57 +02:00 |
dataLocations
|
Print warning for unnamed return parameters and no return statement
|
2020-10-13 13:11:29 +02:00 |
denominations
|
Promote gwei to a proper keyword.
|
2020-07-13 18:07:11 +02:00 |
duplicateFunctions
|
Add "Only one receive function is allowed"-error to syntax tests
|
2020-07-22 04:09:24 +02:00 |
emit
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
enums
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
events
|
Implemented events with function type as one of its indexed parameters
|
2020-09-30 12:11:38 +02:00 |
fallback
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
freeFunctions
|
Merge pull request #10023 from ethereum/develop
|
2020-10-13 18:18:53 +02:00 |
functionCalls
|
Fix shadowing/same-name warnings for later declarations
|
2020-10-08 20:22:04 +02:00 |
functionTypes
|
Allow path syntax for super constructor calls
|
2020-10-13 14:32:11 +02:00 |
getter
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
globalFunctions
|
Fix error IDs.
|
2020-06-22 18:56:32 +02:00 |
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
|
Merge pull request #9909 from ethereum/fix-9890
|
2020-09-28 12:27:43 +02:00 |
inheritance
|
Type Checker: Disallow `virtual ` for modifiers in libraries.
|
2020-09-07 11:17:38 +02:00 |
inline_arrays
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
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
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
literalOperations
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
literals
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
lvalues
|
Add missing annotation assignments
|
2020-10-07 14:52:35 +02:00 |
memberLookup
|
Fixes internal compiler error with an unused reference to module member.
|
2020-10-12 11:56:01 +02:00 |
metaTypes
|
Print warning for unnamed return parameters and no return statement
|
2020-10-13 13:11:29 +02:00 |
modifiers
|
Cover "Override changes modifier to public state variable." error
|
2020-07-28 18:55:12 +02:00 |
multiSource
|
If a declaration shadows several others, group them together
|
2020-10-08 21:01:25 +02:00 |
multiVariableDeclaration
|
Print warning for unnamed return parameters and no return statement
|
2020-10-13 13:11:29 +02:00 |
nameAndTypeResolution
|
Print warning for unnamed return parameters and no return statement
|
2020-10-13 13:11:29 +02:00 |
natspec
|
Update existing tests.
|
2020-10-08 18:56:17 +02:00 |
parsing
|
Print warning for unnamed return parameters and no return statement
|
2020-10-13 13:11:29 +02:00 |
pragma
|
Fix pragma solidity version in antlr grammar
|
2020-06-23 02:25:21 +02:00 |
receiveEther
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
returnExpressions
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
scoping
|
If a declaration shadows several others, group them together
|
2020-10-08 21:01:25 +02:00 |
shifts
|
Fix error IDs.
|
2020-06-22 18:56:32 +02:00 |
specialFunctions
|
Fix type check for nested arrays in abi.encode/decode functions in ABIEncoderV1
|
2020-09-17 17:29:16 +02:00 |
string
|
Return UTF-8 error in BoolResult and remove it from string type
|
2020-09-23 17:35:05 +01:00 |
structs
|
Fix infinite loop for structs in library function parameter
|
2020-08-27 14:18:07 +02:00 |
tryCatch
|
Print warning for unnamed return parameters and no return statement
|
2020-10-13 13:11:29 +02:00 |
tupleAssignments
|
Print warning for unnamed return parameters and no return statement
|
2020-10-13 13:11:29 +02:00 |
types
|
Merge pull request #10023 from ethereum/develop
|
2020-10-13 18:18:53 +02:00 |
unterminatedBlocks
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
unusedVariables
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
variableDeclaration
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
viewPureChecker
|
Print warning for unnamed return parameters and no return statement
|
2020-10-13 13:11:29 +02:00 |
virtualLookup
|
|
|
visibility
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
bytecode_too_large.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
constructor_this.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
cycle_checker_function_type.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
deprecated_functions.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
double_stateVariable_declaration.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
double_variable_declaration.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
duplicate_contract.sol
|
Remove unneeded assert
|
2020-10-05 13:01:11 +02:00 |
empty_struct.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
literal_comparisons.sol
|
|
|
missing_functions_duplicate_bug.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
missing_state_variable.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
more_than_256_declarationerrors.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
more_than_256_importerrors.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
more_than_256_syntaxerrors.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
multiline_comments.sol
|
|
|
negation.sol
|
Restrict unary negation to signed integers.
|
2020-09-17 15:01:53 +02:00 |
signed_rational_modulus.sol
|
Fix error IDs.
|
2020-06-22 18:56:32 +02:00 |
smoke_test.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
tight_packing_literals_fine.sol
|
|
|
tight_packing_literals.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
unexpected.sol
|
Update existing tests.
|
2020-10-08 18:56:17 +02:00 |
unimplemented_super_function_derived.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
unimplemented_super_function.sol
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
upper_case_hex_literals.sol
|
|
|