solidity/test/libsolidity/syntaxTests
2022-02-17 16:52:36 +01:00
..
abiEncoder Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
abstract
array Fixed a ICE on calldata to struct member copy 2022-01-31 17:26:11 +01:00
bound Remove assertions preventing calldata->calldata conversion when cleanup is needed 2021-06-22 16:10:16 +02:00
bytecodeReferences
comments
constantEvaluator Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
constants Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
constructor Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
controlFlow Properly resolve virtual modifiers 2022-01-06 12:52:06 +01:00
conversion
dataLocations
denominations
duplicateFunctions
emit
enums
errors
events
fallback
freeFunctions Make error message less confusing 2022-02-17 16:52:36 +01:00
functionCalls Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
functionTypes Adding Stack Height Checker and modifying the number of POP instructions to appropriately provide the pointer address 2022-01-20 01:15:08 +05:30
getter
globalFunctions
iceRegressionTests Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
immutable Fix wrong error with immutables when base contract c'tor uses return 2022-01-13 13:09:36 +01:00
imports
indexing
inheritance Consider all grandparents in override analysis. 2022-02-14 15:31:31 +01:00
inline_arrays
inlineAssembly Update test/libsolidity/syntaxTests/inlineAssembly/assignment_to_function_pointer.sol 2022-01-17 20:12:11 +01:00
largeTypes
license
literalOperations
literals
lvalues
memberLookup
metaTypes
modifiers
multiSource Make error message less confusing 2022-02-17 16:52:36 +01:00
multiVariableDeclaration
nameAndTypeResolution Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
natspec
parsing Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
pragma
receiveEther
returnExpressions Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
revertStatement
scoping
shifts
specialFunctions abi.encodeCall for declarations. 2021-12-29 12:26:04 +01:00
string Added support for FunctionType::Kind::StringConcat and functions string.concat 2022-02-10 22:08:47 +05:30
structs Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
super Make super unavailable in libraries. 2020-12-07 13:59:50 +01:00
tryCatch
tupleAssignments
types Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
unchecked New tests. 2020-10-19 16:58:59 +02:00
underscore
unterminatedBlocks
unusedVariables
userDefinedValueType Moved a check related to constants to TypeChecker 2021-10-26 18:43:04 +02:00
variableDeclaration
viewPureChecker Make error message less confusing 2022-02-17 16:52:36 +01:00
virtualLookup
visibility
bytecode_too_large_abiencoder_v1.sol Improve error message for contract size limit error 2021-10-27 20:06:53 +02:00
bytecode_too_large_byzantium.sol Improve error message for contract size limit error 2021-10-27 20:06:53 +02:00
bytecode_too_large_homestead.sol Improve error message for contract size limit error 2021-10-27 20:06:53 +02:00
bytecode_too_large.sol Improve error message for contract size limit error 2021-10-27 20:06:53 +02:00
constructor_this.sol
cycle_checker_function_type.sol
deprecated_functions.sol
double_stateVariable_declaration.sol
double_variable_declaration.sol
duplicate_contract.sol
empty_struct.sol
literal_comparisons.sol
missing_functions_duplicate_bug.sol
missing_state_variable.sol
more_than_256_declarationerrors.sol
more_than_256_importerrors.sol
more_than_256_syntaxerrors.sol
multiline_comments.sol
negation.sol
signed_rational_modulus.sol
smoke_test.sol
tight_packing_literals_fine.sol
tight_packing_literals.sol
unexpected.sol
unimplemented_super_function_derived.sol
unimplemented_super_function.sol
upper_case_hex_literals.sol