.. |
abstract
|
Fix abstract without contract.
|
2020-02-05 12:14:14 +01:00 |
array
|
Allow ABI encoding for array slices without explicit casts.
|
2020-05-13 18:20:07 +02:00 |
bound
|
|
|
constants
|
Compile succeeding syntax tests.
|
2019-08-16 17:14:49 +02:00 |
constructor
|
Callvalue checks for implicit constructors.
|
2020-05-11 16:14:34 +02:00 |
controlFlow
|
New folder localStorageVariable for new testcases; added two new tests
|
2020-04-02 16:34:45 +05:30 |
conversion
|
Test for function with value setting
|
2020-05-12 15:21:13 +05:30 |
dataLocations
|
Require unimplemented functions to be virtual.
|
2019-12-02 21:59:00 +01:00 |
denominations
|
|
|
emit
|
Make type error fatal to prevent assert failure at later point
|
2020-02-13 15:16:28 +01:00 |
enums
|
Allow global enum definitions.
|
2019-09-02 11:52:51 +02:00 |
events
|
Do not call ABIEncoderV2 experimental.
|
2019-12-12 10:59:07 +01:00 |
fallback
|
Fix error message suggestion for receive
|
2020-01-14 23:24:27 +01:00 |
functionCalls
|
Tests, Docs and Changelog
|
2020-04-28 16:03:52 +05:30 |
functionTypes
|
Tests, Docs and Changelog
|
2020-04-28 16:03:52 +05:30 |
getter
|
Do not call ABIEncoderV2 experimental.
|
2019-12-12 10:59:07 +01:00 |
globalFunctions
|
Docs, changelog and tests
|
2020-05-05 21:11:15 +05:30 |
iceRegressionTests
|
Type Checker: Fix internal error when applying unary operators to tuples with empty components
|
2020-04-29 02:18:48 +02:00 |
immutable
|
trigger error when runtimeCode is called on contracts with immutables
|
2020-05-07 15:10:04 +02:00 |
imports
|
Do not call ABIEncoderV2 experimental.
|
2019-12-12 10:59:07 +01:00 |
indexing
|
|
|
inheritance
|
Added error message for virtual (library) functions; test case
|
2020-04-03 15:09:57 +05:30 |
inline_arrays
|
Compile succeeding syntax tests.
|
2019-08-16 17:14:49 +02:00 |
inlineAssembly
|
Add setimmutable and loadimmutable to dialect.
|
2020-05-04 15:00:50 +02:00 |
license
|
Add new test.
|
2020-05-13 18:16:59 +02:00 |
literalOperations
|
Fix exponentiation bug
|
2020-05-13 13:53:06 +05:30 |
literals
|
Allow underscores in hex strings.
|
2019-09-06 17:58:35 +02:00 |
lvalues
|
Do not warn about enabled ABIEncoderV2 anymore.
|
2019-11-26 15:49:42 +01:00 |
memberLookup
|
Fix assignment of struct containing array of mappings
|
2019-05-25 01:33:49 +08:00 |
metaTypes
|
Changelog and tests
|
2020-05-11 15:29:05 +05:30 |
modifiers
|
Tests, Changelog and updated grammar
|
2020-04-23 17:27:37 +05:30 |
multiSource
|
Support multiple sources for syntax tests.
|
2019-08-19 14:45:26 +02:00 |
multiVariableDeclaration
|
Require unimplemented functions to be virtual.
|
2019-12-02 21:59:00 +01:00 |
nameAndTypeResolution
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-05-14 13:04:46 +02:00 |
natspec
|
Add natspec test with too many return tags
|
2020-03-24 13:04:07 +01:00 |
parsing
|
Disallow array slicing for arrays with dyanmically encoded base types.
|
2020-05-13 15:52:22 +02:00 |
pragma
|
|
|
receiveEther
|
Fix error message suggestion for receive
|
2020-01-14 23:24:27 +01:00 |
returnExpressions
|
|
|
scoping
|
|
|
specialFunctions
|
TypeChecker error when encoding functions with call options; tests
|
2020-04-07 21:11:46 +05:30 |
string
|
Update tests after merge from develop.
|
2019-11-26 16:27:07 +01:00 |
structs
|
Move direct struct recursion check to detect recursion in global structs.
|
2020-04-16 16:42:12 +02:00 |
tryCatch
|
Fix scoping following try/catch.
|
2020-03-09 13:14:13 +01:00 |
tupleAssignments
|
Disallow empty tuples on the left hand side
|
2020-04-23 07:02:04 +02:00 |
types
|
Review suggestions.
|
2020-04-16 16:42:12 +02:00 |
unterminatedBlocks
|
|
|
unusedVariables
|
Tests.
|
2019-09-23 17:22:56 +02:00 |
variableDeclaration
|
|
|
viewPure
|
|
|
viewPureChecker
|
Docs, changelog and tests
|
2020-05-05 21:11:15 +05:30 |
virtualLookup
|
|
|
visibility
|
Require unimplemented functions to be virtual.
|
2019-12-02 21:59:00 +01:00 |
bytecode_too_large.sol
|
Issue warning if codesize exceeds EIP-170 limits
|
2019-12-25 19:51:35 +01:00 |
constructor_this.sol
|
|
|
cycle_checker_function_type.sol
|
Move assertion in PostTypeChecker's ConstStateVarCircularReferenceChecker to account for function type variables
|
2020-02-12 17:42:27 +01:00 |
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
|
|
|
empty_struct.sol
|
|
|
literal_comparisons.sol
|
|
|
missing_functions_duplicate_bug.sol
|
Fixing tests on breaking branch.
|
2020-05-19 17:42:19 +02:00 |
missing_state_variable.sol
|
|
|
more_than_256_declarationerrors.sol
|
|
|
more_than_256_importerrors.sol
|
Fix CompilerStack::loadMissingSources()
|
2020-02-12 11:22:11 -05:00 |
more_than_256_syntaxerrors.sol
|
|
|
multiline_comments.sol
|
|
|
signed_rational_modulus.sol
|
Compile succeeding syntax tests.
|
2019-08-16 17:14:49 +02:00 |
smoke_test.sol
|
|
|
tight_packing_literals_fine.sol
|
|
|
tight_packing_literals.sol
|
|
|
unicode_escape_literals.sol
|
|
|
unimplemented_super_function_derived.sol
|
Implement virtual keyword
|
2019-11-14 11:49:39 +01:00 |
unimplemented_super_function.sol
|
Implement virtual keyword
|
2019-11-14 11:49:39 +01:00 |
upper_case_hex_literals.sol
|
|
|