aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/types/mapping
Commit message (Collapse)AuthorAgeFilesLines
* Allow mapping arguments for public and external library functions.Daniel Kirchner2018-11-267-14/+4
|
* Update test to correct source location for nameless parametersbakaoh2018-08-3115-20/+20
|
* Dynamic type as mapping key returns error instead of assertion failLeonardo Alt2018-08-162-0/+8
|
* Update tests.chriseth2018-08-1514-15/+20
|
* New test cases.mingchuan2018-08-154-0/+22
|
* Add tests for mappings in function types.Daniel Kirchner2018-08-134-0/+20
|
* Allow mappings of arrays as arguments and return values of internal functions.Daniel Kirchner2018-08-1311-0/+70
|
* Allow mapping arguments and return values in all internal functions.Daniel Kirchner2018-08-133-9/+0
|
* Allow mapping arguments and return values in internal library functions.Daniel Kirchner2018-08-1312-0/+80
|
* Allow assignments to local variables of mapping types.Daniel Kirchner2018-08-034-4/+35
|
* Disallow assignments to mappings within tuple assignments.Daniel Kirchner2018-08-033-0/+46
|
* Enforces data location of local mappings to storage.Erik Kundt2018-07-243-0/+27