index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ArrayUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use only a single stack slot for storage references.
chriseth
2015-07-14
1
-16
/
+6
*
Some fixes for calldata arrays.
chriseth
2015-06-27
1
-11
/
+16
*
Do not copy reference types to memory in-place.
chriseth
2015-06-27
1
-36
/
+74
*
Initialisation of memory types.
chriseth
2015-06-25
1
-0
/
+2
*
Copy routines for non-byte arrays.
chriseth
2015-06-24
1
-0
/
+175
*
Memory-storage copy.
chriseth
2015-06-23
1
-10
/
+16
*
Accessors for strings.
chriseth
2015-06-17
1
-28
/
+28
*
Improved "Stack too deep" error message.
chriseth
2015-06-07
1
-1
/
+4
*
Ability to specify the storage location of a reference type.
chriseth
2015-06-05
1
-25
/
+25
*
Merge pull request #1975 from LianaHus/sol_EVMExceptions
chriseth
2015-06-01
1
-5
/
+3
|
\
|
*
added error jump instead of STOP instraction in case of exception
Liana Husikyan
2015-06-01
1
-5
/
+3
*
|
Allow duplicate code removal for loops.
chriseth
2015-05-28
1
-2
/
+12
|
/
*
Line break.
chriseth
2015-04-16
1
-1
/
+2
*
Some cleanup concerning byte arrays.
chriseth
2015-04-16
1
-71
/
+47
*
Refactor: Pull out array index access.
chriseth
2015-03-31
1
-0
/
+104
*
Byte size checked for zero; coding style.
chriseth
2015-03-20
1
-13
/
+14
*
Packing for arrays.
chriseth
2015-03-18
1
-40
/
+166
*
Enlarge storage references to two stack slots.
chriseth
2015-03-17
1
-19
/
+49
*
Fix gas for builtin.
chriseth
2015-03-14
1
-0
/
+1
*
Fix for arrays containing mappings.
chriseth
2015-03-06
1
-2
/
+17
*
Copying between calldata and storage.
chriseth
2015-03-06
1
-128
/
+110
*
Index access for calldata arrays.
Christian
2015-03-05
1
-10
/
+29
*
Array copy storage to storage.
Christian
2015-02-28
1
-26
/
+46
*
Shortening of dynamic arrays.
Christian
2015-02-28
1
-0
/
+284