aboutsummaryrefslogtreecommitdiffstats
path: root/ArrayUtils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Byte size checked for zero; coding style.chriseth2015-03-201-13/+14
|
* Packing for arrays.chriseth2015-03-181-40/+166
|
* Enlarge storage references to two stack slots.chriseth2015-03-171-19/+49
|
* Fix gas for builtin.chriseth2015-03-141-0/+1
| | | | Fixes #1300
* Fix for arrays containing mappings.chriseth2015-03-061-2/+17
|
* Copying between calldata and storage.chriseth2015-03-061-128/+110
|
* Index access for calldata arrays.Christian2015-03-051-10/+29
|
* Array copy storage to storage.Christian2015-02-281-26/+46
|
* Shortening of dynamic arrays.Christian2015-02-281-0/+284