aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/array
Commit message (Collapse)AuthorAgeFilesLines
* Fixes crash while encoding too large arrays.Erik Kundt2018-10-303-0/+26
|
* Adds syntax tests for array index access.Erik Kundt2018-10-113-0/+15
|
* Moves length check to reference resolver.Erik Kundt2018-09-224-7/+31
|
* Disallows fixed-size multidim. arrays with zero-length.Erik Kundt2018-09-221-0/+6
|
* Update tests.chriseth2018-08-151-0/+1
|
* Add missing period in the end of error messagesLeonardo Alt2018-07-163-3/+3
|
* Specifies visibility in syntax test.Erik Kundt2018-07-161-3/+3
|
* Update tests.Daniel Kirchner2018-07-101-0/+9
|
* Adds default visibility specifier to syntax tests.Erik Kundt2018-07-045-8/+8
|
* Adds syntax tests, documentation and changelog entry.Erik Kundt2018-05-3029-0/+206
Refines comment for array utility function.