.. |
abiEncoder
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
abstract
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
array
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
bound
|
Disallow invalid use of library names as type names.
|
2020-10-16 18:25:08 +02:00 |
constantEvaluator
|
Fix bug in constant evaluator.
|
2020-12-09 15:50:53 +01:00 |
constants
|
New tests.
|
2020-10-08 18:56:18 +02:00 |
constructor
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
controlFlow
|
Print warning for unnamed return parameters and no return statement
|
2020-10-13 13:11:29 +02:00 |
conversion
|
Disallow conversion to super.
|
2020-12-01 14:15:50 +01: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
|
Tests/Docs after disallowing super, this and _ as declaration names
|
2020-11-25 11:14:13 +01:00 |
emit
|
|
|
enums
|
Tests/Docs after disallowing super, this and _ as declaration names
|
2020-11-25 11:14:13 +01:00 |
events
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
fallback
|
Some more tests.
|
2020-11-23 15:00:00 +01:00 |
freeFunctions
|
Tests/Docs after disallowing super, this and _ as declaration names
|
2020-11-25 11:14:13 +01:00 |
functionCalls
|
Merge remote-tracking branch 'origin/develop' into HEAD
|
2020-11-09 14:28:05 +01:00 |
functionTypes
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-11-18 20:05:02 +01:00 |
getter
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
globalFunctions
|
Remove low-level log functions.
|
2020-10-22 17:50:14 +02:00 |
iceRegressionTests
|
Use new abicoder pragma.
|
2020-11-24 14:57:45 +01:00 |
immutable
|
Tests/Docs after disallowing super, this and _ as declaration names
|
2020-11-25 11:14:13 +01:00 |
imports
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
indexing
|
Allow arrays of contract types as type expressions e.g. for abi.decode.
|
2020-10-16 19:40:41 +02:00 |
inheritance
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-11-24 16:22:03 +01:00 |
inline_arrays
|
|
|
inlineAssembly
|
Mark chainid as view.
|
2020-12-09 16:55:51 +01:00 |
largeTypes
|
Introduce CompositeType
|
2020-09-21 16:18:04 +02:00 |
license
|
|
|
literalOperations
|
|
|
literals
|
|
|
lvalues
|
Use new abicoder pragma.
|
2020-11-24 14:57:45 +01:00 |
memberLookup
|
Fixes internal compiler error with an unused reference to module member.
|
2020-10-12 11:56:01 +02:00 |
metaTypes
|
Disallow meta type on super.
|
2020-12-02 15:43:18 +01:00 |
modifiers
|
Tests/Docs after disallowing super, this and _ as declaration names
|
2020-11-25 11:14:13 +01: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
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
natspec
|
Update existing tests.
|
2020-10-08 18:56:17 +02:00 |
parsing
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
pragma
|
|
|
receiveEther
|
Disallowing usage of msg.data in receive() function.
|
2020-12-08 11:49:20 +01:00 |
returnExpressions
|
|
|
scoping
|
Do not allocate memory objects if they will be assigned directly.
|
2020-11-24 14:11:01 +01:00 |
shifts
|
|
|
specialFunctions
|
Explicitly set coder to v1 for syntax tests.
|
2020-12-09 15:25:15 +01:00 |
string
|
Remove the \b, \f, \v escape sequences from the Scanner
|
2020-12-07 21:10:03 +00:00 |
structs
|
Tests/Docs after disallowing super, this and _ as declaration names
|
2020-11-25 11:14:13 +01:00 |
super
|
Make super unavailable in libraries.
|
2020-12-07 13:59:50 +01:00 |
tryCatch
|
Disallow meta type on super.
|
2020-12-02 15:43:18 +01:00 |
tupleAssignments
|
Print warning for unnamed return parameters and no return statement
|
2020-10-13 13:11:29 +02:00 |
types
|
Support address().codehash
|
2020-12-09 14:58:27 +00:00 |
unchecked
|
New tests.
|
2020-10-19 16:58:59 +02:00 |
underscore
|
Tests/Docs after disallowing super, this and _ as declaration names
|
2020-11-25 11:14:13 +01:00 |
unterminatedBlocks
|
|
|
unusedVariables
|
|
|
variableDeclaration
|
Tests/Docs after disallowing super, this and _ as declaration names
|
2020-11-25 11:14:13 +01:00 |
viewPureChecker
|
Merge pull request #10550 from ethereum/chainIdView
|
2020-12-09 17:41:27 +01:00 |
virtualLookup
|
|
|
visibility
|
|
|
bytecode_too_large.sol
|
|
|
constructor_this.sol
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
cycle_checker_function_type.sol
|
|
|
deprecated_functions.sol
|
|
|
double_stateVariable_declaration.sol
|
|
|
double_variable_declaration.sol
|
|
|
duplicate_contract.sol
|
Remove unneeded assert
|
2020-10-05 13:01:11 +02:00 |
empty_struct.sol
|
|
|
literal_comparisons.sol
|
|
|
missing_functions_duplicate_bug.sol
|
Use new abicoder pragma.
|
2020-11-24 14:57:45 +01:00 |
missing_state_variable.sol
|
|
|
more_than_256_declarationerrors.sol
|
|
|
more_than_256_importerrors.sol
|
|
|
more_than_256_syntaxerrors.sol
|
|
|
multiline_comments.sol
|
|
|
negation.sol
|
Restrict unary negation to signed integers.
|
2020-09-17 15:01:53 +02:00 |
signed_rational_modulus.sol
|
|
|
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
|
|
|
unexpected.sol
|
Update existing tests.
|
2020-10-08 18:56:17 +02:00 |
unimplemented_super_function_derived.sol
|
Tests after changing type of super to TypeType
|
2020-11-10 15:38:21 +01:00 |
unimplemented_super_function.sol
|
Tests after changing type of super to TypeType
|
2020-11-10 15:38:21 +01:00 |
upper_case_hex_literals.sol
|
|
|