aboutsummaryrefslogtreecommitdiffstats
path: root/LValue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Distinction between storage pointer and storage ref and type checking for ↵chriseth2015-06-151-1/+5
| | | | conversion between storage and memory.
* Improved "Stack too deep" error message.chriseth2015-06-071-7/+19
| | | | Closes #2080.
* Fix for deleting byte array elements.chriseth2015-04-281-8/+3
| | | | Fixes #1759.
* Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctionschriseth2015-04-171-2/+18
|\
| * Fix for signed integers in storage.chriseth2015-04-171-0/+16
| |
| * Some cleanup concerning byte arrays.chriseth2015-04-161-2/+2
| |
* | Fixed function overloads.chriseth2015-04-151-4/+4
|/ | | | | Added tests, disallowed non-calling usage of non-unique function references.
* Fetch and store packed values.chriseth2015-03-171-29/+90
|
* Enlarge storage references to two stack slots.chriseth2015-03-171-74/+54
|
* Fix gas for builtin.chriseth2015-03-141-0/+1
| | | | Fixes #1300
* Style fixes and some additional hash to bytes32 renamingLefteris Karapetsas2015-03-121-1/+1
|
* Fixing byte array index access code generationLefteris Karapetsas2015-03-121-1/+1
|
* Conversion changes after renaming Hash/String to Bytes.Lefteris Karapetsas2015-03-121-3/+5
| | | | - Almost all end to end tests pass. Still needs a little bit of work
* Fixes after rebasing on top of developLefteris Karapetsas2015-03-121-1/+1
|
* Fix for arrays containing mappings.chriseth2015-03-061-0/+1
|
* Stylingchriseth2015-03-051-8/+8
|
* Index access for calldata arrays.Christian2015-03-051-1/+58
|
* Removed unused variables.Christian2015-03-021-3/+3
|
* Shortening of dynamic arrays.Christian2015-02-281-40/+82
|
* Fix warnings.Gav Wood2015-02-261-0/+3
|
* LValue refactoring.Christian2015-02-251-0/+220