..
abiEncoder
Error message tweak: built-in unary/binary operator
2022-11-07 17:13:41 +01:00
abstract
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
array
Display human readable type name in conversion error message
2022-07-06 10:49:51 -04:00
bound
Extend using-for.
2022-03-14 12:33:44 +01:00
bytecodeReferences
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
comments
Fix a test for unicode direction override failing because of Windows line endings
2020-12-16 15:24:41 +01:00
constantEvaluator
Fix genetic algorithms CI failure
2022-01-17 13:35:07 +01:00
constants
Propagate purity information for member access to foreign pure variables
2022-06-16 17:11:55 +05:30
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
Minor test naming/style corrections
2022-11-07 23:16:02 +01:00
conversion
Error message tweak: built-in unary/binary operator
2022-11-07 17:13:41 +01:00
dataLocations
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
denominations
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
duplicateFunctions
emit
enums
Fix shadowing struct types by struct member names
2021-06-09 12:37:11 +02:00
errors
Error message tweak: built-in unary/binary operator
2022-11-07 17:13:41 +01:00
events
Error message tweak: built-in unary/binary operator
2022-11-07 17:13:41 +01:00
fallback
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
freeFunctions
fix(parser): error for unexpected token
2022-04-29 16:13:04 +04: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
Error message tweak: built-in unary/binary operator
2022-11-07 17:13:41 +01:00
getter
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
globalFunctions
iceRegressionTests
Error message tweak: built-in unary/binary operator
2022-11-07 17:13:41 +01:00
immutable
Fix ICE caused by an immutable struct
2022-06-07 10:29:45 +02:00
imports
Properly export symbols from aliased imports.
2021-09-01 19:55:30 +02:00
indexing
Display human readable type name in conversion error message
2022-07-06 10:49:51 -04:00
inheritance
More strict override check for data locations.
2022-05-17 13:02:12 +02:00
inline_arrays
inlineAssembly
Revert "Disallow RETURNDATASIZE and RETURNDATACOPY in inline assembly blocks in pure functions"
2022-05-13 08:35:21 -03:00
largeTypes
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
license
Properly detect multiple licenses and validate them.
2021-09-16 11:18:26 +02:00
literalOperations
Error message tweak: built-in unary/binary operator
2022-11-07 17:13:41 +01:00
literals
Generate warning when rational numbers are converted to their mobile type without explicit requests
2022-03-14 14:04:46 +05:30
lvalues
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
memberLookup
Display human readable type name in conversion error message
2022-07-06 10:49:51 -04:00
metaTypes
Error message tweak: built-in unary/binary operator
2022-11-07 17:13:41 +01:00
modifiers
Disallow modifier declarations and definitions in interfaces
2021-08-31 15:25:08 +02:00
multiSource
Make error message less confusing
2022-02-17 16:52:36 +01:00
multiVariableDeclaration
Update test expectations.
2021-06-04 12:04:04 +02:00
nameAndTypeResolution
Error message tweak: built-in unary/binary operator
2022-11-07 17:13:41 +01:00
natspec
feat: allow named parameters in mapping types
2022-12-08 11:56:58 +01:00
parsing
feat: allow named parameters in mapping types
2022-12-08 11:56:58 +01:00
pragma
Improve Error Reporting of SemVer Parser
2022-11-25 13:09:09 -03:00
receiveEther
Fix ICE related to receive function having parameters.
2021-06-03 13:08:57 +02:00
returnExpressions
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
revertStatement
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
scoping
Make the message about name not referring to a user-defined type more generic
2022-11-04 08:46:53 +01:00
shifts
Error message tweak: built-in unary/binary operator
2022-11-07 17:13:41 +01:00
specialFunctions
Fixed bad cast when abiEncodeCall receives a tuple from a function.
2022-08-03 18:48:38 -03:00
string
Changed error message for for Unicode character in non-unicode string literal
2022-06-15 16:12:24 +05:30
structs
Make the message about name not referring to a user-defined type more generic
2022-11-04 08:46:53 +01:00
super
tryCatch
Add type().min/max for enums
2021-09-01 15:02:02 +02:00
tupleAssignments
Fix ICE on invalid tuple assignments.
2022-08-09 12:41:47 +02:00
types
Error message tweak: built-in unary/binary operator
2022-11-07 17:13:41 +01:00
unchecked
underscore
unterminatedBlocks
unusedVariables
userDefinedValueType
feat: allow named parameters in mapping types
2022-12-08 11:56:58 +01:00
using
Don't include location in a message about binding function to a type
2022-11-07 17:13:09 +01:00
variableDeclaration
viewPureChecker
Revert "Disallow RETURNDATASIZE and RETURNDATACOPY in inline assembly blocks in pure functions"
2022-05-13 08:35:21 -03:00
virtualLookup
visibility
bytecode_too_large_abiencoder_v1.sol
Update naming of Mainnet
2022-06-30 16:47:11 +02:00
bytecode_too_large_byzantium.sol
Fix wrong cleanup when copying from calldata to memory
2022-08-08 13:07:16 +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
Fix wrong cleanup when copying from calldata to memory
2022-08-08 13:07:16 +02:00
constructor_this.sol
cycle_checker_function_type.sol
deprecated_functions.sol
Tests/Docs: changing type of msg.sender and tx.origin into address
2020-12-14 16:55:48 +01:00
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
Error message tweak: built-in unary/binary operator
2022-11-07 17:13:41 +01:00
signed_rational_modulus.sol
Error message tweak: built-in unary/binary operator
2022-11-07 17:13:41 +01:00
smoke_test.sol
tight_packing_literals_fine.sol
tight_packing_literals.sol
unexpected.sol
fix(parser): error for unexpected token
2022-04-29 16:13:04 +04:00
unimplemented_super_function_derived.sol
unimplemented_super_function.sol
upper_case_hex_literals.sol